Uses of Class
io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2.Config.Rule
-
Packages that use Config.Rule Package Description io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 -
-
Uses of Config.Rule in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2
Methods in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 that return Config.Rule Modifier and Type Method Description Config.RuleConfig.Rule.Builder. build()Config.RuleConfig.Rule.Builder. buildPartial()static Config.RuleConfig.Rule. getDefaultInstance()Config.RuleConfig.Rule.Builder. getDefaultInstanceForType()Config.RuleConfig.Rule. getDefaultInstanceForType()Config.RuleConfig.Builder. getRequestRules(int index)The list of rules to apply to requests.Config.RuleConfig. getRequestRules(int index)The list of rules to apply to requests.Config.RuleConfigOrBuilder. getRequestRules(int index)The list of rules to apply to requests.Config.RuleConfig.Builder. getResponseRules(int index)The list of rules to apply to responses.Config.RuleConfig. getResponseRules(int index)The list of rules to apply to responses.Config.RuleConfigOrBuilder. getResponseRules(int index)The list of rules to apply to responses.static Config.RuleConfig.Rule. parseDelimitedFrom(InputStream input)static Config.RuleConfig.Rule. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Config.RuleConfig.Rule. parseFrom(byte[] data)static Config.RuleConfig.Rule. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Config.RuleConfig.Rule. parseFrom(com.google.protobuf.ByteString data)static Config.RuleConfig.Rule. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Config.RuleConfig.Rule. parseFrom(com.google.protobuf.CodedInputStream input)static Config.RuleConfig.Rule. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Config.RuleConfig.Rule. parseFrom(InputStream input)static Config.RuleConfig.Rule. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Config.RuleConfig.Rule. parseFrom(ByteBuffer data)static Config.RuleConfig.Rule. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 that return types with arguments of type Config.Rule Modifier and Type Method Description com.google.protobuf.Parser<Config.Rule>Config.Rule. getParserForType()List<Config.Rule>Config.Builder. getRequestRulesList()The list of rules to apply to requests.List<Config.Rule>Config. getRequestRulesList()The list of rules to apply to requests.List<Config.Rule>ConfigOrBuilder. getRequestRulesList()The list of rules to apply to requests.List<Config.Rule>Config.Builder. getResponseRulesList()The list of rules to apply to responses.List<Config.Rule>Config. getResponseRulesList()The list of rules to apply to responses.List<Config.Rule>ConfigOrBuilder. getResponseRulesList()The list of rules to apply to responses.static com.google.protobuf.Parser<Config.Rule>Config.Rule. parser()Methods in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 with parameters of type Config.Rule Modifier and Type Method Description Config.BuilderConfig.Builder. addRequestRules(int index, Config.Rule value)The list of rules to apply to requests.Config.BuilderConfig.Builder. addRequestRules(Config.Rule value)The list of rules to apply to requests.Config.BuilderConfig.Builder. addResponseRules(int index, Config.Rule value)The list of rules to apply to responses.Config.BuilderConfig.Builder. addResponseRules(Config.Rule value)The list of rules to apply to responses.Config.Rule.BuilderConfig.Rule.Builder. mergeFrom(Config.Rule other)static Config.Rule.BuilderConfig.Rule. newBuilder(Config.Rule prototype)Config.BuilderConfig.Builder. setRequestRules(int index, Config.Rule value)The list of rules to apply to requests.Config.BuilderConfig.Builder. setResponseRules(int index, Config.Rule value)The list of rules to apply to responses.Method parameters in io.envoyproxy.envoy.config.filter.http.header_to_metadata.v2 with type arguments of type Config.Rule Modifier and Type Method Description Config.BuilderConfig.Builder. addAllRequestRules(Iterable<? extends Config.Rule> values)The list of rules to apply to requests.Config.BuilderConfig.Builder. addAllResponseRules(Iterable<? extends Config.Rule> values)The list of rules to apply to responses.
-