Uses of Interface
com.google.cloud.compute.v1.HttpQueryParameterMatchOrBuilder
-
Packages that use HttpQueryParameterMatchOrBuilder Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpQueryParameterMatchOrBuilder in com.google.cloud.compute.v1
Classes in com.google.cloud.compute.v1 that implement HttpQueryParameterMatchOrBuilder Modifier and Type Class Description class
HttpQueryParameterMatch
HttpRouteRuleMatch criteria for a request's query parameter.static class
HttpQueryParameterMatch.Builder
HttpRouteRuleMatch criteria for a request's query parameter.Methods in com.google.cloud.compute.v1 that return HttpQueryParameterMatchOrBuilder Modifier and Type Method Description HttpQueryParameterMatchOrBuilder
HttpRouteRuleMatch.Builder. getQueryParameterMatchesOrBuilder(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatchOrBuilder
HttpRouteRuleMatch. getQueryParameterMatchesOrBuilder(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatchOrBuilder
HttpRouteRuleMatchOrBuilder. getQueryParameterMatchesOrBuilder(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpQueryParameterMatchOrBuilder Modifier and Type Method Description List<? extends HttpQueryParameterMatchOrBuilder>
HttpRouteRuleMatch.Builder. getQueryParameterMatchesOrBuilderList()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.List<? extends HttpQueryParameterMatchOrBuilder>
HttpRouteRuleMatch. getQueryParameterMatchesOrBuilderList()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.List<? extends HttpQueryParameterMatchOrBuilder>
HttpRouteRuleMatchOrBuilder. getQueryParameterMatchesOrBuilderList()
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.
-