Class UpdateInstanceRequest (3.18.0)

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

The request for UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].

Attributes

NameDescription
instance google.cloud.spanner_admin_instance_v1.types.Instance
Required. The instance to update, which must always include the instance name. Otherwise, only fields mentioned in field_mask][google.spanner.admin.instance.v1.UpdateInstanceRequest.field_mask] need be included.
field_mask google.protobuf.field_mask_pb2.FieldMask
Required. A mask specifying which fields in Instance][google.spanner.admin.instance.v1.Instance] should be updated. The field mask must always be specified; this prevents any future fields in Instance][google.spanner.admin.instance.v1.Instance] from being erased accidentally by clients that do not know about them.