Class CreateTableRequest (0.3.0)

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

Request message for the CreateTable method.

Attributes

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