Uses of Class
io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3.Config.KeyValuePair.Builder
Packages that use Config.KeyValuePair.Builder
-
Uses of Config.KeyValuePair.Builder in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3 that return Config.KeyValuePair.BuilderModifier and TypeMethodDescriptionConfig.KeyValuePair.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Config.KeyValuePair.Builder.clear()Config.KeyValuePair.Builder.clearEncode()How is the value encoded, default is NONE (not encoded).Config.KeyValuePair.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Config.KeyValuePair.Builder.clearKey()The key to use within the namespace.Config.KeyValuePair.Builder.clearMetadataNamespace()The namespace — if this is empty, the filter's namespace will be used.Config.KeyValuePair.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Config.KeyValuePair.Builder.clearRegexValueRewrite()If present, the header's value will be matched and substituted with this.Config.KeyValuePair.Builder.clearType()The value's type — defaults to string.Config.KeyValuePair.Builder.clearValue()The value to pair with the given key.Config.KeyValuePair.Builder.clone()Config.Rule.Builder.getOnHeaderMissingBuilder()If the header or cookie is not present, apply this metadata ``KeyValuePair``.Config.Rule.Builder.getOnHeaderPresentBuilder()If the header or cookie is present, apply this metadata ``KeyValuePair``.Config.KeyValuePair.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Config.KeyValuePair.Builder.mergeFrom(com.google.protobuf.Message other) Config.KeyValuePair.Builder.mergeFrom(Config.KeyValuePair other) Config.KeyValuePair.Builder.mergeRegexValueRewrite(RegexMatchAndSubstitute value) If present, the header's value will be matched and substituted with this.Config.KeyValuePair.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Config.KeyValuePair.BuilderConfig.KeyValuePair.newBuilder()static Config.KeyValuePair.BuilderConfig.KeyValuePair.newBuilder(Config.KeyValuePair prototype) Config.KeyValuePair.newBuilderForType()protected Config.KeyValuePair.BuilderConfig.KeyValuePair.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Config.KeyValuePair.Builder.setEncode(Config.ValueEncode value) How is the value encoded, default is NONE (not encoded).Config.KeyValuePair.Builder.setEncodeValue(int value) How is the value encoded, default is NONE (not encoded).Config.KeyValuePair.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The key to use within the namespace.Config.KeyValuePair.Builder.setKeyBytes(com.google.protobuf.ByteString value) The key to use within the namespace.Config.KeyValuePair.Builder.setMetadataNamespace(String value) The namespace — if this is empty, the filter's namespace will be used.Config.KeyValuePair.Builder.setMetadataNamespaceBytes(com.google.protobuf.ByteString value) The namespace — if this is empty, the filter's namespace will be used.Config.KeyValuePair.Builder.setRegexValueRewrite(RegexMatchAndSubstitute value) If present, the header's value will be matched and substituted with this.Config.KeyValuePair.Builder.setRegexValueRewrite(RegexMatchAndSubstitute.Builder builderForValue) If present, the header's value will be matched and substituted with this.Config.KeyValuePair.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Config.KeyValuePair.Builder.setType(Config.ValueType value) The value's type — defaults to string.Config.KeyValuePair.Builder.setTypeValue(int value) The value's type — defaults to string.Config.KeyValuePair.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The value to pair with the given key.Config.KeyValuePair.Builder.setValueBytes(com.google.protobuf.ByteString value) The value to pair with the given key.Config.KeyValuePair.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.header_to_metadata.v3 with parameters of type Config.KeyValuePair.BuilderModifier and TypeMethodDescriptionConfig.Rule.Builder.setOnHeaderMissing(Config.KeyValuePair.Builder builderForValue) If the header or cookie is not present, apply this metadata ``KeyValuePair``.Config.Rule.Builder.setOnHeaderPresent(Config.KeyValuePair.Builder builderForValue) If the header or cookie is present, apply this metadata ``KeyValuePair``.