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.BuilderLayeredRuntime.newBuilder()static LayeredRuntime.BuilderLayeredRuntime.newBuilder(LayeredRuntime prototype) LayeredRuntime.newBuilderForType()protected LayeredRuntime.BuilderLayeredRuntime.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.internalGetLayeredRuntimeFieldBuilder()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.