Uses of Class
io.envoyproxy.envoy.type.matcher.v3.MetadataMatcher.PathSegment
-
Packages that use MetadataMatcher.PathSegment Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of MetadataMatcher.PathSegment in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 declared as MetadataMatcher.PathSegment Modifier and Type Field Description private static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type MetadataMatcher.PathSegment Modifier and Type Field Description private static com.google.protobuf.Parser<MetadataMatcher.PathSegment>
MetadataMatcher.PathSegment. PARSER
private java.util.List<MetadataMatcher.PathSegment>
MetadataMatcher.Builder. path_
private java.util.List<MetadataMatcher.PathSegment>
MetadataMatcher. path_
private com.google.protobuf.RepeatedFieldBuilder<MetadataMatcher.PathSegment,MetadataMatcher.PathSegment.Builder,MetadataMatcher.PathSegmentOrBuilder>
MetadataMatcher.Builder. pathBuilder_
Methods in io.envoyproxy.envoy.type.matcher.v3 that return MetadataMatcher.PathSegment Modifier and Type Method Description MetadataMatcher.PathSegment
MetadataMatcher.PathSegment.Builder. build()
MetadataMatcher.PathSegment
MetadataMatcher.PathSegment.Builder. buildPartial()
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. getDefaultInstance()
MetadataMatcher.PathSegment
MetadataMatcher.PathSegment.Builder. getDefaultInstanceForType()
MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. getDefaultInstanceForType()
MetadataMatcher.PathSegment
MetadataMatcher.Builder. getPath(int index)
The path to retrieve the Value from the Struct.MetadataMatcher.PathSegment
MetadataMatcher. getPath(int index)
The path to retrieve the Value from the Struct.MetadataMatcher.PathSegment
MetadataMatcherOrBuilder. getPath(int index)
The path to retrieve the Value from the Struct.static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseDelimitedFrom(java.io.InputStream input)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(byte[] data)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(com.google.protobuf.ByteString data)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(java.io.InputStream input)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(java.nio.ByteBuffer data)
static MetadataMatcher.PathSegment
MetadataMatcher.PathSegment. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type MetadataMatcher.PathSegment Modifier and Type Method Description com.google.protobuf.Parser<MetadataMatcher.PathSegment>
MetadataMatcher.PathSegment. getParserForType()
private com.google.protobuf.RepeatedFieldBuilder<MetadataMatcher.PathSegment,MetadataMatcher.PathSegment.Builder,MetadataMatcher.PathSegmentOrBuilder>
MetadataMatcher.Builder. getPathFieldBuilder()
java.util.List<MetadataMatcher.PathSegment>
MetadataMatcher.Builder. getPathList()
The path to retrieve the Value from the Struct.java.util.List<MetadataMatcher.PathSegment>
MetadataMatcher. getPathList()
The path to retrieve the Value from the Struct.java.util.List<MetadataMatcher.PathSegment>
MetadataMatcherOrBuilder. getPathList()
The path to retrieve the Value from the Struct.static com.google.protobuf.Parser<MetadataMatcher.PathSegment>
MetadataMatcher.PathSegment. parser()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type MetadataMatcher.PathSegment Modifier and Type Method Description MetadataMatcher.Builder
MetadataMatcher.Builder. addPath(int index, MetadataMatcher.PathSegment value)
The path to retrieve the Value from the Struct.MetadataMatcher.Builder
MetadataMatcher.Builder. addPath(MetadataMatcher.PathSegment value)
The path to retrieve the Value from the Struct.private void
MetadataMatcher.PathSegment.Builder. buildPartial0(MetadataMatcher.PathSegment result)
private void
MetadataMatcher.PathSegment.Builder. buildPartialOneofs(MetadataMatcher.PathSegment result)
MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. mergeFrom(MetadataMatcher.PathSegment other)
static MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment. newBuilder(MetadataMatcher.PathSegment prototype)
MetadataMatcher.Builder
MetadataMatcher.Builder. setPath(int index, MetadataMatcher.PathSegment value)
The path to retrieve the Value from the Struct.Method parameters in io.envoyproxy.envoy.type.matcher.v3 with type arguments of type MetadataMatcher.PathSegment Modifier and Type Method Description MetadataMatcher.Builder
MetadataMatcher.Builder. addAllPath(java.lang.Iterable<? extends MetadataMatcher.PathSegment> values)
The path to retrieve the Value from the Struct.
-