Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::PartialUpdateInstanceRequest.
Request message for BigtableInstanceAdmin.PartialUpdateInstance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#instance
def instance() -> ::Google::Cloud::Bigtable::Admin::V2::Instance
Returns
- (::Google::Cloud::Bigtable::Admin::V2::Instance) — Required. The Instance which will (partially) replace the current value.
#instance=
def instance=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Instance
Parameter
- value (::Google::Cloud::Bigtable::Admin::V2::Instance) — Required. The Instance which will (partially) replace the current value.
Returns
- (::Google::Cloud::Bigtable::Admin::V2::Instance) — Required. The Instance which will (partially) replace the current value.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. The subset of Instance fields which should be replaced. Must be explicitly set.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. The subset of Instance fields which should be replaced. Must be explicitly set.
Returns
- (::Google::Protobuf::FieldMask) — Required. The subset of Instance fields which should be replaced. Must be explicitly set.