Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Type.
The type of entity.
Protobuf type google.cloud.dataplex.v1.Entity.Type
Namespace
Google \ Cloud \ Dataplex \ V1 \ EntityMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Type unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
TABLE
Value: 1Structured and semi-structured data.
Generated from protobuf enum TABLE = 1;
FILESET
Value: 2Unstructured data.
Generated from protobuf enum FILESET = 2;