Uses of Class
io.envoyproxy.envoy.type.metadata.v3.MetadataKey.PathSegment
-
Packages that use MetadataKey.PathSegment Package Description io.envoyproxy.envoy.type.metadata.v3 -
-
Uses of MetadataKey.PathSegment in io.envoyproxy.envoy.type.metadata.v3
Fields in io.envoyproxy.envoy.type.metadata.v3 declared as MetadataKey.PathSegment Modifier and Type Field Description private static MetadataKey.PathSegment
MetadataKey.PathSegment. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.metadata.v3 with type parameters of type MetadataKey.PathSegment Modifier and Type Field Description private static com.google.protobuf.Parser<MetadataKey.PathSegment>
MetadataKey.PathSegment. PARSER
private java.util.List<MetadataKey.PathSegment>
MetadataKey.Builder. path_
private java.util.List<MetadataKey.PathSegment>
MetadataKey. path_
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 Modifier and Type Method Description MetadataKey.PathSegment
MetadataKey.PathSegment.Builder. build()
MetadataKey.PathSegment
MetadataKey.PathSegment.Builder. buildPartial()
static MetadataKey.PathSegment
MetadataKey.PathSegment. getDefaultInstance()
MetadataKey.PathSegment
MetadataKey.PathSegment.Builder. getDefaultInstanceForType()
MetadataKey.PathSegment
MetadataKey.PathSegment. getDefaultInstanceForType()
MetadataKey.PathSegment
MetadataKey.Builder. getPath(int index)
The path to retrieve the Value from the Struct.MetadataKey.PathSegment
MetadataKey. getPath(int index)
The path to retrieve the Value from the Struct.MetadataKey.PathSegment
MetadataKeyOrBuilder. getPath(int index)
The path to retrieve the Value from the Struct.static MetadataKey.PathSegment
MetadataKey.PathSegment. parseDelimitedFrom(java.io.InputStream input)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(byte[] data)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(com.google.protobuf.ByteString data)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(com.google.protobuf.CodedInputStream input)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(java.io.InputStream input)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(java.nio.ByteBuffer data)
static MetadataKey.PathSegment
MetadataKey.PathSegment. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.metadata.v3 that return types with arguments of type MetadataKey.PathSegment Modifier and Type Method Description com.google.protobuf.Parser<MetadataKey.PathSegment>
MetadataKey.PathSegment. getParserForType()
private com.google.protobuf.RepeatedFieldBuilder<MetadataKey.PathSegment,MetadataKey.PathSegment.Builder,MetadataKey.PathSegmentOrBuilder>
MetadataKey.Builder. getPathFieldBuilder()
java.util.List<MetadataKey.PathSegment>
MetadataKey.Builder. getPathList()
The path to retrieve the Value from the Struct.java.util.List<MetadataKey.PathSegment>
MetadataKey. getPathList()
The path to retrieve the Value from the Struct.java.util.List<MetadataKey.PathSegment>
MetadataKeyOrBuilder. getPathList()
The path to retrieve the Value from the Struct.static com.google.protobuf.Parser<MetadataKey.PathSegment>
MetadataKey.PathSegment. parser()
Methods in io.envoyproxy.envoy.type.metadata.v3 with parameters of type MetadataKey.PathSegment Modifier and Type Method Description MetadataKey.Builder
MetadataKey.Builder. addPath(int index, MetadataKey.PathSegment value)
The path to retrieve the Value from the Struct.MetadataKey.Builder
MetadataKey.Builder. addPath(MetadataKey.PathSegment value)
The path to retrieve the Value from the Struct.private void
MetadataKey.PathSegment.Builder. buildPartial0(MetadataKey.PathSegment result)
private void
MetadataKey.PathSegment.Builder. buildPartialOneofs(MetadataKey.PathSegment result)
MetadataKey.PathSegment.Builder
MetadataKey.PathSegment.Builder. mergeFrom(MetadataKey.PathSegment other)
static MetadataKey.PathSegment.Builder
MetadataKey.PathSegment. newBuilder(MetadataKey.PathSegment prototype)
MetadataKey.Builder
MetadataKey.Builder. setPath(int index, MetadataKey.PathSegment value)
The path to retrieve the Value from the Struct.Method parameters in io.envoyproxy.envoy.type.metadata.v3 with type arguments of type MetadataKey.PathSegment Modifier and Type Method Description MetadataKey.Builder
MetadataKey.Builder. addAllPath(java.lang.Iterable<? extends MetadataKey.PathSegment> values)
The path to retrieve the Value from the Struct.
-