Class Table (0.1.1)

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

Attributes

NameDescription
hive_options google.cloud.bigquery.biglake_v1alpha1.types.HiveTableOptions
Options of a Hive table. This field is a member of oneof_ options.
name str
Output only. The resource name. Format: projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of the table.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last modification time of the table.
delete_time google.protobuf.timestamp_pb2.Timestamp
Output only. The deletion time of the table. Only set after the table is deleted.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when this table is considered expired. Only set after the table is deleted.
type_ google.cloud.bigquery.biglake_v1alpha1.types.Table.Type
The table type.

Classes

Type

Type(value)

The table type.

Values: TYPE_UNSPECIFIED (0): The type is not specified. HIVE (1): Represents a table compatible with Hive Metastore tables.