Uses of Class
com.google.cloud.compute.v1.HttpQueryParameterMatch
-
Packages that use HttpQueryParameterMatch Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HttpQueryParameterMatch in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HttpQueryParameterMatch Modifier and Type Method Description HttpQueryParameterMatchHttpQueryParameterMatch.Builder. build()HttpQueryParameterMatchHttpQueryParameterMatch.Builder. buildPartial()static HttpQueryParameterMatchHttpQueryParameterMatch. getDefaultInstance()HttpQueryParameterMatchHttpQueryParameterMatch.Builder. getDefaultInstanceForType()HttpQueryParameterMatchHttpQueryParameterMatch. getDefaultInstanceForType()HttpQueryParameterMatchHttpRouteRuleMatch.Builder. getQueryParameterMatches(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatchHttpRouteRuleMatch. getQueryParameterMatches(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatchHttpRouteRuleMatchOrBuilder. getQueryParameterMatches(int index)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.static HttpQueryParameterMatchHttpQueryParameterMatch. parseDelimitedFrom(InputStream input)static HttpQueryParameterMatchHttpQueryParameterMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(byte[] data)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(com.google.protobuf.ByteString data)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(com.google.protobuf.CodedInputStream input)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(InputStream input)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(ByteBuffer data)static HttpQueryParameterMatchHttpQueryParameterMatch. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type HttpQueryParameterMatch Modifier and Type Method Description com.google.protobuf.Parser<HttpQueryParameterMatch>HttpQueryParameterMatch. getParserForType()List<HttpQueryParameterMatch>HttpRouteRuleMatch.Builder. getQueryParameterMatchesList()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.List<HttpQueryParameterMatch>HttpRouteRuleMatch. getQueryParameterMatchesList()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.List<HttpQueryParameterMatch>HttpRouteRuleMatchOrBuilder. getQueryParameterMatchesList()Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.static com.google.protobuf.Parser<HttpQueryParameterMatch>HttpQueryParameterMatch. parser()Methods in com.google.cloud.compute.v1 with parameters of type HttpQueryParameterMatch Modifier and Type Method Description HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. addQueryParameterMatches(int index, HttpQueryParameterMatch value)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. addQueryParameterMatches(HttpQueryParameterMatch value)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatch.BuilderHttpQueryParameterMatch.Builder. mergeFrom(HttpQueryParameterMatch other)static HttpQueryParameterMatch.BuilderHttpQueryParameterMatch. newBuilder(HttpQueryParameterMatch prototype)HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. setQueryParameterMatches(int index, HttpQueryParameterMatch value)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.Method parameters in com.google.cloud.compute.v1 with type arguments of type HttpQueryParameterMatch Modifier and Type Method Description HttpRouteRuleMatch.BuilderHttpRouteRuleMatch.Builder. addAllQueryParameterMatches(Iterable<? extends HttpQueryParameterMatch> values)Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.
-