GrpcRouteMethodMatchResponse

data class GrpcRouteMethodMatchResponse(val caseSensitive: Boolean, val grpcMethod: String, val grpcService: String, val type: String)

Specifies a match against a method.

Constructors

Link copied to clipboard
fun GrpcRouteMethodMatchResponse(caseSensitive: Boolean, grpcMethod: String, grpcService: String, type: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

Optional. Specifies how to match against the name. If not specified, a default value of "EXACT" is used.