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

public enum GrpcRoute.Types.MethodMatch.Types.Type

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

The type of the match.

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Fields

Name Description
Exact

Will only match the exact name provided.

RegularExpression

Will interpret grpc_method and grpc_service as regexes. RE2 syntax is supported.

Unspecified

Unspecified.