Uses of Class
io.envoyproxy.envoy.api.v2.core.RuntimeFeatureFlag
Packages that use RuntimeFeatureFlag
Package
Description
-
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return RuntimeFeatureFlagModifier and TypeMethodDescriptionRuntimeFeatureFlag.Builder.build()RuntimeFeatureFlag.Builder.buildPartial()static RuntimeFeatureFlagRuntimeFeatureFlag.getDefaultInstance()RuntimeFeatureFlag.Builder.getDefaultInstanceForType()RuntimeFeatureFlag.getDefaultInstanceForType()static RuntimeFeatureFlagRuntimeFeatureFlag.parseDelimitedFrom(InputStream input) static RuntimeFeatureFlagRuntimeFeatureFlag.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(byte[] data) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.ByteString data) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.CodedInputStream input) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(InputStream input) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(ByteBuffer data) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.api.v2.core that return types with arguments of type RuntimeFeatureFlagModifier and TypeMethodDescriptioncom.google.protobuf.Parser<RuntimeFeatureFlag>RuntimeFeatureFlag.getParserForType()static com.google.protobuf.Parser<RuntimeFeatureFlag>RuntimeFeatureFlag.parser()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type RuntimeFeatureFlagModifier and TypeMethodDescriptionRuntimeFeatureFlag.Builder.mergeFrom(RuntimeFeatureFlag other) static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.newBuilder(RuntimeFeatureFlag prototype) -
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.config.filter.http.adaptive_concurrency.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.adaptive_concurrency.v2alpha that return RuntimeFeatureFlagModifier and TypeMethodDescriptionAdaptiveConcurrency.Builder.getEnabled()If set to false, the adaptive concurrency filter will operate as a pass-through filter.AdaptiveConcurrency.getEnabled()If set to false, the adaptive concurrency filter will operate as a pass-through filter.AdaptiveConcurrencyOrBuilder.getEnabled()If set to false, the adaptive concurrency filter will operate as a pass-through filter.Methods in io.envoyproxy.envoy.config.filter.http.adaptive_concurrency.v2alpha with parameters of type RuntimeFeatureFlagModifier and TypeMethodDescriptionAdaptiveConcurrency.Builder.mergeEnabled(RuntimeFeatureFlag value) If set to false, the adaptive concurrency filter will operate as a pass-through filter.AdaptiveConcurrency.Builder.setEnabled(RuntimeFeatureFlag value) If set to false, the adaptive concurrency filter will operate as a pass-through filter. -
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.config.filter.http.compressor.v2
Methods in io.envoyproxy.envoy.config.filter.http.compressor.v2 that return RuntimeFeatureFlagModifier and TypeMethodDescriptionCompressor.Builder.getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.Compressor.getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.CompressorOrBuilder.getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.Methods in io.envoyproxy.envoy.config.filter.http.compressor.v2 with parameters of type RuntimeFeatureFlagModifier and TypeMethodDescriptionCompressor.Builder.mergeRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not.Compressor.Builder.setRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not. -
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return RuntimeFeatureFlagModifier and TypeMethodDescriptionExtAuthz.Builder.getDenyAtDisable()Specifies whether to deny the requests, when the filter is disabled.ExtAuthz.getDenyAtDisable()Specifies whether to deny the requests, when the filter is disabled.ExtAuthzOrBuilder.getDenyAtDisable()Specifies whether to deny the requests, when the filter is disabled.Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 with parameters of type RuntimeFeatureFlagModifier and TypeMethodDescriptionExtAuthz.Builder.mergeDenyAtDisable(RuntimeFeatureFlag value) Specifies whether to deny the requests, when the filter is disabled.ExtAuthz.Builder.setDenyAtDisable(RuntimeFeatureFlag value) Specifies whether to deny the requests, when the filter is disabled. -
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.config.filter.network.local_rate_limit.v2alpha
Methods in io.envoyproxy.envoy.config.filter.network.local_rate_limit.v2alpha that return RuntimeFeatureFlagModifier and TypeMethodDescriptionLocalRateLimit.Builder.getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.LocalRateLimit.getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.LocalRateLimitOrBuilder.getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.Methods in io.envoyproxy.envoy.config.filter.network.local_rate_limit.v2alpha with parameters of type RuntimeFeatureFlagModifier and TypeMethodDescriptionLocalRateLimit.Builder.mergeRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not.LocalRateLimit.Builder.setRuntimeEnabled(RuntimeFeatureFlag value) Runtime flag that controls whether the filter is enabled or not.