| Modifier and Type | Method and Description |
|---|---|
RuntimeFeatureFlag |
RuntimeFeatureFlag.Builder.build() |
RuntimeFeatureFlag |
RuntimeFeatureFlag.Builder.buildPartial() |
static RuntimeFeatureFlag |
RuntimeFeatureFlag.getDefaultInstance() |
RuntimeFeatureFlag |
RuntimeFeatureFlag.getDefaultInstanceForType() |
RuntimeFeatureFlag |
RuntimeFeatureFlag.Builder.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(ByteBuffer data) |
static RuntimeFeatureFlag |
RuntimeFeatureFlag.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<RuntimeFeatureFlag> |
RuntimeFeatureFlag.getParserForType() |
static com.google.protobuf.Parser<RuntimeFeatureFlag> |
RuntimeFeatureFlag.parser() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeFeatureFlag.Builder |
RuntimeFeatureFlag.Builder.mergeFrom(RuntimeFeatureFlag other) |
static RuntimeFeatureFlag.Builder |
RuntimeFeatureFlag.newBuilder(RuntimeFeatureFlag prototype) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeFeatureFlag |
QuicProtocolOptionsOrBuilder.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 |
QuicProtocolOptions.Builder.getEnabled()
Runtime flag that controls whether the listener is enabled or not.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeFeatureFlag |
Compressor.CommonDirectionConfigOrBuilder.getEnabled()
Runtime flag that controls whether compression is enabled or not for the direction this
common config is put in.
|
RuntimeFeatureFlag |
Compressor.CommonDirectionConfig.getEnabled()
Runtime flag that controls whether compression is enabled or not for the direction this
common config is put in.
|
RuntimeFeatureFlag |
Compressor.CommonDirectionConfig.Builder.getEnabled()
Runtime flag that controls whether compression is enabled or not for the direction this
common config is put in.
|
| Modifier and Type | Method and Description |
|---|---|
Compressor.CommonDirectionConfig.Builder |
Compressor.CommonDirectionConfig.Builder.mergeEnabled(RuntimeFeatureFlag value)
Runtime flag that controls whether compression is enabled or not for the direction this
common config is put in.
|
Compressor.CommonDirectionConfig.Builder |
Compressor.CommonDirectionConfig.Builder.setEnabled(RuntimeFeatureFlag value)
Runtime flag that controls whether compression is enabled or not for the direction this
common config is put in.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeFeatureFlag |
ExtAuthzOrBuilder.getDenyAtDisable()
Specifies whether to deny the requests, when the filter is disabled.
|
RuntimeFeatureFlag |
ExtAuthz.getDenyAtDisable()
Specifies whether to deny the requests, when the filter is disabled.
|
RuntimeFeatureFlag |
ExtAuthz.Builder.getDenyAtDisable()
Specifies whether to deny the requests, when the filter is disabled.
|
| Modifier and Type | Method and Description |
|---|---|
ExtAuthz.Builder |
ExtAuthz.Builder.mergeDenyAtDisable(RuntimeFeatureFlag value)
Specifies whether to deny the requests, when the filter is disabled.
|
ExtAuthz.Builder |
ExtAuthz.Builder.setDenyAtDisable(RuntimeFeatureFlag value)
Specifies whether to deny the requests, when the filter is disabled.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.