Interface ConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Config,Config.Builder
public interface ConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Config.RulegetRequestRules(int index)The list of rules to apply to requests.intgetRequestRulesCount()The list of rules to apply to requests.List<Config.Rule>getRequestRulesList()The list of rules to apply to requests.Config.RuleOrBuildergetRequestRulesOrBuilder(int index)The list of rules to apply to requests.List<? extends Config.RuleOrBuilder>getRequestRulesOrBuilderList()The list of rules to apply to requests.Config.RulegetResponseRules(int index)The list of rules to apply to responses.intgetResponseRulesCount()The list of rules to apply to responses.List<Config.Rule>getResponseRulesList()The list of rules to apply to responses.Config.RuleOrBuildergetResponseRulesOrBuilder(int index)The list of rules to apply to responses.List<? extends Config.RuleOrBuilder>getResponseRulesOrBuilderList()The list of rules to apply to responses.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestRulesList
List<Config.Rule> getRequestRulesList()
The list of rules to apply to requests.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule request_rules = 1;
-
getRequestRules
Config.Rule getRequestRules(int index)
The list of rules to apply to requests.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule request_rules = 1;
-
getRequestRulesCount
int getRequestRulesCount()
The list of rules to apply to requests.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule request_rules = 1;
-
getRequestRulesOrBuilderList
List<? extends Config.RuleOrBuilder> getRequestRulesOrBuilderList()
The list of rules to apply to requests.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule request_rules = 1;
-
getRequestRulesOrBuilder
Config.RuleOrBuilder getRequestRulesOrBuilder(int index)
The list of rules to apply to requests.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule request_rules = 1;
-
getResponseRulesList
List<Config.Rule> getResponseRulesList()
The list of rules to apply to responses.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule response_rules = 2;
-
getResponseRules
Config.Rule getResponseRules(int index)
The list of rules to apply to responses.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule response_rules = 2;
-
getResponseRulesCount
int getResponseRulesCount()
The list of rules to apply to responses.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule response_rules = 2;
-
getResponseRulesOrBuilderList
List<? extends Config.RuleOrBuilder> getResponseRulesOrBuilderList()
The list of rules to apply to responses.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule response_rules = 2;
-
getResponseRulesOrBuilder
Config.RuleOrBuilder getResponseRulesOrBuilder(int index)
The list of rules to apply to responses.
repeated .envoy.extensions.filters.http.header_to_metadata.v3.Config.Rule response_rules = 2;
-
-