Google Cloud Dataplex V1 Client - Class TableType (1.1.0)

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

The type of the published table.

Protobuf type google.cloud.dataplex.v1.DiscoveryEvent.TableType

Namespace

Google \ Cloud \ Dataplex \ V1 \ DiscoveryEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TABLE_TYPE_UNSPECIFIED

Value: 0

An unspecified table type.

Generated from protobuf enum TABLE_TYPE_UNSPECIFIED = 0;

EXTERNAL_TABLE

Value: 1

External table type.

Generated from protobuf enum EXTERNAL_TABLE = 1;

BIGLAKE_TABLE

Value: 2

BigLake table type.

Generated from protobuf enum BIGLAKE_TABLE = 2;

OBJECT_TABLE

Value: 3

Object table type for unstructured data.

Generated from protobuf enum OBJECT_TABLE = 3;