Google Cloud Dataplex V1 Client - Class EntityType (0.1.6)

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

The type of the entity.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

ENTITY_TYPE_UNSPECIFIED

Value: 0

An unspecified event type.

Generated from protobuf enum ENTITY_TYPE_UNSPECIFIED = 0;

TABLE

Value: 1

Entities representing structured data.

Generated from protobuf enum TABLE = 1;

FILESET

Value: 2

Entities representing unstructured data.

Generated from protobuf enum FILESET = 2;