public interface ImportSshPublicKeyRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getParent()
 The unique ID for the user in format `users/{user}`. | 
| ByteString | getParentBytes()
 The unique ID for the user in format `users/{user}`. | 
| java.lang.String | getProjectId()
 The project ID of the Google Cloud Platform project. | 
| ByteString | getProjectIdBytes()
 The project ID of the Google Cloud Platform project. | 
| OsLoginProto.SshPublicKey | getSshPublicKey()
 The SSH public key and expiration time. | 
| OsLoginProto.SshPublicKeyOrBuilder | getSshPublicKeyOrBuilder()
 The SSH public key and expiration time. | 
| boolean | hasSshPublicKey()
 The SSH public key and expiration time. | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
 The unique ID for the user in format `users/{user}`.
 
 string parent = 1;ByteString getParentBytes()
 The unique ID for the user in format `users/{user}`.
 
 string parent = 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;java.lang.String getProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 3;ByteString getProjectIdBytes()
The project ID of the Google Cloud Platform project.
string project_id = 3;