| Modifier and Type | Method and Description |
|---|---|
PathMatcher |
PathMatcher.Builder.build() |
PathMatcher |
PathMatcher.Builder.buildPartial() |
static PathMatcher |
PathMatcher.getDefaultInstance() |
PathMatcher |
PathMatcher.getDefaultInstanceForType() |
PathMatcher |
PathMatcher.Builder.getDefaultInstanceForType() |
PathMatcher |
UrlMap.getPathMatchers(int index)
The list of named PathMatchers to use against the URL.
|
PathMatcher |
UrlMap.Builder.getPathMatchers(int index)
The list of named PathMatchers to use against the URL.
|
PathMatcher |
UrlMapOrBuilder.getPathMatchers(int index)
The list of named PathMatchers to use against the URL.
|
static PathMatcher |
PathMatcher.parseDelimitedFrom(InputStream input) |
static PathMatcher |
PathMatcher.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(byte[] data) |
static PathMatcher |
PathMatcher.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(ByteBuffer data) |
static PathMatcher |
PathMatcher.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.ByteString data) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.CodedInputStream input) |
static PathMatcher |
PathMatcher.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static PathMatcher |
PathMatcher.parseFrom(InputStream input) |
static PathMatcher |
PathMatcher.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<PathMatcher> |
PathMatcher.getParserForType() |
List<PathMatcher> |
UrlMap.getPathMatchersList()
The list of named PathMatchers to use against the URL.
|
List<PathMatcher> |
UrlMap.Builder.getPathMatchersList()
The list of named PathMatchers to use against the URL.
|
List<PathMatcher> |
UrlMapOrBuilder.getPathMatchersList()
The list of named PathMatchers to use against the URL.
|
static com.google.protobuf.Parser<PathMatcher> |
PathMatcher.parser() |
| Modifier and Type | Method and Description |
|---|---|
UrlMap.Builder |
UrlMap.Builder.addPathMatchers(int index,
PathMatcher value)
The list of named PathMatchers to use against the URL.
|
UrlMap.Builder |
UrlMap.Builder.addPathMatchers(PathMatcher value)
The list of named PathMatchers to use against the URL.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeFrom(PathMatcher other) |
static PathMatcher.Builder |
PathMatcher.newBuilder(PathMatcher prototype) |
UrlMap.Builder |
UrlMap.Builder.setPathMatchers(int index,
PathMatcher value)
The list of named PathMatchers to use against the URL.
|
| Modifier and Type | Method and Description |
|---|---|
UrlMap.Builder |
UrlMap.Builder.addAllPathMatchers(Iterable<? extends PathMatcher> values)
The list of named PathMatchers to use against the URL.
|
Copyright © 2023 Google LLC. All rights reserved.