Table(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Represents a table.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
hive_options |
google.cloud.bigquery_biglake_v1.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_v1.types.Table.Type
The table type. |
etag |
str
The checksum of a table object computed by the server based on the value of other fields. It may be sent on update requests to ensure the client has an up-to-date value before proceeding. It is only checked for update table operations. |
Classes
Type
Type(value)
The table type.