Uses of Class
io.envoyproxy.envoy.api.v2.core.RuntimeFeatureFlag
-
-
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlagRuntimeFeatureFlag.Builder. build()RuntimeFeatureFlagRuntimeFeatureFlag.Builder. buildPartial()static RuntimeFeatureFlagRuntimeFeatureFlag. getDefaultInstance()RuntimeFeatureFlagRuntimeFeatureFlag.Builder. getDefaultInstanceForType()RuntimeFeatureFlagRuntimeFeatureFlag. 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 RuntimeFeatureFlag Modifier and Type Method Description com.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 RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.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 RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlagAdaptiveConcurrency.Builder. getEnabled()If set to false, the adaptive concurrency filter will operate as a pass-through filter.RuntimeFeatureFlagAdaptiveConcurrency. getEnabled()If set to false, the adaptive concurrency filter will operate as a pass-through filter.RuntimeFeatureFlagAdaptiveConcurrencyOrBuilder. 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 RuntimeFeatureFlag Modifier and Type Method Description AdaptiveConcurrency.BuilderAdaptiveConcurrency.Builder. mergeEnabled(RuntimeFeatureFlag value)If set to false, the adaptive concurrency filter will operate as a pass-through filter.AdaptiveConcurrency.BuilderAdaptiveConcurrency.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 RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlagCompressor.Builder. getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.RuntimeFeatureFlagCompressor. getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.RuntimeFeatureFlagCompressorOrBuilder. 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 RuntimeFeatureFlag Modifier and Type Method Description Compressor.BuilderCompressor.Builder. mergeRuntimeEnabled(RuntimeFeatureFlag value)Runtime flag that controls whether the filter is enabled or not.Compressor.BuilderCompressor.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 RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlagExtAuthz.Builder. getDenyAtDisable()Specifies whether to deny the requests, when the filter is disabled.RuntimeFeatureFlagExtAuthz. getDenyAtDisable()Specifies whether to deny the requests, when the filter is disabled.RuntimeFeatureFlagExtAuthzOrBuilder. 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 RuntimeFeatureFlag Modifier and Type Method Description ExtAuthz.BuilderExtAuthz.Builder. mergeDenyAtDisable(RuntimeFeatureFlag value)Specifies whether to deny the requests, when the filter is disabled.ExtAuthz.BuilderExtAuthz.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 RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlagLocalRateLimit.Builder. getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.RuntimeFeatureFlagLocalRateLimit. getRuntimeEnabled()Runtime flag that controls whether the filter is enabled or not.RuntimeFeatureFlagLocalRateLimitOrBuilder. 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 RuntimeFeatureFlag Modifier and Type Method Description LocalRateLimit.BuilderLocalRateLimit.Builder. mergeRuntimeEnabled(RuntimeFeatureFlag value)Runtime flag that controls whether the filter is enabled or not.LocalRateLimit.BuilderLocalRateLimit.Builder. setRuntimeEnabled(RuntimeFeatureFlag value)Runtime flag that controls whether the filter is enabled or not.
-