public static final class ImportSshPublicKeyRequest.Builder extends GeneratedMessageV3.Builder<ImportSshPublicKeyRequest.Builder> implements ImportSshPublicKeyRequestOrBuilder
A request message for importing an SSH public key.
Protobuf type google.cloud.oslogin.v1.ImportSshPublicKeyRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportSshPublicKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ImportSshPublicKeyRequest build()
Returns
buildPartial()
public ImportSshPublicKeyRequest buildPartial()
Returns
clear()
public ImportSshPublicKeyRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ImportSshPublicKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportSshPublicKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearParent()
public ImportSshPublicKeyRequest.Builder clearParent()
Required. The unique ID for the user in format users/{user}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clearProjectId()
public ImportSshPublicKeyRequest.Builder clearProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 3;
Returns
public ImportSshPublicKeyRequest.Builder clearSshPublicKey()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
clone()
public ImportSshPublicKeyRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ImportSshPublicKeyRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getParent()
public 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
Type | Description |
String | The parent.
|
getParentBytes()
public 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
getProjectId()
public String getProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 3;
Returns
Type | Description |
String | The projectId.
|
getProjectIdBytes()
public ByteString getProjectIdBytes()
The project ID of the Google Cloud Platform project.
string project_id = 3;
Returns
getSshPublicKey()
public 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
getSshPublicKeyBuilder()
public OsLoginProto.SshPublicKey.Builder getSshPublicKeyBuilder()
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns
getSshPublicKeyOrBuilder()
public 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];
Returns
hasSshPublicKey()
public 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
Type | Description |
boolean | Whether the sshPublicKey field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ImportSshPublicKeyRequest other)
public ImportSshPublicKeyRequest.Builder mergeFrom(ImportSshPublicKeyRequest other)
Parameter
Returns
public ImportSshPublicKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ImportSshPublicKeyRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeSshPublicKey(OsLoginProto.SshPublicKey value)
public ImportSshPublicKeyRequest.Builder mergeSshPublicKey(OsLoginProto.SshPublicKey value)
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportSshPublicKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ImportSshPublicKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setParent(String value)
public ImportSshPublicKeyRequest.Builder setParent(String value)
Required. The unique ID for the user in format users/{user}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The parent to set.
|
Returns
setParentBytes(ByteString value)
public ImportSshPublicKeyRequest.Builder setParentBytes(ByteString value)
Required. The unique ID for the user in format users/{user}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for parent to set.
|
Returns
setProjectId(String value)
public ImportSshPublicKeyRequest.Builder setProjectId(String value)
The project ID of the Google Cloud Platform project.
string project_id = 3;
Parameter
Name | Description |
value | String
The projectId to set.
|
Returns
setProjectIdBytes(ByteString value)
public ImportSshPublicKeyRequest.Builder setProjectIdBytes(ByteString value)
The project ID of the Google Cloud Platform project.
string project_id = 3;
Parameter
Name | Description |
value | ByteString
The bytes for projectId to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportSshPublicKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setSshPublicKey(OsLoginProto.SshPublicKey value)
public ImportSshPublicKeyRequest.Builder setSshPublicKey(OsLoginProto.SshPublicKey value)
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Returns
setSshPublicKey(OsLoginProto.SshPublicKey.Builder builderForValue)
public ImportSshPublicKeyRequest.Builder setSshPublicKey(OsLoginProto.SshPublicKey.Builder builderForValue)
Optional. The SSH public key and expiration time.
.google.cloud.oslogin.common.SshPublicKey ssh_public_key = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportSshPublicKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides