Class: Google::Cloud::EdgeContainer::V1::UpdateNodePoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::UpdateNodePoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
Updates a node pool.
Instance Attribute Summary collapse
-
#node_pool ⇒ ::Google::Cloud::EdgeContainer::V1::NodePool
The updated node pool.
-
#request_id ⇒ ::String
A unique identifier for this request.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Field mask is used to specify the fields to be overwritten in the NodePool resource by the update.
Instance Attribute Details
#node_pool ⇒ ::Google::Cloud::EdgeContainer::V1::NodePool
Returns The updated node pool.
319 320 321 322 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 319 class UpdateNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns A unique identifier for this request. Restricted to 36 ASCII characters. A
random UUID is recommended. This request is only idempotent if
request_id
is provided.
319 320 321 322 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 319 class UpdateNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Field mask is used to specify the fields to be overwritten in the NodePool resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
319 320 321 322 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 319 class UpdateNodePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |