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