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.
Constructors
Link copied to clipboard
fun GrpcRouteMethodMatchResponse(caseSensitive: Boolean, grpcMethod: String, grpcService: String, type: String)