Cluster Director V1BETA API - Class Google::Cloud::HypercomputeCluster::V1beta::UpdateClusterRequest (v0.1.0)

Reference documentation and code samples for the Cluster Director V1BETA API class Google::Cloud::HypercomputeCluster::V1beta::UpdateClusterRequest.

Request message for UpdateCluster.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster

def cluster() -> ::Google::Cloud::HypercomputeCluster::V1beta::Cluster
Returns

#cluster=

def cluster=(value) -> ::Google::Cloud::HypercomputeCluster::V1beta::Cluster
Parameter
Returns

#request_id

def request_id() -> ::String
Returns
  • (::String) — Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.
Returns
  • (::String) — Optional. A unique identifier for this request. A random UUID is recommended. This request is idempotent if and only if request_id is provided.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::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.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::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.
Returns
  • (::Google::Protobuf::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.