Google Cloud Dataplex V1 Client - Class EntityType (0.12.0)

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

Type of entity.

Protobuf type google.cloud.dataplex.v1.GovernanceEvent.Entity.EntityType

Namespace

Google \ Cloud \ Dataplex \ V1 \ GovernanceEvent \ Entity

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

ENTITY_TYPE_UNSPECIFIED

Value: 0

An unspecified Entity type.

Generated from protobuf enum ENTITY_TYPE_UNSPECIFIED = 0;

TABLE

Value: 1

Table entity type.

Generated from protobuf enum TABLE = 1;

FILESET

Value: 2

Fileset entity type.

Generated from protobuf enum FILESET = 2;