Class DisableServiceAccountRequest.Builder (3.78.0)

public static final class DisableServiceAccountRequest.Builder extends GeneratedMessage.Builder<DisableServiceAccountRequest.Builder> implements DisableServiceAccountRequestOrBuilder

The service account disable request.

Protobuf type google.iam.admin.v1.DisableServiceAccountRequest

Static Methods

getDescriptor()

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

Methods

build()

public DisableServiceAccountRequest build()
Returns
Type Description
DisableServiceAccountRequest

buildPartial()

public DisableServiceAccountRequest buildPartial()
Returns
Type Description
DisableServiceAccountRequest

clear()

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

clearName()

public DisableServiceAccountRequest.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
DisableServiceAccountRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public DisableServiceAccountRequest getDefaultInstanceForType()
Returns
Type Description
DisableServiceAccountRequest

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(DisableServiceAccountRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public DisableServiceAccountRequest.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
DisableServiceAccountRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DisableServiceAccountRequest.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
DisableServiceAccountRequest.Builder

This builder for chaining.