Class CreateHiveTableRequest (0.1.0)

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

Request message for the CreateHiveTable method.

Attributes

Name Description
parent str
Required. The parent resource for the table to be created. Format: projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}
hive_table google.cloud.biglake_hive_v1beta.types.HiveTable
Required. The Hive Table to create. The name field does not need to be provided.
hive_table_id str
Required. The Hive Table ID to use for the table that will become the final component of the table's resource name. The maximum length is 256 characters.