Uses of Class
io.envoyproxy.envoy.extensions.filters.http.lua.v3.Lua.Builder
Packages that use Lua.Builder
-
Uses of Lua.Builder in io.envoyproxy.envoy.extensions.filters.http.lua.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.lua.v3 that return Lua.BuilderModifier and TypeMethodDescriptionLua.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Lua.Builder.clear()Lua.Builder.clearClearRouteCache()If set to true, the Lua filter will clear the route cache automatically if the request headers are modified by the Lua script.Lua.Builder.clearDefaultSourceCode()The default Lua code that Envoy will execute.Lua.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Lua.Builder.clearInlineCode()Deprecated.envoy.extensions.filters.http.lua.v3.Lua.inline_code is deprecated.Lua.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Lua.Builder.clearSourceCodes()Lua.Builder.clearStatPrefix()Optional additional prefix to use when emitting statistics.Lua.Builder.clone()Lua.Builder.mergeClearRouteCache(com.google.protobuf.BoolValue value) If set to true, the Lua filter will clear the route cache automatically if the request headers are modified by the Lua script.Lua.Builder.mergeDefaultSourceCode(DataSource value) The default Lua code that Envoy will execute.Lua.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Lua.Builder.mergeFrom(com.google.protobuf.Message other) final Lua.BuilderLua.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Lua.BuilderLua.newBuilder()static Lua.BuilderLua.newBuilder(Lua prototype) Lua.newBuilderForType()protected Lua.BuilderLua.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Lua.Builder.putAllSourceCodes(Map<String, DataSource> values) Map of named Lua source codes that can be referenced in :ref:`LuaPerRoute <envoy_v3_api_msg_extensions.filters.http.lua.v3.LuaPerRoute>`.Lua.Builder.putSourceCodes(String key, DataSource value) Map of named Lua source codes that can be referenced in :ref:`LuaPerRoute <envoy_v3_api_msg_extensions.filters.http.lua.v3.LuaPerRoute>`.Lua.Builder.removeSourceCodes(String key) Map of named Lua source codes that can be referenced in :ref:`LuaPerRoute <envoy_v3_api_msg_extensions.filters.http.lua.v3.LuaPerRoute>`.Lua.Builder.setClearRouteCache(com.google.protobuf.BoolValue value) If set to true, the Lua filter will clear the route cache automatically if the request headers are modified by the Lua script.Lua.Builder.setClearRouteCache(com.google.protobuf.BoolValue.Builder builderForValue) If set to true, the Lua filter will clear the route cache automatically if the request headers are modified by the Lua script.Lua.Builder.setDefaultSourceCode(DataSource value) The default Lua code that Envoy will execute.Lua.Builder.setDefaultSourceCode(DataSource.Builder builderForValue) The default Lua code that Envoy will execute.Lua.Builder.setInlineCode(String value) Deprecated.envoy.extensions.filters.http.lua.v3.Lua.inline_code is deprecated.Lua.Builder.setInlineCodeBytes(com.google.protobuf.ByteString value) Deprecated.envoy.extensions.filters.http.lua.v3.Lua.inline_code is deprecated.Lua.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Lua.Builder.setStatPrefix(String value) Optional additional prefix to use when emitting statistics.Lua.Builder.setStatPrefixBytes(com.google.protobuf.ByteString value) Optional additional prefix to use when emitting statistics.final Lua.BuilderLua.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Lua.toBuilder()