Module: Google::Cloud::NetworkServices::V1::GrpcRoute::MethodMatch::Type

Defined in:
proto_docs/google/cloud/networkservices/v1/grpc_route.rb

Overview

The type of the match.

Constant Summary collapse

TYPE_UNSPECIFIED =

Unspecified.

0
EXACT =

Will only match the exact name provided.

1
REGULAR_EXPRESSION =

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

2