Google Cloud Data Catalog V1 Client - Class TableSourceType (1.6.0)

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 \ V1

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;