Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimeFeatureFlag.Builder
-
-
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clear()RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clearDefaultValue()Default value if runtime value is not available.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clearRuntimeKey()Runtime key to get value for comparison.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clone()RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. mergeDefaultValue(com.google.protobuf.BoolValue value)Default value if runtime value is not available.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. mergeFrom(com.google.protobuf.Message other)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. mergeFrom(RuntimeFeatureFlag other)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilder()static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilder(RuntimeFeatureFlag prototype)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilderForType()protected RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. setDefaultValue(com.google.protobuf.BoolValue value)Default value if runtime value is not available.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. setDefaultValue(com.google.protobuf.BoolValue.Builder builderForValue)Default value if runtime value is not available.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. setRuntimeKey(String value)Runtime key to get value for comparison.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. setRuntimeKeyBytes(com.google.protobuf.ByteString value)Runtime key to get value for comparison.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. toBuilder() -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.listener.v3
Methods in io.envoyproxy.envoy.config.listener.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderQuicProtocolOptions.Builder. getEnabledBuilder()Runtime flag that controls whether the listener is enabled or not.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description QuicProtocolOptions.BuilderQuicProtocolOptions.Builder. setEnabled(RuntimeFeatureFlag.Builder builderForValue)Runtime flag that controls whether the listener is enabled or not. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.http.adaptive_concurrency.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.adaptive_concurrency.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderAdaptiveConcurrency.Builder. getEnabledBuilder()If set to false, the adaptive concurrency filter will operate as a pass-through filter.Methods in io.envoyproxy.envoy.extensions.filters.http.adaptive_concurrency.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description AdaptiveConcurrency.BuilderAdaptiveConcurrency.Builder. setEnabled(RuntimeFeatureFlag.Builder builderForValue)If set to false, the adaptive concurrency filter will operate as a pass-through filter. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderAdmissionControl.Builder. getEnabledBuilder()If set to false, the admission control filter will operate as a pass-through filter.Methods in io.envoyproxy.envoy.extensions.filters.http.admission_control.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description AdmissionControl.BuilderAdmissionControl.Builder. setEnabled(RuntimeFeatureFlag.Builder builderForValue)If set to false, the admission control filter will operate as a pass-through filter. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderBandwidthLimit.Builder. getRuntimeEnabledBuilder()Runtime flag that controls whether the filter is enabled or not.Methods in io.envoyproxy.envoy.extensions.filters.http.bandwidth_limit.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description BandwidthLimit.BuilderBandwidthLimit.Builder. setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue)Runtime flag that controls whether the filter is enabled or not. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.http.compressor.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.compressor.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderCompressor.CommonDirectionConfig.Builder. getEnabledBuilder()Runtime flag that controls whether compression is enabled or not for the direction this common config is put in.RuntimeFeatureFlag.BuilderCompressor.Builder. getRuntimeEnabledBuilder()Deprecated.Methods in io.envoyproxy.envoy.extensions.filters.http.compressor.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description Compressor.CommonDirectionConfig.BuilderCompressor.CommonDirectionConfig.Builder. setEnabled(RuntimeFeatureFlag.Builder builderForValue)Runtime flag that controls whether compression is enabled or not for the direction this common config is put in.Compressor.BuilderCompressor.Builder. setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue)Deprecated. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.http.decompressor.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.decompressor.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderDecompressor.CommonDirectionConfig.Builder. getEnabledBuilder()Runtime flag that controls whether the filter is enabled for decompression or not.Methods in io.envoyproxy.envoy.extensions.filters.http.decompressor.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description Decompressor.CommonDirectionConfig.BuilderDecompressor.CommonDirectionConfig.Builder. setEnabled(RuntimeFeatureFlag.Builder builderForValue)Runtime flag that controls whether the filter is enabled for decompression or not. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderExtAuthz.Builder. getDenyAtDisableBuilder()Specifies whether to deny the requests, when the filter is disabled.Methods in io.envoyproxy.envoy.extensions.filters.http.ext_authz.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description ExtAuthz.BuilderExtAuthz.Builder. setDenyAtDisable(RuntimeFeatureFlag.Builder builderForValue)Specifies whether to deny the requests, when the filter is disabled. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.network.connection_limit.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.connection_limit.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderConnectionLimit.Builder. getRuntimeEnabledBuilder()Runtime flag that controls whether the filter is enabled or not.Methods in io.envoyproxy.envoy.extensions.filters.network.connection_limit.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description ConnectionLimit.BuilderConnectionLimit.Builder. setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue)Runtime flag that controls whether the filter is enabled or not. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.extensions.filters.network.local_ratelimit.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.local_ratelimit.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderLocalRateLimit.Builder. getRuntimeEnabledBuilder()Runtime flag that controls whether the filter is enabled or not.Methods in io.envoyproxy.envoy.extensions.filters.network.local_ratelimit.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description LocalRateLimit.BuilderLocalRateLimit.Builder. setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue)Runtime flag that controls whether the filter is enabled or not.
-