Google Cloud Data Catalog Lineage V1 Client - Class EntitySet (1.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class EntitySet.

Entity set restriction.

Protobuf type google.cloud.datacatalog.lineage.v1.SearchLineageStreamingRequest.EntitySet

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1 \ SearchLineageStreamingRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ENTITY_SET_UNSPECIFIED

Value: 0

The entity set is unspecified. Returns all the data.

Generated from protobuf enum ENTITY_SET_UNSPECIFIED = 0;

ENTITIES

Value: 1

Returns entities with only FQN specified. For example, entities with the field field set are not returned.

Generated from protobuf enum ENTITIES = 1;