Class UndeleteServiceAccountRequest.Builder (3.78.0)

public static final class UndeleteServiceAccountRequest.Builder extends GeneratedMessage.Builder<UndeleteServiceAccountRequest.Builder> implements UndeleteServiceAccountRequestOrBuilder

The service account undelete request.

Protobuf type google.iam.admin.v1.UndeleteServiceAccountRequest

Static Methods

getDescriptor()

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

Methods

build()

public UndeleteServiceAccountRequest build()
Returns
Type Description
UndeleteServiceAccountRequest

buildPartial()

public UndeleteServiceAccountRequest buildPartial()
Returns
Type Description
UndeleteServiceAccountRequest

clear()

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

clearName()

public UndeleteServiceAccountRequest.Builder clearName()

The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}. Using - as a wildcard for the PROJECT_ID will infer the project from the account.

string name = 1;

Returns
Type Description
UndeleteServiceAccountRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public UndeleteServiceAccountRequest getDefaultInstanceForType()
Returns
Type Description
UndeleteServiceAccountRequest

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_UNIQUE_ID}. Using - as a wildcard for the PROJECT_ID will infer the project from the 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_UNIQUE_ID}. Using - as a wildcard for the PROJECT_ID will infer the project from the 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(UndeleteServiceAccountRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public UndeleteServiceAccountRequest.Builder setName(String value)

The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}. Using - as a wildcard for the PROJECT_ID will infer the project from the account.

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
UndeleteServiceAccountRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public UndeleteServiceAccountRequest.Builder setNameBytes(ByteString value)

The resource name of the service account in the following format: projects/{PROJECT_ID}/serviceAccounts/{ACCOUNT_UNIQUE_ID}. Using - as a wildcard for the PROJECT_ID will infer the project from the account.

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
UndeleteServiceAccountRequest.Builder

This builder for chaining.