Class UpdateClusterRequest (0.1.0)

UpdateClusterRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for UpdateCluster.

Attributes

Name Description
cluster google.cloud.hypercomputecluster_v1beta.types.Cluster
Required. Cluster to update.
update_mask google.protobuf.field_mask_pb2.FieldMask
Optional. Mask specifying which fields in the cluster to update. All paths must be specified explicitly - wildcards are not supported. At least one path must be provided.
request_id str
Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.