CreateTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for the CreateTable method.
Attributes |
|
---|---|
Name | Description |
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_v1.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. |