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

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

Direction of the search.

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

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1 \ SearchLineageStreamingRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SEARCH_DIRECTION_UNSPECIFIED

Value: 0

Direction is unspecified.

Generated from protobuf enum SEARCH_DIRECTION_UNSPECIFIED = 0;

DOWNSTREAM

Value: 1

Retrieve links that lead from the specified asset to downstream assets.

Generated from protobuf enum DOWNSTREAM = 1;

UPSTREAM

Value: 2

Retrieve links that lead from upstream assets to the specified asset.

Generated from protobuf enum UPSTREAM = 2;