Class GetInstanceRequest (2.1.0)

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

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

Attributes

NameDescription
name str
Required. The name of the requested instance. Values are of the form ``projects/
field_mask `.gp_field_mask.FieldMask`
If field_mask is present, specifies the subset of `Instance][google.spanner.admin.instance.v1.Instance]` fields that should be returned. If absent, all `Instance][google.spanner.admin.instance.v1.Instance]` fields are returned.

Inheritance

builtins.object > proto.message.Message > GetInstanceRequest