Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::UpdateInstancePartitionRequest.
The request for UpdateInstancePartition.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#field_mask
def field_mask() -> ::Google::Protobuf::FieldMask
Returns
- (::Google::Protobuf::FieldMask) — Required. A mask specifying which fields in InstancePartition should be updated. The field mask must always be specified; this prevents any future fields in InstancePartition from being erased accidentally by clients that do not know about them.
#field_mask=
def field_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
- value (::Google::Protobuf::FieldMask) — Required. A mask specifying which fields in InstancePartition should be updated. The field mask must always be specified; this prevents any future fields in InstancePartition from being erased accidentally by clients that do not know about them.
Returns
- (::Google::Protobuf::FieldMask) — Required. A mask specifying which fields in InstancePartition should be updated. The field mask must always be specified; this prevents any future fields in InstancePartition from being erased accidentally by clients that do not know about them.
#instance_partition
def instance_partition() -> ::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition) — Required. The instance partition to update, which must always include the instance partition name. Otherwise, only fields mentioned in field_mask need be included.
#instance_partition=
def instance_partition=(value) -> ::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition
Parameter
- value (::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition) — Required. The instance partition to update, which must always include the instance partition name. Otherwise, only fields mentioned in field_mask need be included.
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition) — Required. The instance partition to update, which must always include the instance partition name. Otherwise, only fields mentioned in field_mask need be included.