Class CreateInstanceRequest (2.32.0)

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

Request message for BigtableInstanceAdmin.CreateInstance.

Attributes

Name Description
parent str
Required. The unique name of the project in which to create the new instance. Values are of the form projects/{project}.
instance_id str
Required. The ID to be used when referring to the new instance within its project, e.g., just myinstance rather than projects/myproject/instances/myinstance.
instance google.cloud.bigtable_admin_v2.types.Instance
Required. The instance to create. Fields marked OutputOnly must be left blank.
clusters MutableMapping[str, google.cloud.bigtable_admin_v2.types.Cluster]
Required. The clusters to be created within the instance, mapped by desired cluster ID, e.g., just mycluster rather than projects/myproject/instances/myinstance/clusters/mycluster. Fields marked OutputOnly must be left blank.

Classes

ClustersEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.