Class: Google::Cloud::Spanner::Admin::Instance::V1::UpdateInstancePartitionRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

The request for UpdateInstancePartition.

Instance Attribute Summary collapse

Instance Attribute Details

#field_mask::Google::Protobuf::FieldMask

Returns 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:



1132
1133
1134
1135
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1132

class UpdateInstancePartitionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#instance_partition::Google::Cloud::Spanner::Admin::Instance::V1::InstancePartition

Returns 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:



1132
1133
1134
1135
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 1132

class UpdateInstancePartitionRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end