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
- (::Google::Cloud::HypercomputeCluster::V1beta::Cluster) — Required. Cluster to update.
#cluster=
def cluster=(value) -> ::Google::Cloud::HypercomputeCluster::V1beta::Cluster
Parameter
- value (::Google::Cloud::HypercomputeCluster::V1beta::Cluster) — Required. Cluster to update.
Returns
- (::Google::Cloud::HypercomputeCluster::V1beta::Cluster) — Required. Cluster to update.
#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_idis 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_idis provided.
Returns
-
(::String) — Optional. A unique identifier for this request. A random UUID is
recommended. This request is idempotent if and only if
request_idis 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.