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 \ SearchLineageStreamingRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SEARCH_DIRECTION_UNSPECIFIED
Value: 0Direction is unspecified.
Generated from protobuf enum SEARCH_DIRECTION_UNSPECIFIED = 0;
DOWNSTREAM
Value: 1Retrieve links that lead from the specified asset to downstream assets.
Generated from protobuf enum DOWNSTREAM = 1;
UPSTREAM
Value: 2Retrieve links that lead from upstream assets to the specified asset.
Generated from protobuf enum UPSTREAM = 2;