| Modifier and Type | Method and Description |
|---|---|
HttpRouteRule |
HttpRouteRule.Builder.build() |
HttpRouteRule |
HttpRouteRule.Builder.buildPartial() |
static HttpRouteRule |
HttpRouteRule.getDefaultInstance() |
HttpRouteRule |
HttpRouteRule.getDefaultInstanceForType() |
HttpRouteRule |
HttpRouteRule.Builder.getDefaultInstanceForType() |
HttpRouteRule |
PathMatcherOrBuilder.getRouteRules(int index)
The list of HTTP route rules.
|
HttpRouteRule |
PathMatcher.getRouteRules(int index)
The list of HTTP route rules.
|
HttpRouteRule |
PathMatcher.Builder.getRouteRules(int index)
The list of HTTP route rules.
|
static HttpRouteRule |
HttpRouteRule.parseDelimitedFrom(InputStream input) |
static HttpRouteRule |
HttpRouteRule.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRule |
HttpRouteRule.parseFrom(byte[] data) |
static HttpRouteRule |
HttpRouteRule.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRule |
HttpRouteRule.parseFrom(ByteBuffer data) |
static HttpRouteRule |
HttpRouteRule.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRule |
HttpRouteRule.parseFrom(com.google.protobuf.ByteString data) |
static HttpRouteRule |
HttpRouteRule.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRule |
HttpRouteRule.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpRouteRule |
HttpRouteRule.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpRouteRule |
HttpRouteRule.parseFrom(InputStream input) |
static HttpRouteRule |
HttpRouteRule.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpRouteRule> |
HttpRouteRule.getParserForType() |
List<HttpRouteRule> |
PathMatcherOrBuilder.getRouteRulesList()
The list of HTTP route rules.
|
List<HttpRouteRule> |
PathMatcher.getRouteRulesList()
The list of HTTP route rules.
|
List<HttpRouteRule> |
PathMatcher.Builder.getRouteRulesList()
The list of HTTP route rules.
|
static com.google.protobuf.Parser<HttpRouteRule> |
HttpRouteRule.parser() |
| Modifier and Type | Method and Description |
|---|---|
PathMatcher.Builder |
PathMatcher.Builder.addRouteRules(HttpRouteRule value)
The list of HTTP route rules.
|
PathMatcher.Builder |
PathMatcher.Builder.addRouteRules(int index,
HttpRouteRule value)
The list of HTTP route rules.
|
HttpRouteRule.Builder |
HttpRouteRule.Builder.mergeFrom(HttpRouteRule other) |
static HttpRouteRule.Builder |
HttpRouteRule.newBuilder(HttpRouteRule prototype) |
PathMatcher.Builder |
PathMatcher.Builder.setRouteRules(int index,
HttpRouteRule value)
The list of HTTP route rules.
|
| Modifier and Type | Method and Description |
|---|---|
PathMatcher.Builder |
PathMatcher.Builder.addAllRouteRules(Iterable<? extends HttpRouteRule> values)
The list of HTTP route rules.
|
Copyright © 2023 Google LLC. All rights reserved.