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()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ImportSshPublicKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ImportSshPublicKeyRequest build()
buildPartial()
public ImportSshPublicKeyRequest buildPartial()
clear()
public ImportSshPublicKeyRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ImportSshPublicKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ImportSshPublicKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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) = { ... }
clearProjectId()
public ImportSshPublicKeyRequest.Builder clearProjectId()
The project ID of the Google Cloud Platform project.
string project_id = 3;
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];
clone()
public ImportSshPublicKeyRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public ImportSshPublicKeyRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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 |
---|
Type | Description |
ByteString | The bytes for parent.
|
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 |
---|
Type | Description |
ByteString | The bytes for projectId.
|
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];
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];
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];
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ImportSshPublicKeyRequest other)
public ImportSshPublicKeyRequest.Builder mergeFrom(ImportSshPublicKeyRequest other)
public ImportSshPublicKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ImportSshPublicKeyRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
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];
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ImportSshPublicKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public ImportSshPublicKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ImportSshPublicKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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];
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];
setUnknownFields(UnknownFieldSet unknownFields)
public final ImportSshPublicKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides