Network Services v1 API - Enum GrpcRoute.Types.HeaderMatch.Types.Type (1.0.0-beta01)

public enum GrpcRoute.Types.HeaderMatch.Types.Type

Reference documentation and code samples for the Network Services v1 API enum GrpcRoute.Types.HeaderMatch.Types.Type.

The type of match.

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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.