| Package | Description |
|---|---|
| io.envoyproxy.envoy.type.matcher.v3 |
| Modifier and Type | Method and Description |
|---|---|
StructMatcher.PathSegment.Builder |
StructMatcher.Builder.addPathBuilder()
The path to retrieve the Value from the Struct.
|
StructMatcher.PathSegment.Builder |
StructMatcher.Builder.addPathBuilder(int index)
The path to retrieve the Value from the Struct.
|
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.clear() |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.clearKey()
If specified, use the key to retrieve the value in a Struct.
|
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.clearSegment() |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.clone() |
StructMatcher.PathSegment.Builder |
StructMatcher.Builder.getPathBuilder(int index)
The path to retrieve the Value from the Struct.
|
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.mergeFrom(com.google.protobuf.Message other) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.mergeFrom(StructMatcher.PathSegment other) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.newBuilder() |
static StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.newBuilder(StructMatcher.PathSegment prototype) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.newBuilderForType() |
protected StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.setKey(String value)
If specified, use the key to retrieve the value in a Struct.
|
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.setKeyBytes(com.google.protobuf.ByteString value)
If specified, use the key to retrieve the value in a Struct.
|
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
StructMatcher.PathSegment.Builder |
StructMatcher.PathSegment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<StructMatcher.PathSegment.Builder> |
StructMatcher.Builder.getPathBuilderList()
The path to retrieve the Value from the Struct.
|
| Modifier and Type | Method and Description |
|---|---|
StructMatcher.Builder |
StructMatcher.Builder.addPath(int index,
StructMatcher.PathSegment.Builder builderForValue)
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.addPath(StructMatcher.PathSegment.Builder builderForValue)
The path to retrieve the Value from the Struct.
|
StructMatcher.Builder |
StructMatcher.Builder.setPath(int index,
StructMatcher.PathSegment.Builder builderForValue)
The path to retrieve the Value from the Struct.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.