Class BigQueryTableSpec (2.0.0)

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

Describes a BigQuery table.

Attributes

NameDescription
table_source_type `.gcd_table_spec.TableSourceType`
Output only. The table source type.
view_spec `.gcd_table_spec.ViewSpec`
Table view specification. This field should only be populated if ``table_source_type`` is ``BIGQUERY_VIEW``.
table_spec `.gcd_table_spec.TableSpec`
Spec of a BigQuery table. This field should only be populated if ``table_source_type`` is ``BIGQUERY_TABLE``.

Inheritance

builtins.object > proto.message.Message > BigQueryTableSpec