Grpc Route Method Match Response
data class GrpcRouteMethodMatchResponse(val caseSensitive: Boolean, val grpcMethod: String, val grpcService: String, val type: String)
Specifies a match against a method.
Properties
Link copied to clipboard
Optional. Specifies that matches are case sensitive. The default value is true. case_sensitive must not be used with a type of REGULAR_EXPRESSION.
Link copied to clipboard
Name of the method to match against. If unspecified, will match all methods.
Link copied to clipboard
Name of the service to match against. If unspecified, will match all services.