Class UpdateInstanceRequest (2.0.0)

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

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

Attributes

NameDescription
instance .spanner_instance_admin.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 .gp_field_mask.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.