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 classStructMatcher.PathSegmentSpecifies the segment in a path to retrieve value from Struct.static classStructMatcher.PathSegment.BuilderSpecifies 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.PathSegmentOrBuilderStructMatcher.Builder. getPathOrBuilder(int index)The path to retrieve the Value from the Struct.StructMatcher.PathSegmentOrBuilderStructMatcher. getPathOrBuilder(int index)The path to retrieve the Value from the Struct.StructMatcher.PathSegmentOrBuilderStructMatcherOrBuilder. 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.
-