Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class BigQueryTableSpec.
Describes a BigQuery table.
Generated from protobuf message google.cloud.datacatalog.v1.BigQueryTableSpec
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ table_source_type
int
Output only. The table source type.
↳ view_spec
↳ table_spec
TableSpec
Specification of a BigQuery table. Populated only if the table_source_type
is BIGQUERY_TABLE
.
getTableSourceType
Output only. The table source type.
int
setTableSourceType
Output only. The table source type.
var
int
$this
getViewSpec
Table view specification. Populated only if
the table_source_type
is BIGQUERY_VIEW
.
hasViewSpec
setViewSpec
Table view specification. Populated only if
the table_source_type
is BIGQUERY_VIEW
.
$this
getTableSpec
Specification of a BigQuery table. Populated only if
the table_source_type
is BIGQUERY_TABLE
.
hasTableSpec
setTableSpec
Specification of a BigQuery table. Populated only if
the table_source_type
is BIGQUERY_TABLE
.
$this
getTypeSpec
string