public enum GrpcRoute.Types.HeaderMatch.Types.TypeReference documentation and code samples for the Network Services v1 API enum GrpcRoute.Types.HeaderMatch.Types.Type.
The type of match.
Namespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Fields |
|
|---|---|
| Name | Description |
Exact |
Will only match the exact value provided. |
RegularExpression |
Will match paths conforming to the prefix specified by value. RE2 syntax is supported. |
Unspecified |
Unspecified. |