Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimeFeatureFlag.Builder
Packages that use RuntimeFeatureFlag.Builder
-
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionRuntimeFeatureFlag.Builder.clear()
RuntimeFeatureFlag.Builder.clearDefaultValue()
Default value if runtime value is not available.RuntimeFeatureFlag.Builder.clearRuntimeKey()
Runtime key to get value for comparison.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) static RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.newBuilder()
static RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.newBuilder
(RuntimeFeatureFlag prototype) RuntimeFeatureFlag.newBuilderForType()
protected RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.newBuilderForType
(com.google.protobuf.AbstractMessage.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.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.toBuilder()
-
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type RuntimeFeatureFlag.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RuntimeFeatureFlag, RuntimeFeatureFlag.Builder, RuntimeFeatureFlagOrBuilder> QuicProtocolOptions.Builder.enabledBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionQuicProtocolOptions.Builder.getEnabledBuilder()
Runtime flag that controls whether the listener is enabled or not.Methods in io.envoyproxy.envoy.config.listener.v3 that return types with arguments of type RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RuntimeFeatureFlag, RuntimeFeatureFlag.Builder, RuntimeFeatureFlagOrBuilder> QuicProtocolOptions.Builder.internalGetEnabledFieldBuilder()
Runtime flag that controls whether the listener is enabled or not.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type RuntimeFeatureFlag.BuilderModifier and TypeMethodDescriptionQuicProtocolOptions.Builder.setEnabled
(RuntimeFeatureFlag.Builder builderForValue) Runtime flag that controls whether the listener is enabled or not.