public interface ConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Config.Rule |
getRequestRules(int index)
The list of rules to apply to requests.
|
int |
getRequestRulesCount()
The list of rules to apply to requests.
|
List<Config.Rule> |
getRequestRulesList()
The list of rules to apply to requests.
|
Config.RuleOrBuilder |
getRequestRulesOrBuilder(int index)
The list of rules to apply to requests.
|
List<? extends Config.RuleOrBuilder> |
getRequestRulesOrBuilderList()
The list of rules to apply to requests.
|
Config.Rule |
getResponseRules(int index)
The list of rules to apply to responses.
|
int |
getResponseRulesCount()
The list of rules to apply to responses.
|
List<Config.Rule> |
getResponseRulesList()
The list of rules to apply to responses.
|
Config.RuleOrBuilder |
getResponseRulesOrBuilder(int index)
The list of rules to apply to responses.
|
List<? extends Config.RuleOrBuilder> |
getResponseRulesOrBuilderList()
The list of rules to apply to responses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Config.Rule> getRequestRulesList()
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;Config.Rule getRequestRules(int index)
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;int getRequestRulesCount()
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;List<? extends Config.RuleOrBuilder> getRequestRulesOrBuilderList()
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;Config.RuleOrBuilder getRequestRulesOrBuilder(int index)
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1;List<Config.Rule> getResponseRulesList()
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;Config.Rule getResponseRules(int index)
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;int getResponseRulesCount()
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;List<? extends Config.RuleOrBuilder> getResponseRulesOrBuilderList()
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;Config.RuleOrBuilder getResponseRulesOrBuilder(int index)
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.