Uses of Class
io.envoyproxy.envoy.api.v2.core.RuntimeFeatureFlag.Builder
Packages that use RuntimeFeatureFlag.Builder
Package
Description
-
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core that return RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionRuntimeFeatureFlag.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RuntimeFeatureFlag.Builder.clear()RuntimeFeatureFlag.Builder.clearDefaultValue()Default value if runtime value is not available.RuntimeFeatureFlag.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RuntimeFeatureFlag.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RuntimeFeatureFlag.Builder.clearRuntimeKey()Runtime key to get value for comparison.RuntimeFeatureFlag.Builder.clone()RuntimeFeatureFlag.Builder.mergeDefaultValue(com.google.protobuf.BoolValue value) Default value if runtime value is not available.RuntimeFeatureFlag.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RuntimeFeatureFlag.Builder.mergeFrom(com.google.protobuf.Message other) RuntimeFeatureFlag.Builder.mergeFrom(RuntimeFeatureFlag other) RuntimeFeatureFlag.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.newBuilder()static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.newBuilder(RuntimeFeatureFlag prototype) RuntimeFeatureFlag.newBuilderForType()protected RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RuntimeFeatureFlag.Builder.setDefaultValue(com.google.protobuf.BoolValue value) Default value if runtime value is not available.RuntimeFeatureFlag.Builder.setDefaultValue(com.google.protobuf.BoolValue.Builder builderForValue) Default value if runtime value is not available.RuntimeFeatureFlag.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RuntimeFeatureFlag.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RuntimeFeatureFlag.Builder.setRuntimeKey(String value) Runtime key to get value for comparison.RuntimeFeatureFlag.Builder.setRuntimeKeyBytes(com.google.protobuf.ByteString value) Runtime key to get value for comparison.RuntimeFeatureFlag.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RuntimeFeatureFlag.toBuilder() -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.filter.http.adaptive_concurrency.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.adaptive_concurrency.v2alpha that return RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionAdaptiveConcurrency.Builder.getEnabledBuilder()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.BuilderModifier and TypeMethodDescriptionAdaptiveConcurrency.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.config.filter.http.compressor.v2
Methods in io.envoyproxy.envoy.config.filter.http.compressor.v2 that return RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionCompressor.Builder.getRuntimeEnabledBuilder()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.BuilderModifier and TypeMethodDescriptionCompressor.Builder.setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue) Runtime flag that controls whether the filter is enabled or not. -
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.filter.http.ext_authz.v2
Methods in io.envoyproxy.envoy.config.filter.http.ext_authz.v2 that return RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionExtAuthz.Builder.getDenyAtDisableBuilder()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.BuilderModifier and TypeMethodDescriptionExtAuthz.Builder.setDenyAtDisable(RuntimeFeatureFlag.Builder builderForValue) Specifies whether to deny the requests, when the filter is disabled. -
Uses of RuntimeFeatureFlag.Builder 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.BuilderModifier and TypeMethodDescriptionLocalRateLimit.Builder.getRuntimeEnabledBuilder()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.BuilderModifier and TypeMethodDescriptionLocalRateLimit.Builder.setRuntimeEnabled(RuntimeFeatureFlag.Builder builderForValue) Runtime flag that controls whether the filter is enabled or not.