Uses of Class
io.envoyproxy.envoy.config.core.v3.RuntimeFeatureFlag
-
Packages that use RuntimeFeatureFlag Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.config.listener.v3 -
-
Uses of RuntimeFeatureFlag in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as RuntimeFeatureFlag Modifier and Type Field Description private static RuntimeFeatureFlagRuntimeFeatureFlag. DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type RuntimeFeatureFlag Modifier and Type Field Description private static com.google.protobuf.Parser<RuntimeFeatureFlag>RuntimeFeatureFlag. PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlagRuntimeFeatureFlag.Builder. build()RuntimeFeatureFlagRuntimeFeatureFlag.Builder. buildPartial()static RuntimeFeatureFlagRuntimeFeatureFlag. getDefaultInstance()RuntimeFeatureFlagRuntimeFeatureFlag.Builder. getDefaultInstanceForType()RuntimeFeatureFlagRuntimeFeatureFlag. getDefaultInstanceForType()static RuntimeFeatureFlagRuntimeFeatureFlag. parseDelimitedFrom(java.io.InputStream input)static RuntimeFeatureFlagRuntimeFeatureFlag. parseDelimitedFrom(java.io.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(java.io.InputStream input)static RuntimeFeatureFlagRuntimeFeatureFlag. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RuntimeFeatureFlagRuntimeFeatureFlag. parseFrom(java.nio.ByteBuffer data)static RuntimeFeatureFlagRuntimeFeatureFlag. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type RuntimeFeatureFlag Modifier and Type Method Description com.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 RuntimeFeatureFlag Modifier and Type Method Description private voidRuntimeFeatureFlag.Builder. buildPartial0(RuntimeFeatureFlag result)RuntimeFeatureFlag.BuilderRuntimeFeatureFlag.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 RuntimeFeatureFlag Modifier and Type Field Description private RuntimeFeatureFlagQuicProtocolOptions.Builder. enabled_private RuntimeFeatureFlagQuicProtocolOptions. enabled_Fields in io.envoyproxy.envoy.config.listener.v3 with type parameters of type RuntimeFeatureFlag 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 Modifier and Type Method Description RuntimeFeatureFlagQuicProtocolOptions.Builder. getEnabled()Runtime flag that controls whether the listener is enabled or not.RuntimeFeatureFlagQuicProtocolOptions. getEnabled()Runtime flag that controls whether the listener is enabled or not.RuntimeFeatureFlagQuicProtocolOptionsOrBuilder. 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 RuntimeFeatureFlag 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 Modifier and Type Method Description QuicProtocolOptions.BuilderQuicProtocolOptions.Builder. mergeEnabled(RuntimeFeatureFlag value)Runtime flag that controls whether the listener is enabled or not.QuicProtocolOptions.BuilderQuicProtocolOptions.Builder. setEnabled(RuntimeFeatureFlag value)Runtime flag that controls whether the listener is enabled or not.
-