Class: Google::Cloud::EdgeContainer::V1::UpdateClusterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::EdgeContainer::V1::UpdateClusterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/edgecontainer/v1/service.rb
Overview
Updates a cluster.
Instance Attribute Summary collapse
-
#cluster ⇒ ::Google::Cloud::EdgeContainer::V1::Cluster
The updated cluster.
-
#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 Cluster resource by the update.
Instance Attribute Details
#cluster ⇒ ::Google::Cloud::EdgeContainer::V1::Cluster
Returns The updated cluster.
140 141 142 143 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 140 class UpdateClusterRequest 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.
140 141 142 143 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 140 class UpdateClusterRequest 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 Cluster 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.
140 141 142 143 |
# File 'proto_docs/google/cloud/edgecontainer/v1/service.rb', line 140 class UpdateClusterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |