public interface DeleteSshPublicKeyRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getName()
 The fingerprint of the public key to update. | 
| ByteString | getNameBytes()
 The fingerprint of the public key to update. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getName()
 The fingerprint of the public key to update. Public keys are identified by
 their SHA-256 fingerprint. The fingerprint of the public key is in format
 `users/{user}/sshPublicKeys/{fingerprint}`.
 
 string name = 1;ByteString getNameBytes()
 The fingerprint of the public key to update. Public keys are identified by
 their SHA-256 fingerprint. The fingerprint of the public key is in format
 `users/{user}/sshPublicKeys/{fingerprint}`.
 
 string name = 1;