| Modifier and Type | Method and Description |
|---|---|
HttpRouteRuleMatch |
HttpRouteRuleMatch.Builder.build() |
HttpRouteRuleMatch |
HttpRouteRuleMatch.Builder.buildPartial() |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.getDefaultInstance() |
HttpRouteRuleMatch |
HttpRouteRuleMatch.getDefaultInstanceForType() |
HttpRouteRuleMatch |
HttpRouteRuleMatch.Builder.getDefaultInstanceForType() |
HttpRouteRuleMatch |
HttpRouteRule.getMatchRules(int index)
The list of criteria for matching attributes of a request to this routeRule.
|
HttpRouteRuleMatch |
HttpRouteRule.Builder.getMatchRules(int index)
The list of criteria for matching attributes of a request to this routeRule.
|
HttpRouteRuleMatch |
HttpRouteRuleOrBuilder.getMatchRules(int index)
The list of criteria for matching attributes of a request to this routeRule.
|
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseDelimitedFrom(InputStream input) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(byte[] data) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(ByteBuffer data) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(com.google.protobuf.ByteString data) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(InputStream input) |
static HttpRouteRuleMatch |
HttpRouteRuleMatch.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<HttpRouteRuleMatch> |
HttpRouteRule.getMatchRulesList()
The list of criteria for matching attributes of a request to this routeRule.
|
List<HttpRouteRuleMatch> |
HttpRouteRule.Builder.getMatchRulesList()
The list of criteria for matching attributes of a request to this routeRule.
|
List<HttpRouteRuleMatch> |
HttpRouteRuleOrBuilder.getMatchRulesList()
The list of criteria for matching attributes of a request to this routeRule.
|
com.google.protobuf.Parser<HttpRouteRuleMatch> |
HttpRouteRuleMatch.getParserForType() |
static com.google.protobuf.Parser<HttpRouteRuleMatch> |
HttpRouteRuleMatch.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteRule.Builder |
HttpRouteRule.Builder.addMatchRules(HttpRouteRuleMatch value)
The list of criteria for matching attributes of a request to this routeRule.
|
HttpRouteRule.Builder |
HttpRouteRule.Builder.addMatchRules(int index,
HttpRouteRuleMatch value)
The list of criteria for matching attributes of a request to this routeRule.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.mergeFrom(HttpRouteRuleMatch other) |
static HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.newBuilder(HttpRouteRuleMatch prototype) |
HttpRouteRule.Builder |
HttpRouteRule.Builder.setMatchRules(int index,
HttpRouteRuleMatch value)
The list of criteria for matching attributes of a request to this routeRule.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRouteRule.Builder |
HttpRouteRule.Builder.addAllMatchRules(Iterable<? extends HttpRouteRuleMatch> values)
The list of criteria for matching attributes of a request to this routeRule.
|
Copyright © 2023 Google LLC. All rights reserved.