Reference documentation and code samples for the Cloud Spanner Instance Admin V1 API class Google::Cloud::Spanner::Admin::Instance::V1::UpdateInstanceRequest.
The request for UpdateInstance.
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 Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance 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 Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
Returns
- (::Google::Protobuf::FieldMask) — Required. A mask specifying which fields in Instance should be updated. The field mask must always be specified; this prevents any future fields in Instance from being erased accidentally by clients that do not know about them.
#instance
def instance() -> ::Google::Cloud::Spanner::Admin::Instance::V1::Instance
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::Instance) — Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
#instance=
def instance=(value) -> ::Google::Cloud::Spanner::Admin::Instance::V1::Instance
Parameter
- value (::Google::Cloud::Spanner::Admin::Instance::V1::Instance) — Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.
Returns
- (::Google::Cloud::Spanner::Admin::Instance::V1::Instance) — Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.