Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class TableSourceType.
Table source type.
Protobuf type google.cloud.datacatalog.v1.TableSourceType
Namespace
Google \ Cloud \ DataCatalog \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TABLE_SOURCE_TYPE_UNSPECIFIED
Value: 0
Default unknown type.
Generated from protobuf enum TABLE_SOURCE_TYPE_UNSPECIFIED = 0;
BIGQUERY_VIEW
Value: 2
Table view.
Generated from protobuf enum BIGQUERY_VIEW = 2;
BIGQUERY_TABLE
Value: 5
BigQuery native table.
Generated from protobuf enum BIGQUERY_TABLE = 5;
BIGQUERY_MATERIALIZED_VIEW
Value: 7
BigQuery materialized view.
Generated from protobuf enum BIGQUERY_MATERIALIZED_VIEW = 7;