public static final class TransferProto.CreateAgentPoolRequest.Builder extends GeneratedMessage.Builder<TransferProto.CreateAgentPoolRequest.Builder> implements TransferProto.CreateAgentPoolRequestOrBuilderSpecifies the request passed to CreateAgentPool.
Protobuf type google.storagetransfer.v1.CreateAgentPoolRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TransferProto.CreateAgentPoolRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TransferProto.CreateAgentPoolRequest build()| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest |
|
buildPartial()
public TransferProto.CreateAgentPoolRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest |
|
clear()
public TransferProto.CreateAgentPoolRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
clearAgentPool()
public TransferProto.CreateAgentPoolRequest.Builder clearAgentPool()Required. The agent pool to create.
.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
clearAgentPoolId()
public TransferProto.CreateAgentPoolRequest.Builder clearAgentPoolId()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 | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
This builder for chaining. |
clearProjectId()
public TransferProto.CreateAgentPoolRequest.Builder clearProjectId()Required. The ID of the Google Cloud project that owns the agent pool.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
This builder for chaining. |
getAgentPool()
public TransferTypes.AgentPool getAgentPool()Required. The agent pool to create.
.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferTypes.AgentPool |
The agentPool. |
getAgentPoolBuilder()
public TransferTypes.AgentPool.Builder getAgentPoolBuilder()Required. The agent pool to create.
.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferTypes.AgentPool.Builder |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
TransferTypes.AgentPoolOrBuilder |
|
getDefaultInstanceForType()
public TransferProto.CreateAgentPoolRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
hasAgentPool()
public boolean hasAgentPool()Required. The agent pool to create.
.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentPool field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeAgentPool(TransferTypes.AgentPool value)
public TransferProto.CreateAgentPoolRequest.Builder mergeAgentPool(TransferTypes.AgentPool value)Required. The agent pool to create.
.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TransferTypes.AgentPool |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferProto.CreateAgentPoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TransferProto.CreateAgentPoolRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
mergeFrom(TransferProto.CreateAgentPoolRequest other)
public TransferProto.CreateAgentPoolRequest.Builder mergeFrom(TransferProto.CreateAgentPoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TransferProto.CreateAgentPoolRequest |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
setAgentPool(TransferTypes.AgentPool value)
public TransferProto.CreateAgentPoolRequest.Builder setAgentPool(TransferTypes.AgentPool value)Required. The agent pool to create.
.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TransferTypes.AgentPool |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
setAgentPool(TransferTypes.AgentPool.Builder builderForValue)
public TransferProto.CreateAgentPoolRequest.Builder setAgentPool(TransferTypes.AgentPool.Builder builderForValue)Required. The agent pool to create.
.google.storagetransfer.v1.AgentPool agent_pool = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TransferTypes.AgentPool.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
|
setAgentPoolId(String value)
public TransferProto.CreateAgentPoolRequest.Builder setAgentPoolId(String value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe agentPoolId to set. |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
This builder for chaining. |
setAgentPoolIdBytes(ByteString value)
public TransferProto.CreateAgentPoolRequest.Builder setAgentPoolIdBytes(ByteString value)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];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for agentPoolId to set. |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
This builder for chaining. |
setProjectId(String value)
public TransferProto.CreateAgentPoolRequest.Builder setProjectId(String value)Required. The ID of the Google Cloud project that owns the agent pool.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public TransferProto.CreateAgentPoolRequest.Builder setProjectIdBytes(ByteString value)Required. The ID of the Google Cloud project that owns the agent pool.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
TransferProto.CreateAgentPoolRequest.Builder |
This builder for chaining. |