Class: Google::Cloud::StorageTransfer::V1::UpdateAgentPoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::StorageTransfer::V1::UpdateAgentPoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storagetransfer/v1/transfer.rb
Overview
Specifies the request passed to UpdateAgentPool.
Instance Attribute Summary collapse
-
#agent_pool ⇒ ::Google::Cloud::StorageTransfer::V1::AgentPool
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The field mask of the fields in
agentPool
to update in this request.
Instance Attribute Details
#agent_pool ⇒ ::Google::Cloud::StorageTransfer::V1::AgentPool
Returns Required. The agent pool to update. agent_pool
is expected to specify
following fields:
bandwidth_limit An
UpdateAgentPoolRequest
with any other fields is rejected with the error INVALID_ARGUMENT.
230 231 232 233 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 230 class UpdateAgentPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The field mask
of the fields in agentPool
to update in this request.
The following agentPool
fields can be updated:
230 231 232 233 |
# File 'proto_docs/google/storagetransfer/v1/transfer.rb', line 230 class UpdateAgentPoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |