Class EnableServiceAccountRequest.Builder (3.78.0)

public static final class EnableServiceAccountRequest.Builder extends GeneratedMessage.Builder<EnableServiceAccountRequest.Builder> implements EnableServiceAccountRequestOrBuilder

The service account enable request.

Protobuf type google.iam.admin.v1.EnableServiceAccountRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public EnableServiceAccountRequest build()
Returns
Type Description
EnableServiceAccountRequest

buildPartial()

public EnableServiceAccountRequest buildPartial()
Returns
Type Description
EnableServiceAccountRequest

clear()

public EnableServiceAccountRequest.Builder clear()
Returns
Type Description
EnableServiceAccountRequest.Builder
Overrides

clearName()

public EnableServiceAccountRequest.Builder clearName()

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;

Returns
Type Description
EnableServiceAccountRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public EnableServiceAccountRequest getDefaultInstanceForType()
Returns
Type Description
EnableServiceAccountRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

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;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

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;

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(EnableServiceAccountRequest other)

public EnableServiceAccountRequest.Builder mergeFrom(EnableServiceAccountRequest other)
Parameter
Name Description
other EnableServiceAccountRequest
Returns
Type Description
EnableServiceAccountRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public EnableServiceAccountRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
EnableServiceAccountRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public EnableServiceAccountRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
EnableServiceAccountRequest.Builder
Overrides

setName(String value)

public EnableServiceAccountRequest.Builder setName(String value)

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;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
EnableServiceAccountRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public EnableServiceAccountRequest.Builder setNameBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
EnableServiceAccountRequest.Builder

This builder for chaining.