Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.RuntimeLayer.DiskLayer.Builder
Packages that use RuntimeLayer.DiskLayer.Builder
-
Uses of RuntimeLayer.DiskLayer.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type RuntimeLayer.DiskLayer.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RuntimeLayer.DiskLayer, RuntimeLayer.DiskLayer.Builder, RuntimeLayer.DiskLayerOrBuilder> RuntimeLayer.Builder.diskLayerBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return RuntimeLayer.DiskLayer.BuilderModifier and TypeMethodDescriptionRuntimeLayer.DiskLayer.Builder.clear()
RuntimeLayer.DiskLayer.Builder.clearAppendServiceCluster()
:ref:`Append <config_runtime_local_disk_service_cluster_subdirs>` the service cluster to the path under symlink root.RuntimeLayer.DiskLayer.Builder.clearSubdirectory()
Specifies the subdirectory to load within the root directory.RuntimeLayer.DiskLayer.Builder.clearSymlinkRoot()
The implementation assumes that the file system tree is accessed via a symbolic link.RuntimeLayer.Builder.getDiskLayerBuilder()
.envoy.config.bootstrap.v3.RuntimeLayer.DiskLayer disk_layer = 3;
RuntimeLayer.DiskLayer.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RuntimeLayer.DiskLayer.Builder.mergeFrom
(com.google.protobuf.Message other) RuntimeLayer.DiskLayer.Builder.mergeFrom
(RuntimeLayer.DiskLayer other) RuntimeLayer.DiskLayer.newBuilder()
RuntimeLayer.DiskLayer.newBuilder
(RuntimeLayer.DiskLayer prototype) RuntimeLayer.DiskLayer.newBuilderForType()
protected RuntimeLayer.DiskLayer.Builder
RuntimeLayer.DiskLayer.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RuntimeLayer.DiskLayer.Builder.setAppendServiceCluster
(boolean value) :ref:`Append <config_runtime_local_disk_service_cluster_subdirs>` the service cluster to the path under symlink root.RuntimeLayer.DiskLayer.Builder.setSubdirectory
(String value) Specifies the subdirectory to load within the root directory.RuntimeLayer.DiskLayer.Builder.setSubdirectoryBytes
(com.google.protobuf.ByteString value) Specifies the subdirectory to load within the root directory.RuntimeLayer.DiskLayer.Builder.setSymlinkRoot
(String value) The implementation assumes that the file system tree is accessed via a symbolic link.RuntimeLayer.DiskLayer.Builder.setSymlinkRootBytes
(com.google.protobuf.ByteString value) The implementation assumes that the file system tree is accessed via a symbolic link.RuntimeLayer.DiskLayer.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type RuntimeLayer.DiskLayer.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RuntimeLayer.DiskLayer, RuntimeLayer.DiskLayer.Builder, RuntimeLayer.DiskLayerOrBuilder> RuntimeLayer.Builder.getDiskLayerFieldBuilder()
.envoy.config.bootstrap.v3.RuntimeLayer.DiskLayer disk_layer = 3;
Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type RuntimeLayer.DiskLayer.BuilderModifier and TypeMethodDescriptionRuntimeLayer.Builder.setDiskLayer
(RuntimeLayer.DiskLayer.Builder builderForValue) .envoy.config.bootstrap.v3.RuntimeLayer.DiskLayer disk_layer = 3;