Uses of Class
io.envoyproxy.envoy.config.core.v3.PathConfigSource
-
Packages that use PathConfigSource Package Description io.envoyproxy.envoy.config.core.v3 -
-
Uses of PathConfigSource in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as PathConfigSource Modifier and Type Field Description private static PathConfigSource
PathConfigSource. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type PathConfigSource Modifier and Type Field Description private static com.google.protobuf.Parser<PathConfigSource>
PathConfigSource. PARSER
private com.google.protobuf.SingleFieldBuilder<PathConfigSource,PathConfigSource.Builder,PathConfigSourceOrBuilder>
ConfigSource.Builder. pathConfigSourceBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return PathConfigSource Modifier and Type Method Description PathConfigSource
PathConfigSource.Builder. build()
PathConfigSource
PathConfigSource.Builder. buildPartial()
static PathConfigSource
PathConfigSource. getDefaultInstance()
PathConfigSource
PathConfigSource.Builder. getDefaultInstanceForType()
PathConfigSource
PathConfigSource. getDefaultInstanceForType()
PathConfigSource
ConfigSource.Builder. getPathConfigSource()
Local filesystem path configuration source.PathConfigSource
ConfigSource. getPathConfigSource()
Local filesystem path configuration source.PathConfigSource
ConfigSourceOrBuilder. getPathConfigSource()
Local filesystem path configuration source.static PathConfigSource
PathConfigSource. parseDelimitedFrom(java.io.InputStream input)
static PathConfigSource
PathConfigSource. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathConfigSource
PathConfigSource. parseFrom(byte[] data)
static PathConfigSource
PathConfigSource. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathConfigSource
PathConfigSource. parseFrom(com.google.protobuf.ByteString data)
static PathConfigSource
PathConfigSource. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathConfigSource
PathConfigSource. parseFrom(com.google.protobuf.CodedInputStream input)
static PathConfigSource
PathConfigSource. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathConfigSource
PathConfigSource. parseFrom(java.io.InputStream input)
static PathConfigSource
PathConfigSource. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PathConfigSource
PathConfigSource. parseFrom(java.nio.ByteBuffer data)
static PathConfigSource
PathConfigSource. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type PathConfigSource Modifier and Type Method Description com.google.protobuf.Parser<PathConfigSource>
PathConfigSource. getParserForType()
private com.google.protobuf.SingleFieldBuilder<PathConfigSource,PathConfigSource.Builder,PathConfigSourceOrBuilder>
ConfigSource.Builder. getPathConfigSourceFieldBuilder()
Local filesystem path configuration source.static com.google.protobuf.Parser<PathConfigSource>
PathConfigSource. parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type PathConfigSource Modifier and Type Method Description private void
PathConfigSource.Builder. buildPartial0(PathConfigSource result)
PathConfigSource.Builder
PathConfigSource.Builder. mergeFrom(PathConfigSource other)
ConfigSource.Builder
ConfigSource.Builder. mergePathConfigSource(PathConfigSource value)
Local filesystem path configuration source.static PathConfigSource.Builder
PathConfigSource. newBuilder(PathConfigSource prototype)
ConfigSource.Builder
ConfigSource.Builder. setPathConfigSource(PathConfigSource value)
Local filesystem path configuration source.
-