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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb

Overview

The request for UpdateInstance.

Instance Attribute Summary collapse

Instance Attribute Details

#field_maskGoogle::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.



283
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 283

class UpdateInstanceRequest; end

#instanceGoogle::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:



283
# File 'lib/google/cloud/spanner/admin/instance/v1/doc/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 283

class UpdateInstanceRequest; end