Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.LayeredRuntime.Builder
Packages that use LayeredRuntime.Builder
-
Uses of LayeredRuntime.Builder in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type LayeredRuntime.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LayeredRuntime, LayeredRuntime.Builder, LayeredRuntimeOrBuilder> Bootstrap.Builder.layeredRuntimeBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return LayeredRuntime.BuilderModifier and TypeMethodDescriptionLayeredRuntime.Builder.addAllLayers
(Iterable<? extends RuntimeLayer> values) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.addLayers
(int index, RuntimeLayer value) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.addLayers
(int index, RuntimeLayer.Builder builderForValue) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.addLayers
(RuntimeLayer value) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.addLayers
(RuntimeLayer.Builder builderForValue) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.clear()
LayeredRuntime.Builder.clearLayers()
The :ref:`layers <config_runtime_layering>` of the runtime.Bootstrap.Builder.getLayeredRuntimeBuilder()
Configuration for the runtime configuration provider.LayeredRuntime.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) LayeredRuntime.Builder.mergeFrom
(com.google.protobuf.Message other) LayeredRuntime.Builder.mergeFrom
(LayeredRuntime other) static LayeredRuntime.Builder
LayeredRuntime.newBuilder()
static LayeredRuntime.Builder
LayeredRuntime.newBuilder
(LayeredRuntime prototype) LayeredRuntime.newBuilderForType()
protected LayeredRuntime.Builder
LayeredRuntime.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) LayeredRuntime.Builder.removeLayers
(int index) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.setLayers
(int index, RuntimeLayer value) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.setLayers
(int index, RuntimeLayer.Builder builderForValue) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.toBuilder()
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type LayeredRuntime.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<LayeredRuntime, LayeredRuntime.Builder, LayeredRuntimeOrBuilder> Bootstrap.Builder.getLayeredRuntimeFieldBuilder()
Configuration for the runtime configuration provider.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type LayeredRuntime.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setLayeredRuntime
(LayeredRuntime.Builder builderForValue) Configuration for the runtime configuration provider.