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 HttpQueryParameterMatch
HttpQueryParameterMatch.Builder. build()
HttpQueryParameterMatch
HttpQueryParameterMatch.Builder. buildPartial()
static HttpQueryParameterMatch
HttpQueryParameterMatch. getDefaultInstance()
HttpQueryParameterMatch
HttpQueryParameterMatch.Builder. getDefaultInstanceForType()
HttpQueryParameterMatch
HttpQueryParameterMatch. getDefaultInstanceForType()
HttpQueryParameterMatch
HttpRouteRuleMatch.Builder. getQueryParameterMatches(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatch
HttpRouteRuleMatch. getQueryParameterMatches(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatch
HttpRouteRuleMatchOrBuilder. getQueryParameterMatches(int index)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.static HttpQueryParameterMatch
HttpQueryParameterMatch. parseDelimitedFrom(InputStream input)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(byte[] data)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(com.google.protobuf.ByteString data)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(com.google.protobuf.CodedInputStream input)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(InputStream input)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static HttpQueryParameterMatch
HttpQueryParameterMatch. parseFrom(ByteBuffer data)
static HttpQueryParameterMatch
HttpQueryParameterMatch. 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.Builder
HttpRouteRuleMatch.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.Builder
HttpRouteRuleMatch.Builder. addQueryParameterMatches(HttpQueryParameterMatch value)
Specifies a list of query parameter match criteria, all of which must match corresponding query parameters in the request.HttpQueryParameterMatch.Builder
HttpQueryParameterMatch.Builder. mergeFrom(HttpQueryParameterMatch other)
static HttpQueryParameterMatch.Builder
HttpQueryParameterMatch. newBuilder(HttpQueryParameterMatch prototype)
HttpRouteRuleMatch.Builder
HttpRouteRuleMatch.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.Builder
HttpRouteRuleMatch.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.
-