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