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.Builder
RuntimeFeatureFlag.Builder. clear()
RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. clearDefaultValue()
Default value if runtime value is not available.RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. clearRuntimeKey()
Runtime key to get value for comparison.RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. mergeDefaultValue(com.google.protobuf.BoolValue value)
Default value if runtime value is not available.RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. mergeFrom(com.google.protobuf.Message other)
RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. mergeFrom(RuntimeFeatureFlag other)
static RuntimeFeatureFlag.Builder
RuntimeFeatureFlag. newBuilder()
static RuntimeFeatureFlag.Builder
RuntimeFeatureFlag. newBuilder(RuntimeFeatureFlag prototype)
RuntimeFeatureFlag.Builder
RuntimeFeatureFlag. newBuilderForType()
protected RuntimeFeatureFlag.Builder
RuntimeFeatureFlag. newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. setDefaultValue(com.google.protobuf.BoolValue value)
Default value if runtime value is not available.RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. setDefaultValue(com.google.protobuf.BoolValue.Builder builderForValue)
Default value if runtime value is not available.RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. setRuntimeKey(java.lang.String value)
Runtime key to get value for comparison.RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.Builder. setRuntimeKeyBytes(com.google.protobuf.ByteString value)
Runtime key to get value for comparison.RuntimeFeatureFlag.Builder
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.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.Builder
QuicProtocolOptions.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.Builder
QuicProtocolOptions.Builder. setEnabled(RuntimeFeatureFlag.Builder builderForValue)
Runtime flag that controls whether the listener is enabled or not.
-