Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimeFeatureFlag.Builder
-
Packages that use RuntimeFeatureFlag.Builder Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 -
-
Uses of RuntimeFeatureFlag.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clear()RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clearDefaultValue()Default value if runtime value is not available.RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.Builder. clearRuntimeKey()Runtime key to get value for comparison.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)static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilder()static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilder(RuntimeFeatureFlag prototype)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilderForType()protected RuntimeFeatureFlag.BuilderRuntimeFeatureFlag. newBuilderForType(com.google.protobuf.AbstractMessage.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. setRuntimeKey(java.lang.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. 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.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<RuntimeFeatureFlag,RuntimeFeatureFlag.Builder,RuntimeFeatureFlagOrBuilder>QuicProtocolOptions.Builder. enabledBuilder_Methods in io.envoyproxy.envoy.config.listener.v3 that return RuntimeFeatureFlag.Builder Modifier and Type Method Description RuntimeFeatureFlag.BuilderQuicProtocolOptions.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.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<RuntimeFeatureFlag,RuntimeFeatureFlag.Builder,RuntimeFeatureFlagOrBuilder>QuicProtocolOptions.Builder. getEnabledFieldBuilder()Runtime flag that controls whether the listener is enabled or not.Methods in io.envoyproxy.envoy.config.listener.v3 with parameters of type RuntimeFeatureFlag.Builder Modifier and Type Method Description QuicProtocolOptions.BuilderQuicProtocolOptions.Builder. setEnabled(RuntimeFeatureFlag.Builder builderForValue)Runtime flag that controls whether the listener is enabled or not.
-