Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.Runtime.Builder
Packages that use Runtime.Builder
-
Uses of Runtime.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Runtime.BuilderModifier and TypeMethodDescriptionRuntime.Builder.clear()
Runtime.Builder.clearBase()
Static base runtime.Runtime.Builder.clearOverrideSubdirectory()
Specifies an optional subdirectory to load within the root directory.Runtime.Builder.clearSubdirectory()
Specifies the subdirectory to load within the root directory.Runtime.Builder.clearSymlinkRoot()
The implementation assumes that the file system tree is accessed via a symbolic link.Runtime.Builder.mergeBase
(com.google.protobuf.Struct value) Static base runtime.Runtime.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Runtime.Builder.mergeFrom
(com.google.protobuf.Message other) static Runtime.Builder
Runtime.newBuilder()
static Runtime.Builder
Runtime.newBuilder
(Runtime prototype) Runtime.newBuilderForType()
protected Runtime.Builder
Runtime.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Runtime.Builder.setBase
(com.google.protobuf.Struct value) Static base runtime.Runtime.Builder.setBase
(com.google.protobuf.Struct.Builder builderForValue) Static base runtime.Runtime.Builder.setOverrideSubdirectory
(String value) Specifies an optional subdirectory to load within the root directory.Runtime.Builder.setOverrideSubdirectoryBytes
(com.google.protobuf.ByteString value) Specifies an optional subdirectory to load within the root directory.Runtime.Builder.setSubdirectory
(String value) Specifies the subdirectory to load within the root directory.Runtime.Builder.setSubdirectoryBytes
(com.google.protobuf.ByteString value) Specifies the subdirectory to load within the root directory.Runtime.Builder.setSymlinkRoot
(String value) The implementation assumes that the file system tree is accessed via a symbolic link.Runtime.Builder.setSymlinkRootBytes
(com.google.protobuf.ByteString value) The implementation assumes that the file system tree is accessed via a symbolic link.Runtime.toBuilder()