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 \ SearchLineageStreamingRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
ENTITY_SET_UNSPECIFIED
Value: 0The entity set is unspecified. Returns all the data.
Generated from protobuf enum ENTITY_SET_UNSPECIFIED = 0;
ENTITIES
Value: 1Returns entities with only FQN specified. For example, entities with the
field field set are not returned.
Generated from protobuf enum ENTITIES = 1;