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