Uses of Class
io.envoyproxy.envoy.config.bootstrap.v3.RuntimeLayer
Packages that use RuntimeLayer
-
Uses of RuntimeLayer in io.envoyproxy.envoy.config.bootstrap.v3
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return RuntimeLayerModifier and TypeMethodDescriptionRuntimeLayer.Builder.build()RuntimeLayer.Builder.buildPartial()static RuntimeLayerRuntimeLayer.getDefaultInstance()RuntimeLayer.Builder.getDefaultInstanceForType()RuntimeLayer.getDefaultInstanceForType()LayeredRuntime.Builder.getLayers(int index) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.getLayers(int index) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntimeOrBuilder.getLayers(int index) The :ref:`layers <config_runtime_layering>` of the runtime.static RuntimeLayerRuntimeLayer.parseDelimitedFrom(InputStream input) static RuntimeLayerRuntimeLayer.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeLayerRuntimeLayer.parseFrom(byte[] data) static RuntimeLayerRuntimeLayer.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeLayerRuntimeLayer.parseFrom(com.google.protobuf.ByteString data) static RuntimeLayerRuntimeLayer.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeLayerRuntimeLayer.parseFrom(com.google.protobuf.CodedInputStream input) static RuntimeLayerRuntimeLayer.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeLayerRuntimeLayer.parseFrom(InputStream input) static RuntimeLayerRuntimeLayer.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeLayerRuntimeLayer.parseFrom(ByteBuffer data) static RuntimeLayerRuntimeLayer.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type RuntimeLayerModifier and TypeMethodDescriptionLayeredRuntime.Builder.getLayersList()The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.getLayersList()The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntimeOrBuilder.getLayersList()The :ref:`layers <config_runtime_layering>` of the runtime.com.google.protobuf.Parser<RuntimeLayer> RuntimeLayer.getParserForType()static com.google.protobuf.Parser<RuntimeLayer> RuntimeLayer.parser()Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type RuntimeLayerModifier and TypeMethodDescriptionLayeredRuntime.Builder.addLayers(int index, RuntimeLayer value) The :ref:`layers <config_runtime_layering>` of the runtime.LayeredRuntime.Builder.addLayers(RuntimeLayer value) The :ref:`layers <config_runtime_layering>` of the runtime.RuntimeLayer.Builder.mergeFrom(RuntimeLayer other) static RuntimeLayer.BuilderRuntimeLayer.newBuilder(RuntimeLayer prototype) LayeredRuntime.Builder.setLayers(int index, RuntimeLayer value) The :ref:`layers <config_runtime_layering>` of the runtime.Method parameters in io.envoyproxy.envoy.config.bootstrap.v3 with type arguments of type RuntimeLayerModifier and TypeMethodDescriptionLayeredRuntime.Builder.addAllLayers(Iterable<? extends RuntimeLayer> values) The :ref:`layers <config_runtime_layering>` of the runtime.