public interface UpdateSshPublicKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() Required. 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 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for name. |
getSshPublicKey()
public abstract OsLoginProto.SshPublicKey getSshPublicKey()Required. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| OsLoginProto.SshPublicKey | The sshPublicKey. |
getSshPublicKeyOrBuilder()
public abstract OsLoginProto.SshPublicKeyOrBuilder getSshPublicKeyOrBuilder()Required. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| OsLoginProto.SshPublicKeyOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Mask to control which fields get updated. Updates all if not present.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Mask to control which fields get updated. Updates all if not present.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| FieldMaskOrBuilder |
hasSshPublicKey()
public abstract boolean hasSshPublicKey()Required. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the sshPublicKey field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Mask to control which fields get updated. Updates all if not present.
.google.protobuf.FieldMask update_mask = 3;
| Type | Description |
| boolean | Whether the updateMask field is set. |