Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::PartialUpdateClusterRequest.
Request message for BigtableInstanceAdmin.PartialUpdateCluster.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cluster
def cluster() -> ::Google::Cloud::Bigtable::Admin::V2::Cluster
Returns
- (::Google::Cloud::Bigtable::Admin::V2::Cluster) — Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.
#cluster=
def cluster=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Cluster
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::Cluster) — Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::Cluster) — Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The subset of Cluster fields which should be replaced.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The subset of Cluster fields which should be replaced.
Returns
- (::Google::Protobuf::FieldMask) — Required. The subset of Cluster fields which should be replaced.