public enum EdgePattern.Types.DirectionReference documentation and code samples for the App Topology v1 API enum EdgePattern.Types.Direction.
The direction of the edge to match.
Namespace
Google.Cloud.AppTopology.V1Assembly
Google.Cloud.AppTopology.V1.dll
Fields |
|
|---|---|
| Name | Description |
Any |
Match any edge direction. |
From |
Match the edge direction from destination to source. |
To |
Match the edge direction from source to destination. |
Unspecified |
Defaults to DIRECTION_UNSPECIFIED. |