Class TransferProto.GetGoogleServiceAccountRequest.Builder (1.18.0)

public static final class TransferProto.GetGoogleServiceAccountRequest.Builder extends GeneratedMessageV3.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public TransferProto.GetGoogleServiceAccountRequest build()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest

buildPartial()

public TransferProto.GetGoogleServiceAccountRequest buildPartial()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest

clear()

public TransferProto.GetGoogleServiceAccountRequest.Builder clear()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public TransferProto.GetGoogleServiceAccountRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder

This builder for chaining.

clone()

public TransferProto.GetGoogleServiceAccountRequest.Builder clone()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder
Overrides

getDefaultInstanceForType()

public TransferProto.GetGoogleServiceAccountRequest getDefaultInstanceForType()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for projectId.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(TransferProto.GetGoogleServiceAccountRequest other)

public TransferProto.GetGoogleServiceAccountRequest.Builder mergeFrom(TransferProto.GetGoogleServiceAccountRequest other)
Parameter
NameDescription
otherTransferProto.GetGoogleServiceAccountRequest
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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
NameDescription
valueString

The projectId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for projectId to set.

Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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