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
Subclasses with type arguments of type RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.core.v3Modifier and TypeClassDescriptionstatic final classRuntime derived bool with a default when not specified.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.BuilderRuntimeFeatureFlag.newBuilder()static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.newBuilder(RuntimeFeatureFlag prototype) RuntimeFeatureFlag.newBuilderForType()protected RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.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.