Uses of Interface
io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2.Config.RuleOrBuilder
-
Packages that use Config.RuleOrBuilder Package Description io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 -
-
Uses of Config.RuleOrBuilder in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2
Classes in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 that implement Config.RuleOrBuilder Modifier and Type Class Description static classConfig.RuleA Rule defines what metadata to apply when a header is present or missing.static classConfig.Rule.BuilderA Rule defines what metadata to apply when a header is present or missing.Methods in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 that return Config.RuleOrBuilder Modifier and Type Method Description Config.RuleOrBuilderConfig.Builder. getRequestRulesOrBuilder(int index)The list of rules to apply to requests.Config.RuleOrBuilderConfig. getRequestRulesOrBuilder(int index)The list of rules to apply to requests.Config.RuleOrBuilderConfigOrBuilder. getRequestRulesOrBuilder(int index)The list of rules to apply to requests.Config.RuleOrBuilderConfig.Builder. getResponseRulesOrBuilder(int index)The list of rules to apply to responses.Config.RuleOrBuilderConfig. getResponseRulesOrBuilder(int index)The list of rules to apply to responses.Config.RuleOrBuilderConfigOrBuilder. getResponseRulesOrBuilder(int index)The list of rules to apply to responses.Methods in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 that return types with arguments of type Config.RuleOrBuilder Modifier and Type Method Description List<? extends Config.RuleOrBuilder>Config.Builder. getRequestRulesOrBuilderList()The list of rules to apply to requests.List<? extends Config.RuleOrBuilder>Config. getRequestRulesOrBuilderList()The list of rules to apply to requests.List<? extends Config.RuleOrBuilder>ConfigOrBuilder. getRequestRulesOrBuilderList()The list of rules to apply to requests.List<? extends Config.RuleOrBuilder>Config.Builder. getResponseRulesOrBuilderList()The list of rules to apply to responses.List<? extends Config.RuleOrBuilder>Config. getResponseRulesOrBuilderList()The list of rules to apply to responses.List<? extends Config.RuleOrBuilder>ConfigOrBuilder. getResponseRulesOrBuilderList()The list of rules to apply to responses.
-