Class TransferProto.CreateAgentPoolRequest (1.41.0)

public static final class TransferProto.CreateAgentPoolRequest extends GeneratedMessageV3 implements TransferProto.CreateAgentPoolRequestOrBuilder

Specifies the request passed to CreateAgentPool.

Protobuf type google.storagetransfer.v1.CreateAgentPoolRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TransferProto.CreateAgentPoolRequest

Static Fields

AGENT_POOL_FIELD_NUMBER

public static final int AGENT_POOL_FIELD_NUMBER
Field Value
TypeDescription
int

AGENT_POOL_ID_FIELD_NUMBER

public static final int AGENT_POOL_ID_FIELD_NUMBER
Field Value
TypeDescription
int

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TransferProto.CreateAgentPoolRequest getDefaultInstance()
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TransferProto.CreateAgentPoolRequest.Builder newBuilder()
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest.Builder

newBuilder(TransferProto.CreateAgentPoolRequest prototype)

public static TransferProto.CreateAgentPoolRequest.Builder newBuilder(TransferProto.CreateAgentPoolRequest prototype)
Parameter
NameDescription
prototypeTransferProto.CreateAgentPoolRequest
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest.Builder

parseDelimitedFrom(InputStream input)

public static TransferProto.CreateAgentPoolRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferProto.CreateAgentPoolRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TransferProto.CreateAgentPoolRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransferProto.CreateAgentPoolRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransferProto.CreateAgentPoolRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransferProto.CreateAgentPoolRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransferProto.CreateAgentPoolRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferProto.CreateAgentPoolRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TransferProto.CreateAgentPoolRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferProto.CreateAgentPoolRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TransferProto.CreateAgentPoolRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransferProto.CreateAgentPoolRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TransferProto.CreateAgentPoolRequest> parser()
Returns
TypeDescription
Parser<CreateAgentPoolRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getAgentPool()

public TransferTypes.AgentPool getAgentPool()

Required. The agent pool to create.

.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TransferTypes.AgentPool

The agentPool.

getAgentPoolId()

public String getAgentPoolId()

Required. The ID of the agent pool to create.

The agent_pool_id must meet the following requirements:

  • Length of 128 characters or less.
  • Not start with the string goog.
  • Start with a lowercase ASCII character, followed by:

    • Zero or more: lowercase Latin alphabet characters, numerals, hyphens (-), periods (.), underscores (_), or tildes (~).
    • One or more numerals or lowercase ASCII characters.

    As expressed by the regular expression: ^(?!goog)a-z?$.

string agent_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The agentPoolId.

getAgentPoolIdBytes()

public ByteString getAgentPoolIdBytes()

Required. The ID of the agent pool to create.

The agent_pool_id must meet the following requirements:

  • Length of 128 characters or less.
  • Not start with the string goog.
  • Start with a lowercase ASCII character, followed by:

    • Zero or more: lowercase Latin alphabet characters, numerals, hyphens (-), periods (.), underscores (_), or tildes (~).
    • One or more numerals or lowercase ASCII characters.

    As expressed by the regular expression: ^(?!goog)a-z?$.

string agent_pool_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for agentPoolId.

getAgentPoolOrBuilder()

public TransferTypes.AgentPoolOrBuilder getAgentPoolOrBuilder()

Required. The agent pool to create.

.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TransferTypes.AgentPoolOrBuilder

getDefaultInstanceForType()

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

getParserForType()

public Parser<TransferProto.CreateAgentPoolRequest> getParserForType()
Returns
TypeDescription
Parser<CreateAgentPoolRequest>
Overrides

getProjectId()

public String getProjectId()

Required. The ID of the Google Cloud project that owns the agent pool.

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 owns the agent pool.

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

Returns
TypeDescription
ByteString

The bytes for projectId.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasAgentPool()

public boolean hasAgentPool()

Required. The agent pool to create.

.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the agentPool field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TransferProto.CreateAgentPoolRequest.Builder newBuilderForType()
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransferProto.CreateAgentPoolRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TransferProto.CreateAgentPoolRequest.Builder toBuilder()
Returns
TypeDescription
TransferProto.CreateAgentPoolRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException