Class CreateServiceAccountKeyRequest.Builder (3.18.0)

public static final class CreateServiceAccountKeyRequest.Builder extends GeneratedMessageV3.Builder<CreateServiceAccountKeyRequest.Builder> implements CreateServiceAccountKeyRequestOrBuilder

The service account key create request.

Protobuf type google.iam.admin.v1.CreateServiceAccountKeyRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateServiceAccountKeyRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

build()

public CreateServiceAccountKeyRequest build()
Returns
TypeDescription
CreateServiceAccountKeyRequest

buildPartial()

public CreateServiceAccountKeyRequest buildPartial()
Returns
TypeDescription
CreateServiceAccountKeyRequest

clear()

public CreateServiceAccountKeyRequest.Builder clear()
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CreateServiceAccountKeyRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

clearKeyAlgorithm()

public CreateServiceAccountKeyRequest.Builder clearKeyAlgorithm()

Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.

.google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

clearName()

public CreateServiceAccountKeyRequest.Builder clearName()

Required. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateServiceAccountKeyRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

clearPrivateKeyType()

public CreateServiceAccountKeyRequest.Builder clearPrivateKeyType()

The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

.google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

clone()

public CreateServiceAccountKeyRequest.Builder clone()
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

getDefaultInstanceForType()

public CreateServiceAccountKeyRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateServiceAccountKeyRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getKeyAlgorithm()

public ServiceAccountKeyAlgorithm getKeyAlgorithm()

Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.

.google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;

Returns
TypeDescription
ServiceAccountKeyAlgorithm

The keyAlgorithm.

getKeyAlgorithmValue()

public int getKeyAlgorithmValue()

Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.

.google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for keyAlgorithm.

getName()

public String getName()

Required. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.

getPrivateKeyType()

public ServiceAccountPrivateKeyType getPrivateKeyType()

The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

.google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;

Returns
TypeDescription
ServiceAccountPrivateKeyType

The privateKeyType.

getPrivateKeyTypeValue()

public int getPrivateKeyTypeValue()

The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

.google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for privateKeyType.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreateServiceAccountKeyRequest other)

public CreateServiceAccountKeyRequest.Builder mergeFrom(CreateServiceAccountKeyRequest other)
Parameter
NameDescription
otherCreateServiceAccountKeyRequest
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateServiceAccountKeyRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreateServiceAccountKeyRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateServiceAccountKeyRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreateServiceAccountKeyRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

setKeyAlgorithm(ServiceAccountKeyAlgorithm value)

public CreateServiceAccountKeyRequest.Builder setKeyAlgorithm(ServiceAccountKeyAlgorithm value)

Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.

.google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;

Parameter
NameDescription
valueServiceAccountKeyAlgorithm

The keyAlgorithm to set.

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

setKeyAlgorithmValue(int value)

public CreateServiceAccountKeyRequest.Builder setKeyAlgorithmValue(int value)

Which type of key and algorithm to use for the key. The default is currently a 2K RSA key. However this may change in the future.

.google.iam.admin.v1.ServiceAccountKeyAlgorithm key_algorithm = 3;

Parameter
NameDescription
valueint

The enum numeric value on the wire for keyAlgorithm to set.

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

setName(String value)

public CreateServiceAccountKeyRequest.Builder setName(String value)

Required. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public CreateServiceAccountKeyRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT}. Using - as a wildcard for the PROJECT_ID will infer the project from the account. The ACCOUNT value can be the email address or the unique_id of the service account.

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

setPrivateKeyType(ServiceAccountPrivateKeyType value)

public CreateServiceAccountKeyRequest.Builder setPrivateKeyType(ServiceAccountPrivateKeyType value)

The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

.google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;

Parameter
NameDescription
valueServiceAccountPrivateKeyType

The privateKeyType to set.

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

setPrivateKeyTypeValue(int value)

public CreateServiceAccountKeyRequest.Builder setPrivateKeyTypeValue(int value)

The output format of the private key. The default value is TYPE_GOOGLE_CREDENTIALS_FILE, which is the Google Credentials File format.

.google.iam.admin.v1.ServiceAccountPrivateKeyType private_key_type = 2;

Parameter
NameDescription
valueint

The enum numeric value on the wire for privateKeyType to set.

Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateServiceAccountKeyRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateServiceAccountKeyRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateServiceAccountKeyRequest.Builder
Overrides