Class TransferProto.GetGoogleServiceAccountRequest.Builder (1.83.0)

public static final class TransferProto.GetGoogleServiceAccountRequest.Builder extends GeneratedMessage.Builder<TransferProto.GetGoogleServiceAccountRequest.Builder> implements TransferProto.GetGoogleServiceAccountRequestOrBuilder

Request passed to GetGoogleServiceAccount.

Protobuf type google.storagetransfer.v1.GetGoogleServiceAccountRequest

Static Methods

getDescriptor()

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

Methods

build()

public TransferProto.GetGoogleServiceAccountRequest build()
Returns
Type Description
TransferProto.GetGoogleServiceAccountRequest

buildPartial()

public TransferProto.GetGoogleServiceAccountRequest buildPartial()
Returns
Type Description
TransferProto.GetGoogleServiceAccountRequest

clear()

public TransferProto.GetGoogleServiceAccountRequest.Builder clear()
Returns
Type Description
TransferProto.GetGoogleServiceAccountRequest.Builder
Overrides

clearProjectId()

public TransferProto.GetGoogleServiceAccountRequest.Builder clearProjectId()

Required. The ID of the Google Cloud project that the Google service account is associated with.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TransferProto.GetGoogleServiceAccountRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public TransferProto.GetGoogleServiceAccountRequest getDefaultInstanceForType()
Returns
Type Description
TransferProto.GetGoogleServiceAccountRequest

getDescriptorForType()

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

getProjectId()

public String getProjectId()

Required. The ID of the Google Cloud project that the Google service account is associated with.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Required. The ID of the Google Cloud project that the Google service account is associated with.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for projectId.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(TransferProto.GetGoogleServiceAccountRequest other)

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

setProjectId(String value)

public TransferProto.GetGoogleServiceAccountRequest.Builder setProjectId(String value)

Required. The ID of the Google Cloud project that the Google service account is associated with.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The projectId to set.

Returns
Type Description
TransferProto.GetGoogleServiceAccountRequest.Builder

This builder for chaining.

setProjectIdBytes(ByteString value)

public TransferProto.GetGoogleServiceAccountRequest.Builder setProjectIdBytes(ByteString value)

Required. The ID of the Google Cloud project that the Google service account is associated with.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for projectId to set.

Returns
Type Description
TransferProto.GetGoogleServiceAccountRequest.Builder

This builder for chaining.