Uses of Class
io.envoyproxy.envoy.config.bootstrap.v2.LayeredRuntime.Builder
Packages that use LayeredRuntime.Builder
-
Uses of LayeredRuntime.Builder in io.envoyproxy.envoy.config.bootstrap.v2
Methods in io.envoyproxy.envoy.config.bootstrap.v2 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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) LayeredRuntime.Builder.clear()LayeredRuntime.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) LayeredRuntime.Builder.clearLayers()The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) LayeredRuntime.Builder.clone()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) final LayeredRuntime.BuilderLayeredRuntime.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static LayeredRuntime.BuilderLayeredRuntime.newBuilder()static LayeredRuntime.BuilderLayeredRuntime.newBuilder(LayeredRuntime prototype) LayeredRuntime.newBuilderForType()protected LayeredRuntime.BuilderLayeredRuntime.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) LayeredRuntime.Builder.removeLayers(int index) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final LayeredRuntime.BuilderLayeredRuntime.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) LayeredRuntime.toBuilder()Methods in io.envoyproxy.envoy.config.bootstrap.v2 with parameters of type LayeredRuntime.BuilderModifier and TypeMethodDescriptionBootstrap.Builder.setLayeredRuntime(LayeredRuntime.Builder builderForValue) Configuration for the runtime configuration provider.