public enum SearchLineageStreamingRequest.SearchDirection extends Enum<SearchLineageStreamingRequest.SearchDirection> implements ProtocolMessageEnumDirection of the search.
Protobuf enum
google.cloud.datacatalog.lineage.v1.SearchLineageStreamingRequest.SearchDirection
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DOWNSTREAM |
Retrieve links that lead from the specified asset to downstream assets. |
DOWNSTREAM_VALUE |
Retrieve links that lead from the specified asset to downstream assets. |
SEARCH_DIRECTION_UNSPECIFIED |
Direction is unspecified. |
SEARCH_DIRECTION_UNSPECIFIED_VALUE |
Direction is unspecified. |
UNRECOGNIZED |
|
UPSTREAM |
Retrieve links that lead from upstream assets to the specified asset. |
UPSTREAM_VALUE |
Retrieve links that lead from upstream assets to the specified asset. |
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() |
|