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 RuntimeFeatureFlagRuntimeFeatureFlag.DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type RuntimeFeatureFlagModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<RuntimeFeatureFlag> RuntimeFeatureFlag.PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return RuntimeFeatureFlagModifier and TypeMethodDescriptionRuntimeFeatureFlag.Builder.build()RuntimeFeatureFlag.Builder.buildPartial()static RuntimeFeatureFlagRuntimeFeatureFlag.getDefaultInstance()RuntimeFeatureFlag.Builder.getDefaultInstanceForType()RuntimeFeatureFlag.getDefaultInstanceForType()static RuntimeFeatureFlagRuntimeFeatureFlag.parseDelimitedFrom(InputStream input) static RuntimeFeatureFlagRuntimeFeatureFlag.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(byte[] data) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.ByteString data) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.CodedInputStream input) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(InputStream input) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RuntimeFeatureFlagRuntimeFeatureFlag.parseFrom(ByteBuffer data) static RuntimeFeatureFlagRuntimeFeatureFlag.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 voidRuntimeFeatureFlag.Builder.buildPartial0(RuntimeFeatureFlag result) RuntimeFeatureFlag.Builder.mergeFrom(RuntimeFeatureFlag other) static RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.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 RuntimeFeatureFlagQuicProtocolOptions.Builder.enabled_private RuntimeFeatureFlagQuicProtocolOptions.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.