Class Table (0.3.0)

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.
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.

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