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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb

Overview

Request message for BigtableInstanceAdmin.PartialUpdateInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#instanceGoogle::Bigtable::Admin::V2::Instance

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

Returns:



85
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 85

class PartialUpdateInstanceRequest; end

#update_maskGoogle::Protobuf::FieldMask

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

Returns:



85
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 85

class PartialUpdateInstanceRequest; end