Google Cloud Data Catalog V1 Client - Class TableType (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class TableType.

Type of the table.

Protobuf type google.cloud.datacatalog.v1.DatabaseTableSpec.TableType

Namespace

Google \ Cloud \ DataCatalog \ V1 \ DatabaseTableSpec

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TABLE_TYPE_UNSPECIFIED

Value: 0

Default unknown table type.

Generated from protobuf enum TABLE_TYPE_UNSPECIFIED = 0;

NATIVE

Value: 1

Native table.

Generated from protobuf enum NATIVE = 1;

EXTERNAL

Value: 2

External table.

Generated from protobuf enum EXTERNAL = 2;