Class Database (0.3.0)

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

Attributes

NameDescription
hive_options google.cloud.bigquery.biglake_v1.types.HiveDatabaseOptions
Options of a Hive database. 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}
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The creation time of the database.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The last modification time of the database.
delete_time google.protobuf.timestamp_pb2.Timestamp
Output only. The deletion time of the database. Only set after the database is deleted.
expire_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when this database is considered expired. Only set after the database is deleted.
type_ google.cloud.bigquery.biglake_v1.types.Database.Type
The database type.

Classes

Type

Type(value)

The database type.

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