| Modifier and Type | Method and Description |
|---|---|
HttpQueryParameterMatch |
HttpQueryParameterMatch.Builder.build() |
HttpQueryParameterMatch |
HttpQueryParameterMatch.Builder.buildPartial() |
static HttpQueryParameterMatch |
HttpQueryParameterMatch.getDefaultInstance() |
HttpQueryParameterMatch |
HttpQueryParameterMatch.getDefaultInstanceForType() |
HttpQueryParameterMatch |
HttpQueryParameterMatch.Builder.getDefaultInstanceForType() |
HttpQueryParameterMatch |
HttpRouteRuleMatchOrBuilder.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 |
HttpRouteRuleMatch.Builder.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(ByteBuffer data) |
static HttpQueryParameterMatch |
HttpQueryParameterMatch.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpQueryParameterMatch> |
HttpQueryParameterMatch.getParserForType() |
List<HttpQueryParameterMatch> |
HttpRouteRuleMatchOrBuilder.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> |
HttpRouteRuleMatch.Builder.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() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023 Google LLC. All rights reserved.