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

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 [UpdateInstanceConfigRequest][InstanceAdmin.UpdateInstanceConfigRequest].

Instance Attribute Summary collapse

Instance Attribute Details

#instance_config::Google::Cloud::Spanner::Admin::Instance::V1::InstanceConfig

Returns Required. The user instance configuration to update, which must always include the instance configuration name. Otherwise, only fields mentioned in update_mask need be included. To prevent conflicts of concurrent updates, etag can be used.

Returns:



606
607
608
609
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 606

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

#update_mask::Google::Protobuf::FieldMask

Returns Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.

Returns:

  • (::Google::Protobuf::FieldMask)

    Required. A mask specifying which fields in InstanceConfig should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.



606
607
608
609
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 606

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

#validate_only::Boolean

Returns An option to validate, but not actually execute, a request, and provide the same response.

Returns:

  • (::Boolean)

    An option to validate, but not actually execute, a request, and provide the same response.



606
607
608
609
# File 'proto_docs/google/spanner/admin/instance/v1/spanner_instance_admin.rb', line 606

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