Uses of Class
io.envoyproxy.envoy.type.matcher.v3.MetadataMatcher.PathSegment.Builder
-
Packages that use MetadataMatcher.PathSegment.Builder Package Description io.envoyproxy.envoy.type.matcher.v3 -
-
Uses of MetadataMatcher.PathSegment.Builder in io.envoyproxy.envoy.type.matcher.v3
Fields in io.envoyproxy.envoy.type.matcher.v3 with type parameters of type MetadataMatcher.PathSegment.Builder Modifier and Type Field Description 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.Builder Modifier and Type Method Description MetadataMatcher.PathSegment.Builder
MetadataMatcher.Builder. addPathBuilder()
The path to retrieve the Value from the Struct.MetadataMatcher.PathSegment.Builder
MetadataMatcher.Builder. addPathBuilder(int index)
The path to retrieve the Value from the Struct.MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. clear()
MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. clearKey()
If specified, use the key to retrieve the value in a Struct.MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. clearSegment()
MetadataMatcher.PathSegment.Builder
MetadataMatcher.Builder. getPathBuilder(int index)
The path to retrieve the Value from the Struct.MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. mergeFrom(com.google.protobuf.Message other)
MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. mergeFrom(MetadataMatcher.PathSegment other)
static MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment. newBuilder()
static MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment. newBuilder(MetadataMatcher.PathSegment prototype)
MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment. newBuilderForType()
protected MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. setKey(java.lang.String value)
If specified, use the key to retrieve the value in a Struct.MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment.Builder. setKeyBytes(com.google.protobuf.ByteString value)
If specified, use the key to retrieve the value in a Struct.MetadataMatcher.PathSegment.Builder
MetadataMatcher.PathSegment. toBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type MetadataMatcher.PathSegment.Builder Modifier and Type Method Description java.util.List<MetadataMatcher.PathSegment.Builder>
MetadataMatcher.Builder. getPathBuilderList()
The path to retrieve the Value from the Struct.private com.google.protobuf.RepeatedFieldBuilder<MetadataMatcher.PathSegment,MetadataMatcher.PathSegment.Builder,MetadataMatcher.PathSegmentOrBuilder>
MetadataMatcher.Builder. getPathFieldBuilder()
Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type MetadataMatcher.PathSegment.Builder Modifier and Type Method Description MetadataMatcher.Builder
MetadataMatcher.Builder. addPath(int index, MetadataMatcher.PathSegment.Builder builderForValue)
The path to retrieve the Value from the Struct.MetadataMatcher.Builder
MetadataMatcher.Builder. addPath(MetadataMatcher.PathSegment.Builder builderForValue)
The path to retrieve the Value from the Struct.MetadataMatcher.Builder
MetadataMatcher.Builder. setPath(int index, MetadataMatcher.PathSegment.Builder builderForValue)
The path to retrieve the Value from the Struct.
-