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 RuntimeFeatureFlag
RuntimeFeatureFlag. DEFAULT_INSTANCE
Fields 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. PARSER
Methods in io.envoyproxy.envoy.config.core.v3 that return RuntimeFeatureFlag Modifier and Type Method Description RuntimeFeatureFlag
RuntimeFeatureFlag.Builder. build()
RuntimeFeatureFlag
RuntimeFeatureFlag.Builder. buildPartial()
static RuntimeFeatureFlag
RuntimeFeatureFlag. getDefaultInstance()
RuntimeFeatureFlag
RuntimeFeatureFlag.Builder. getDefaultInstanceForType()
RuntimeFeatureFlag
RuntimeFeatureFlag. getDefaultInstanceForType()
static RuntimeFeatureFlag
RuntimeFeatureFlag. parseDelimitedFrom(java.io.InputStream input)
static RuntimeFeatureFlag
RuntimeFeatureFlag. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static RuntimeFeatureFlag
RuntimeFeatureFlag. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeFeatureFlag
RuntimeFeatureFlag. parseFrom(java.nio.ByteBuffer data)
static RuntimeFeatureFlag
RuntimeFeatureFlag. 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 void
RuntimeFeatureFlag.Builder. buildPartial0(RuntimeFeatureFlag result)
RuntimeFeatureFlag.Builder
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 RuntimeFeatureFlag Modifier and Type Field Description private RuntimeFeatureFlag
QuicProtocolOptions.Builder. enabled_
private RuntimeFeatureFlag
QuicProtocolOptions. 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 RuntimeFeatureFlag
QuicProtocolOptions.Builder. getEnabled()
Runtime flag that controls whether the listener is enabled or not.RuntimeFeatureFlag
QuicProtocolOptions. getEnabled()
Runtime flag that controls whether the listener is enabled or not.RuntimeFeatureFlag
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 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.Builder
QuicProtocolOptions.Builder. mergeEnabled(RuntimeFeatureFlag value)
Runtime flag that controls whether the listener is enabled or not.QuicProtocolOptions.Builder
QuicProtocolOptions.Builder. setEnabled(RuntimeFeatureFlag value)
Runtime flag that controls whether the listener is enabled or not.
-