Class BigQueryTableSpec (3.7.1)

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

Describes a BigQuery table.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
table_source_type google.cloud.datacatalog_v1beta1.types.TableSourceType
Output only. The table source type.
view_spec google.cloud.datacatalog_v1beta1.types.ViewSpec
Table view specification. This field should only be populated if table_source_type is BIGQUERY_VIEW. This field is a member of oneof_ type_spec.
table_spec google.cloud.datacatalog_v1beta1.types.TableSpec
Spec of a BigQuery table. This field should only be populated if table_source_type is BIGQUERY_TABLE. This field is a member of oneof_ type_spec.