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

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 UpdateInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#field_mask::Google::Protobuf::FieldMask

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



336
337
338
339
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 336

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

#instance::Google::Cloud::Spanner::Admin::Instance::V1::Instance

Returns Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask need be included.

Returns:



336
337
338
339
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 336

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