Class CreateDatabaseRequest (0.3.0)

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

Request message for the CreateDatabase method.

Attributes

NameDescription
parent str
Required. The parent resource where this database will be created. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
database google.cloud.bigquery.biglake_v1.types.Database
Required. The database to create. The name field does not need to be provided.
database_id str
Required. The ID to use for the database, which will become the final component of the database's resource name.