query Parameter Matches
Parameters
value
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
Parameters
values
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.
suspend fun queryParameterMatches(argument: List<suspend HttpQueryParameterMatchArgsBuilder.() -> Unit>)
suspend fun queryParameterMatches(vararg argument: suspend HttpQueryParameterMatchArgsBuilder.() -> Unit)
Parameters
argument
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request. Not supported when the URL map is bound to a target gRPC proxy.