Package com.google.cloud.oslogin.v1
Interface ImportSshPublicKeyRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportSshPublicKeyRequest,ImportSshPublicKeyRequest.Builder
public interface ImportSshPublicKeyRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetParent()Required.com.google.protobuf.ByteStringgetParentBytes()Required.StringgetProjectId()The project ID of the Google Cloud Platform project.com.google.protobuf.ByteStringgetProjectIdBytes()The project ID of the Google Cloud Platform project.OsLoginProto.SshPublicKeygetSshPublicKey()Optional.OsLoginProto.SshPublicKeyOrBuildergetSshPublicKeyOrBuilder()Optional.booleanhasSshPublicKey()Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
String getParent()
Required. The unique ID for the user in format `users/{user}`.string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()
Required. The unique ID for the user in format `users/{user}`.string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
hasSshPublicKey
boolean hasSshPublicKey()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- Whether the sshPublicKey field is set.
-
getSshPublicKey
OsLoginProto.SshPublicKey getSshPublicKey()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The sshPublicKey.
-
getSshPublicKeyOrBuilder
OsLoginProto.SshPublicKeyOrBuilder getSshPublicKeyOrBuilder()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
-
getProjectId
String getProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 3;- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The project ID of the Google Cloud Platform project.
string project_id = 3;- Returns:
- The bytes for projectId.
-
-