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 [][google.spanner.admin.instance.v1.UpdateInstanceRequest.instance] should be updated. The field mask must always be specified; this prevents any future fields in

][google.spanner.admin.instance.v1.Instance

from being erased accidentally by clients that do not know

about them.

Returns:

  • (Google::Protobuf::FieldMask)

    Required. A mask specifying which fields in [][google.spanner.admin.instance.v1.UpdateInstanceRequest.instance] should be updated. The field mask must always be specified; this prevents any future fields in

    ][google.spanner.admin.instance.v1.Instance

    from being erased accidentally by clients that do not know

    about them.



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

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 [][google.spanner.admin.instance.v1.UpdateInstanceRequest.field_mask] need be included.

Returns:

  • (Google::Spanner::Admin::Instance::V1::Instance)

    Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in [][google.spanner.admin.instance.v1.UpdateInstanceRequest.field_mask] need be included.



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

class UpdateInstanceRequest; end