Class: Google::Bigtable::Admin::V2::PartialUpdateInstanceRequest
- Inherits:
-
Object
- Object
- Google::Bigtable::Admin::V2::PartialUpdateInstanceRequest
- 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 ⇒ Google::Bigtable::Admin::V2::Instance
The Instance which will (partially) replace the current value.
-
#update_mask ⇒ Google::Protobuf::FieldMask
The subset of Instance fields which should be replaced.
Instance Attribute Details
#instance ⇒ Google::Bigtable::Admin::V2::Instance
Returns The Instance which will (partially) replace the current value.
85 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 85 class PartialUpdateInstanceRequest; end |
#update_mask ⇒ Google::Protobuf::FieldMask
Returns The subset of Instance fields which should be replaced. Must be explicitly set.
85 |
# File 'lib/google/cloud/bigtable/admin/v2/doc/google/bigtable/admin/v2/bigtable_instance_admin.rb', line 85 class PartialUpdateInstanceRequest; end |