Class UpdateInstanceConfigRequest (3.26.0)

UpdateInstanceConfigRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request for UpdateInstanceConfigRequest][InstanceAdmin.UpdateInstanceConfigRequest].

Attributes

NameDescription
instance_config google.cloud.spanner_admin_instance_v1.types.InstanceConfig
Required. The user instance config to update, which must always include the instance config name. Otherwise, only fields mentioned in update_mask][google.spanner.admin.instance.v1.UpdateInstanceConfigRequest.update_mask] need be included. To prevent conflicts of concurrent updates, etag][google.spanner.admin.instance.v1.InstanceConfig.reconciling] can be used.
update_mask google.protobuf.field_mask_pb2.FieldMask
Required. A mask specifying which fields in InstanceConfig][google.spanner.admin.instance.v1.InstanceConfig] should be updated. The field mask must always be specified; this prevents any future fields in InstanceConfig][google.spanner.admin.instance.v1.InstanceConfig] from being erased accidentally by clients that do not know about them. Only display_name and labels can be updated.
validate_only bool
An option to validate, but not actually execute, a request, and provide the same response.