Class: Google::Cloud::Bigtable::Admin::V2::PartialUpdateInstanceRequest

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.PartialUpdateInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#instance::Google::Cloud::Bigtable::Admin::V2::Instance

Returns Required. The Instance which will (partially) replace the current value.

Returns:



111
112
113
114
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 111

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. The subset of Instance fields which should be replaced. Must be explicitly set.

Returns:



111
112
113
114
# File 'proto_docs/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 111

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