Class Dataset (1.0.4)

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

BigQuery dataset information. See the Dataset </bigquery/docs/reference/v2/datasets>__ API resource for more details on individual fields.

Attributes

NameDescription
dataset_name google.cloud.bigquery_logging_v1.types.DatasetName
The name of the dataset.
info google.cloud.bigquery_logging_v1.types.DatasetInfo
User-provided metadata for the dataset.
create_time google.protobuf.timestamp_pb2.Timestamp
The time the dataset was created.
update_time google.protobuf.timestamp_pb2.Timestamp
The time the dataset was last modified.
acl google.cloud.bigquery_logging_v1.types.BigQueryAcl
The access control list for the dataset.
default_table_expire_duration google.protobuf.duration_pb2.Duration
If this field is present, each table that does not specify an expiration time is assigned an expiration time by adding this duration to the table's ``createTime``. If this field is empty, there is no default table expiration time.

Inheritance

builtins.object > proto.message.Message > Dataset