Uses of Class
io.envoyproxy.envoy.api.v2.core.RuntimeFeatureFlag.Builder
-
-
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core 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.filter.http.adaptive_concurrency.v2alpha
Methods in io.envoyproxy.envoy.config.filter.http.adaptive_concurrency.v2alpha 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.config.filter.http.adaptive_concurrency.v2alpha 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.config.filter.http.compressor.v2
Methods in io.envoyproxy.envoy.config.filter.http.compressor.v2 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderCompressor.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.Builder Modifier and Type Method Description Compressor.BuilderCompressor.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.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.config.filter.http.ext_authz.v2 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.config.filter.network.local_rate_limit.v2alpha
Methods in io.envoyproxy.envoy.config.filter.network.local_rate_limit.v2alpha 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.config.filter.network.local_rate_limit.v2alpha 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.
-