| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
Config.Builder |
Config.Builder.addAllRequestRules(Iterable<? extends Config.Rule> values)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.addAllResponseRules(Iterable<? extends Config.Rule> values)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Config.Builder |
Config.Builder.addRequestRules(Config.Rule.Builder builderForValue)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.addRequestRules(Config.Rule value)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.addRequestRules(int index,
Config.Rule.Builder builderForValue)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.addRequestRules(int index,
Config.Rule value)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.addResponseRules(Config.Rule.Builder builderForValue)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.addResponseRules(Config.Rule value)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.addResponseRules(int index,
Config.Rule.Builder builderForValue)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.addResponseRules(int index,
Config.Rule value)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.clear() |
Config.Builder |
Config.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Config.Builder |
Config.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Config.Builder |
Config.Builder.clearRequestRules()
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.clearResponseRules()
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.clone() |
Config.Builder |
Config.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Config.Builder |
Config.Builder.mergeFrom(Config other) |
Config.Builder |
Config.Builder.mergeFrom(com.google.protobuf.Message other) |
Config.Builder |
Config.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Config.Builder |
Config.newBuilder() |
static Config.Builder |
Config.newBuilder(Config prototype) |
Config.Builder |
Config.newBuilderForType() |
protected Config.Builder |
Config.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Config.Builder |
Config.Builder.removeRequestRules(int index)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.removeResponseRules(int index)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Config.Builder |
Config.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Config.Builder |
Config.Builder.setRequestRules(int index,
Config.Rule.Builder builderForValue)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.setRequestRules(int index,
Config.Rule value)
The list of rules to apply to requests.
|
Config.Builder |
Config.Builder.setResponseRules(int index,
Config.Rule.Builder builderForValue)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.setResponseRules(int index,
Config.Rule value)
The list of rules to apply to responses.
|
Config.Builder |
Config.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Config.Builder |
Config.toBuilder() |
Copyright © 2018–2021 The Envoy Project. All rights reserved.