| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
Config.KeyValuePair |
Config.KeyValuePair.Builder.build() |
Config.KeyValuePair |
Config.KeyValuePair.Builder.buildPartial() |
static Config.KeyValuePair |
Config.KeyValuePair.getDefaultInstance() |
Config.KeyValuePair |
Config.KeyValuePair.getDefaultInstanceForType() |
Config.KeyValuePair |
Config.KeyValuePair.Builder.getDefaultInstanceForType() |
Config.KeyValuePair |
Config.RuleOrBuilder.getOnMissing()
If the header or cookie is not present, apply this metadata KeyValuePair.
|
Config.KeyValuePair |
Config.Rule.getOnMissing()
If the header or cookie is not present, apply this metadata KeyValuePair.
|
Config.KeyValuePair |
Config.Rule.Builder.getOnMissing()
If the header or cookie is not present, apply this metadata KeyValuePair.
|
Config.KeyValuePair |
Config.RuleOrBuilder.getOnPresent()
If the header or cookie is present, apply this metadata KeyValuePair.
|
Config.KeyValuePair |
Config.Rule.getOnPresent()
If the header or cookie is present, apply this metadata KeyValuePair.
|
Config.KeyValuePair |
Config.Rule.Builder.getOnPresent()
If the header or cookie is present, apply this metadata KeyValuePair.
|
static Config.KeyValuePair |
Config.KeyValuePair.parseDelimitedFrom(InputStream input) |
static Config.KeyValuePair |
Config.KeyValuePair.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(byte[] data) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(ByteBuffer data) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(com.google.protobuf.ByteString data) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(InputStream input) |
static Config.KeyValuePair |
Config.KeyValuePair.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Config.KeyValuePair> |
Config.KeyValuePair.getParserForType() |
static com.google.protobuf.Parser<Config.KeyValuePair> |
Config.KeyValuePair.parser() |
| Modifier and Type | Method and Description |
|---|---|
Config.KeyValuePair.Builder |
Config.KeyValuePair.Builder.mergeFrom(Config.KeyValuePair other) |
Config.Rule.Builder |
Config.Rule.Builder.mergeOnMissing(Config.KeyValuePair value)
If the header or cookie is not present, apply this metadata KeyValuePair.
|
Config.Rule.Builder |
Config.Rule.Builder.mergeOnPresent(Config.KeyValuePair value)
If the header or cookie is present, apply this metadata KeyValuePair.
|
static Config.KeyValuePair.Builder |
Config.KeyValuePair.newBuilder(Config.KeyValuePair prototype) |
Config.Rule.Builder |
Config.Rule.Builder.setOnMissing(Config.KeyValuePair value)
If the header or cookie is not present, apply this metadata KeyValuePair.
|
Config.Rule.Builder |
Config.Rule.Builder.setOnPresent(Config.KeyValuePair value)
If the header or cookie is present, apply this metadata KeyValuePair.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.