Uses of Interface
io.envoyproxy.envoy.type.metadata.v3.MetadataKey.PathSegmentOrBuilder
-
Packages that use MetadataKey.PathSegmentOrBuilder Package Description io.envoyproxy.envoy.type.metadata.v3 -
-
Uses of MetadataKey.PathSegmentOrBuilder in io.envoyproxy.envoy.type.metadata.v3
Classes in io.envoyproxy.envoy.type.metadata.v3 that implement MetadataKey.PathSegmentOrBuilder Modifier and Type Class Description static class
MetadataKey.PathSegment
Specifies the segment in a path to retrieve value from Metadata.static class
MetadataKey.PathSegment.Builder
Specifies the segment in a path to retrieve value from Metadata.Fields in io.envoyproxy.envoy.type.metadata.v3 with type parameters of type MetadataKey.PathSegmentOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<MetadataKey.PathSegment,MetadataKey.PathSegment.Builder,MetadataKey.PathSegmentOrBuilder>
MetadataKey.Builder. pathBuilder_
Methods in io.envoyproxy.envoy.type.metadata.v3 that return MetadataKey.PathSegmentOrBuilder Modifier and Type Method Description MetadataKey.PathSegmentOrBuilder
MetadataKey.Builder. getPathOrBuilder(int index)
The path to retrieve the Value from the Struct.MetadataKey.PathSegmentOrBuilder
MetadataKey. getPathOrBuilder(int index)
The path to retrieve the Value from the Struct.MetadataKey.PathSegmentOrBuilder
MetadataKeyOrBuilder. getPathOrBuilder(int index)
The path to retrieve the Value from the Struct.Methods in io.envoyproxy.envoy.type.metadata.v3 that return types with arguments of type MetadataKey.PathSegmentOrBuilder Modifier and Type Method Description private com.google.protobuf.RepeatedFieldBuilder<MetadataKey.PathSegment,MetadataKey.PathSegment.Builder,MetadataKey.PathSegmentOrBuilder>
MetadataKey.Builder. getPathFieldBuilder()
java.util.List<? extends MetadataKey.PathSegmentOrBuilder>
MetadataKey.Builder. getPathOrBuilderList()
The path to retrieve the Value from the Struct.java.util.List<? extends MetadataKey.PathSegmentOrBuilder>
MetadataKey. getPathOrBuilderList()
The path to retrieve the Value from the Struct.java.util.List<? extends MetadataKey.PathSegmentOrBuilder>
MetadataKeyOrBuilder. getPathOrBuilderList()
The path to retrieve the Value from the Struct.
-