Class CreateInstanceRequest (3.22.0)

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

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

Attributes

NameDescription
parent str
Required. The name of the project in which to create the instance. Values are of the form ``projects/
instance_id str
Required. The ID of the instance to create. Valid identifiers are of the form ```a-z][-a-z0-9]`*[a-z0-9]`` and must be between 2 and 64 characters in length.
instance google.cloud.spanner_admin_instance_v1.types.Instance
Required. The instance to create. The name may be omitted, but if specified must be ``

Inheritance

builtins.object > proto.message.Message > CreateInstanceRequest