Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimeFeatureFlag
Packages that use RuntimeFeatureFlag
-
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as RuntimeFeatureFlagModifier and TypeFieldDescriptionprivate static final RuntimeFeatureFlag
RuntimeFeatureFlag.DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type RuntimeFeatureFlagModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<RuntimeFeatureFlag> RuntimeFeatureFlag.PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimeFeatureFlagModifier and TypeMethodDescriptionRuntimeFeatureFlag.Builder.build()
RuntimeFeatureFlag.Builder.buildPartial()
static RuntimeFeatureFlag
RuntimeFeatureFlag.getDefaultInstance()
RuntimeFeatureFlag.Builder.getDefaultInstanceForType()
RuntimeFeatureFlag.getDefaultInstanceForType()
static RuntimeFeatureFlag
RuntimeFeatureFlag.parseDelimitedFrom
(InputStream input) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(byte[] data) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(com.google.protobuf.ByteString data) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(com.google.protobuf.CodedInputStream input) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(InputStream input) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(ByteBuffer data) static RuntimeFeatureFlag
RuntimeFeatureFlag.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RuntimeFeatureFlagModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<RuntimeFeatureFlag> RuntimeFeatureFlag.getParserForType()
static com.google.protobuf.Parser
<RuntimeFeatureFlag> RuntimeFeatureFlag.parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type RuntimeFeatureFlagModifier and TypeMethodDescriptionprivate void
RuntimeFeatureFlag.Builder.buildPartial0
(RuntimeFeatureFlag result) RuntimeFeatureFlag.Builder.mergeFrom
(RuntimeFeatureFlag other) static RuntimeFeatureFlag.Builder
RuntimeFeatureFlag.newBuilder
(RuntimeFeatureFlag prototype) -
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.config.listener.v3
Fields in io.envoyproxy.envoy.config.listener.v3 declared as RuntimeFeatureFlagModifier and TypeFieldDescriptionprivate RuntimeFeatureFlag
QuicProtocolOptions.Builder.enabled_
private RuntimeFeatureFlag
QuicProtocolOptions.enabled_
Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type RuntimeFeatureFlagModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RuntimeFeatureFlag, RuntimeFeatureFlag.Builder, RuntimeFeatureFlagOrBuilder> QuicProtocolOptions.Builder.enabledBuilder_
Methods in io.envoyproxy.envoy.config.listener.v3 that return RuntimeFeatureFlagModifier and TypeMethodDescriptionQuicProtocolOptions.Builder.getEnabled()
Runtime flag that controls whether the listener is enabled or not.QuicProtocolOptions.getEnabled()
Runtime flag that controls whether the listener is enabled or not.QuicProtocolOptionsOrBuilder.getEnabled()
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 RuntimeFeatureFlagModifier and TypeMethodDescriptionprivate 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 RuntimeFeatureFlagModifier and TypeMethodDescriptionQuicProtocolOptions.Builder.mergeEnabled
(RuntimeFeatureFlag value) Runtime flag that controls whether the listener is enabled or not.QuicProtocolOptions.Builder.setEnabled
(RuntimeFeatureFlag value) Runtime flag that controls whether the listener is enabled or not.