- 1.83.0 (latest)
- 1.82.0
- 1.80.0
- 1.78.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.72.0
- 1.70.0
- 1.68.0
- 1.67.0
- 1.64.0
- 1.63.0
- 1.62.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.0.4
public static final class TransferProto.UpdateAgentPoolRequest.Builder extends GeneratedMessage.Builder<TransferProto.UpdateAgentPoolRequest.Builder> implements TransferProto.UpdateAgentPoolRequestOrBuilderSpecifies the request passed to UpdateAgentPool.
Protobuf type google.storagetransfer.v1.UpdateAgentPoolRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > TransferProto.UpdateAgentPoolRequest.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public TransferProto.UpdateAgentPoolRequest build()| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest |
|
buildPartial()
public TransferProto.UpdateAgentPoolRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest |
|
clear()
public TransferProto.UpdateAgentPoolRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
clearAgentPool()
public TransferProto.UpdateAgentPoolRequest.Builder clearAgentPool() Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
clearUpdateMask()
public TransferProto.UpdateAgentPoolRequest.Builder clearUpdateMask() The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
getAgentPool()
public TransferTypes.AgentPool getAgentPool() Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferTypes.AgentPool |
The agentPool. |
getAgentPoolBuilder()
public TransferTypes.AgentPool.Builder getAgentPoolBuilder() Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferTypes.AgentPool.Builder |
|
getAgentPoolOrBuilder()
public TransferTypes.AgentPoolOrBuilder getAgentPoolOrBuilder() Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
TransferTypes.AgentPoolOrBuilder |
|
getDefaultInstanceForType()
public TransferProto.UpdateAgentPoolRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getUpdateMask()
public FieldMask getUpdateMask() The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder() The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public FieldMaskOrBuilder getUpdateMaskOrBuilder() The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasAgentPool()
public boolean hasAgentPool() Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentPool field is set. |
hasUpdateMask()
public boolean hasUpdateMask() The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask 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.UpdateAgentPoolRequest.Builder mergeAgentPool(TransferTypes.AgentPool value) Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TransferTypes.AgentPool |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public TransferProto.UpdateAgentPoolRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public TransferProto.UpdateAgentPoolRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
mergeFrom(TransferProto.UpdateAgentPoolRequest other)
public TransferProto.UpdateAgentPoolRequest.Builder mergeFrom(TransferProto.UpdateAgentPoolRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
TransferProto.UpdateAgentPoolRequest |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public TransferProto.UpdateAgentPoolRequest.Builder mergeUpdateMask(FieldMask value) The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
setAgentPool(TransferTypes.AgentPool value)
public TransferProto.UpdateAgentPoolRequest.Builder setAgentPool(TransferTypes.AgentPool value) Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
TransferTypes.AgentPool |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
setAgentPool(TransferTypes.AgentPool.Builder builderForValue)
public TransferProto.UpdateAgentPoolRequest.Builder setAgentPool(TransferTypes.AgentPool.Builder builderForValue) Required. The agent pool to update. agent_pool is expected to specify
following fields:
- name
- display_name
bandwidth_limit An
UpdateAgentPoolRequestwith any other fields is rejected with the error INVALID_ARGUMENT.
.google.storagetransfer.v1.AgentPool agent_pool = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
TransferTypes.AgentPool.Builder |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
setUpdateMask(FieldMask value)
public TransferProto.UpdateAgentPoolRequest.Builder setUpdateMask(FieldMask value) The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public TransferProto.UpdateAgentPoolRequest.Builder setUpdateMask(FieldMask.Builder builderForValue) The field mask
of the fields in agentPool to update in this request.
The following agentPool fields can be updated:
- display_name
- bandwidth_limit
.google.protobuf.FieldMask update_mask = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
TransferProto.UpdateAgentPoolRequest.Builder |
|