public static interface Metadata.MetadataMatcherOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
The filter name to retrieve the Struct from the Metadata.
|
com.google.protobuf.ByteString |
getFilterBytes()
The filter name to retrieve the Struct from the Metadata.
|
Metadata.MetadataMatcher.PathSegment |
getPath(int index)
The path to retrieve the Value from the Struct.
|
int |
getPathCount()
The path to retrieve the Value from the Struct.
|
List<Metadata.MetadataMatcher.PathSegment> |
getPathList()
The path to retrieve the Value from the Struct.
|
Metadata.MetadataMatcher.PathSegmentOrBuilder |
getPathOrBuilder(int index)
The path to retrieve the Value from the Struct.
|
List<? extends Metadata.MetadataMatcher.PathSegmentOrBuilder> |
getPathOrBuilderList()
The path to retrieve the Value from the Struct.
|
Value.ValueMatcher |
getValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
Value.ValueMatcherOrBuilder |
getValueOrBuilder()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
boolean |
hasValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFilter()
The filter name to retrieve the Struct from the Metadata.
string filter = 1 [(.validate.rules) = { ... }com.google.protobuf.ByteString getFilterBytes()
The filter name to retrieve the Struct from the Metadata.
string filter = 1 [(.validate.rules) = { ... }List<Metadata.MetadataMatcher.PathSegment> getPathList()
The path to retrieve the Value from the Struct.
repeated .envoy.type.matcher.MetadataMatcher.PathSegment path = 2 [(.validate.rules) = { ... }Metadata.MetadataMatcher.PathSegment getPath(int index)
The path to retrieve the Value from the Struct.
repeated .envoy.type.matcher.MetadataMatcher.PathSegment path = 2 [(.validate.rules) = { ... }int getPathCount()
The path to retrieve the Value from the Struct.
repeated .envoy.type.matcher.MetadataMatcher.PathSegment path = 2 [(.validate.rules) = { ... }List<? extends Metadata.MetadataMatcher.PathSegmentOrBuilder> getPathOrBuilderList()
The path to retrieve the Value from the Struct.
repeated .envoy.type.matcher.MetadataMatcher.PathSegment path = 2 [(.validate.rules) = { ... }Metadata.MetadataMatcher.PathSegmentOrBuilder getPathOrBuilder(int index)
The path to retrieve the Value from the Struct.
repeated .envoy.type.matcher.MetadataMatcher.PathSegment path = 2 [(.validate.rules) = { ... }boolean hasValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
.envoy.type.matcher.ValueMatcher value = 3 [(.validate.rules) = { ... }Value.ValueMatcher getValue()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
.envoy.type.matcher.ValueMatcher value = 3 [(.validate.rules) = { ... }Value.ValueMatcherOrBuilder getValueOrBuilder()
The MetadataMatcher is matched if the value retrieved by path is matched to this value.
.envoy.type.matcher.ValueMatcher value = 3 [(.validate.rules) = { ... }Copyright © 2018 The Envoy Project. All rights reserved.