Enum SearchLineageStreamingRequest.SearchDirection (0.85.0)

public enum SearchLineageStreamingRequest.SearchDirection extends Enum<SearchLineageStreamingRequest.SearchDirection> implements ProtocolMessageEnum

Direction of the search.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
DOWNSTREAM

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

DOWNSTREAM = 1;

DOWNSTREAM_VALUE

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

DOWNSTREAM = 1;

SEARCH_DIRECTION_UNSPECIFIED

Direction is unspecified.

SEARCH_DIRECTION_UNSPECIFIED = 0;

SEARCH_DIRECTION_UNSPECIFIED_VALUE

Direction is unspecified.

SEARCH_DIRECTION_UNSPECIFIED = 0;

UNRECOGNIZED
UPSTREAM

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

UPSTREAM = 2;

UPSTREAM_VALUE

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

UPSTREAM = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()