Class: Google::Cloud::Bigtable::Admin::V2::PartialUpdateClusterRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Request message for BigtableInstanceAdmin.PartialUpdateCluster.

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::Google::Cloud::Bigtable::Admin::V2::Cluster

Returns Required. The Cluster which contains the partial updates to be applied, subject to the update_mask.

Returns:



336
337
338
339
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 336

class PartialUpdateClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The subset of Cluster fields which should be replaced.

Returns:



336
337
338
339
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 336

class PartialUpdateClusterRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end