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 classHttpQueryParameterMatchHttpRouteRuleMatch criteria for a request's query parameter.static classHttpQueryParameterMatch.BuilderHttpRouteRuleMatch criteria for a request's query parameter.Methods in com.google.cloud.compute.v1 that return HttpQueryParameterMatchOrBuilder Modifier and Type Method Description HttpQueryParameterMatchOrBuilderHttpRouteRuleMatch.Builder. getQueryParameterMatchesOrBuilder(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatchOrBuilderHttpRouteRuleMatch. getQueryParameterMatchesOrBuilder(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatchOrBuilderHttpRouteRuleMatchOrBuilder. 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.
-