Google Cloud Dataplex V1 Client - Class Type (0.3.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Type unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

TABLE

Value: 1

Structured and semi-structured data.

Generated from protobuf enum TABLE = 1;

FILESET

Value: 2

Unstructured data.

Generated from protobuf enum FILESET = 2;