Values.GrpcRouteMatchSourceAn object that represents the criteria for determining a request match.
type nonrec t = {metadata : GrpcRouteMetadataList.t option;An object that represents the data to match from the request.
*)methodName : MethodName.t option;The method name to match from the request. If you specify a name, you must also specify a serviceName.
*)port : ListenerPort.t option;The port number to match on.
*)serviceName : ServiceName.t option;The fully qualified domain name for the service to match from the request.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of ListenerPort.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `String of HeaderName.t
| `Structure of
(string
* [> `String of HeaderMatch.t
| `Structure of (string * [> `Long of Long.t ]) list ])
list ])
list ]
list
| `String of MethodName.t ])
list ]