| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 |
| Modifier and Type | Method and Description |
|---|---|
static Config.ValueEncode |
Config.ValueEncode.forNumber(int value) |
Config.ValueEncode |
Config.KeyValuePairOrBuilder.getEncode()
How is the value encoded, default is NONE (not encoded).
|
Config.ValueEncode |
Config.KeyValuePair.getEncode()
How is the value encoded, default is NONE (not encoded).
|
Config.ValueEncode |
Config.KeyValuePair.Builder.getEncode()
How is the value encoded, default is NONE (not encoded).
|
static Config.ValueEncode |
Config.ValueEncode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Config.ValueEncode |
Config.ValueEncode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Config.ValueEncode |
Config.ValueEncode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Config.ValueEncode[] |
Config.ValueEncode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Config.ValueEncode> |
Config.ValueEncode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Config.KeyValuePair.Builder |
Config.KeyValuePair.Builder.setEncode(Config.ValueEncode value)
How is the value encoded, default is NONE (not encoded).
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.