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