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 \ DatabaseTableSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TABLE_TYPE_UNSPECIFIED
Value: 0Default unknown table type.
Generated from protobuf enum TABLE_TYPE_UNSPECIFIED = 0;
NATIVE
Value: 1Native table.
Generated from protobuf enum NATIVE = 1;
EXTERNAL
Value: 2External table.
Generated from protobuf enum EXTERNAL = 2;