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
Modifier and TypeMethodDescriptiongetRequestRules(int index) The list of rules to apply to requests.intThe list of rules to apply to requests.The list of rules to apply to requests.getRequestRulesOrBuilder(int index) The list of rules to apply to requests.List<? extends Config.RuleOrBuilder>The list of rules to apply to requests.getResponseRules(int index) The list of rules to apply to responses.intThe list of rules to apply to responses.The list of rules to apply to responses.getResponseRulesOrBuilder(int index) The list of rules to apply to responses.List<? extends Config.RuleOrBuilder>The list of rules to apply to responses.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRequestRulesList
List<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; -
getRequestRules
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1; -
getRequestRulesCount
int getRequestRulesCount()The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1; -
getRequestRulesOrBuilderList
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; -
getRequestRulesOrBuilder
The list of rules to apply to requests.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule request_rules = 1; -
getResponseRulesList
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; -
getResponseRules
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2; -
getResponseRulesCount
int getResponseRulesCount()The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2; -
getResponseRulesOrBuilderList
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; -
getResponseRulesOrBuilder
The list of rules to apply to responses.
repeated .envoy.config.filter.http.header_to_metadata.v2.Config.Rule response_rules = 2;
-