Network Services V1 API - Module Google::Cloud::NetworkServices::V1::GrpcRoute::MethodMatch::Type (v0.1.0)

Reference documentation and code samples for the Network Services V1 API module Google::Cloud::NetworkServices::V1::GrpcRoute::MethodMatch::Type.

The type of the match.

Constants

TYPE_UNSPECIFIED

value: 0
Unspecified.

EXACT

value: 1
Will only match the exact name provided.

REGULAR_EXPRESSION

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