public interface UpdateSshPublicKeyRequestOrBuilder 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.
|
OsLoginProto.SshPublicKey |
getSshPublicKey()
The SSH public key and expiration time.
|
OsLoginProto.SshPublicKeyOrBuilder |
getSshPublicKeyOrBuilder()
The SSH public key and expiration time.
|
FieldMask |
getUpdateMask()
Mask to control which fields get updated.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Mask to control which fields get updated.
|
boolean |
hasSshPublicKey()
The SSH public key and expiration time.
|
boolean |
hasUpdateMask()
Mask to control which fields get updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.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;
boolean hasSshPublicKey()
The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2;
OsLoginProto.SshPublicKey getSshPublicKey()
The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2;
OsLoginProto.SshPublicKeyOrBuilder getSshPublicKeyOrBuilder()
The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2;
boolean hasUpdateMask()
Mask to control which fields get updated. Updates all if not present.
.google.protobuf.FieldMask update_mask = 3;
FieldMask getUpdateMask()
Mask to control which fields get updated. Updates all if not present.
.google.protobuf.FieldMask update_mask = 3;
FieldMaskOrBuilder getUpdateMaskOrBuilder()
Mask to control which fields get updated. Updates all if not present.
.google.protobuf.FieldMask update_mask = 3;