Class TransferProto.GetAgentPoolRequest.Builder (1.83.0)

public static final class TransferProto.GetAgentPoolRequest.Builder extends GeneratedMessage.Builder<TransferProto.GetAgentPoolRequest.Builder> implements TransferProto.GetAgentPoolRequestOrBuilder

Specifies the request passed to GetAgentPool.

Protobuf type google.storagetransfer.v1.GetAgentPoolRequest

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearName()

public TransferProto.GetAgentPoolRequest.Builder clearName()

Required. The name of the agent pool to get.

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

Returns
Type Description
TransferProto.GetAgentPoolRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

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

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the agent pool to get.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the agent pool to get.

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

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(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(TransferProto.GetAgentPoolRequest other)

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

setName(String value)

public TransferProto.GetAgentPoolRequest.Builder setName(String value)

Required. The name of the agent pool to get.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
TransferProto.GetAgentPoolRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public TransferProto.GetAgentPoolRequest.Builder setNameBytes(ByteString value)

Required. The name of the agent pool to get.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
TransferProto.GetAgentPoolRequest.Builder

This builder for chaining.