Uses of Class
io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3.PayloadToMetadata.KeyValuePair.Builder
Packages that use PayloadToMetadata.KeyValuePair.Builder
Package
Description
-
Uses of PayloadToMetadata.KeyValuePair.Builder in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3 that return PayloadToMetadata.KeyValuePair.BuilderModifier and TypeMethodDescriptionPayloadToMetadata.KeyValuePair.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PayloadToMetadata.KeyValuePair.Builder.clear()PayloadToMetadata.KeyValuePair.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PayloadToMetadata.KeyValuePair.Builder.clearKey()The key to use within the namespace.PayloadToMetadata.KeyValuePair.Builder.clearMetadataNamespace()The namespace — if this is empty, the filter's namespace will be used.PayloadToMetadata.KeyValuePair.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PayloadToMetadata.KeyValuePair.Builder.clearRegexValueRewrite()If present, the header's value will be matched and substituted with this.PayloadToMetadata.KeyValuePair.Builder.clearType()The value's type — defaults to string.PayloadToMetadata.KeyValuePair.Builder.clearValue()The value to pair with the given key.PayloadToMetadata.KeyValuePair.Builder.clearValueType()PayloadToMetadata.KeyValuePair.Builder.clone()PayloadToMetadata.Rule.Builder.getOnMissingBuilder()If the field is missing, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.getOnPresentBuilder()If the field is present, apply this metadata KeyValuePair.PayloadToMetadata.KeyValuePair.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PayloadToMetadata.KeyValuePair.Builder.mergeFrom(com.google.protobuf.Message other) PayloadToMetadata.KeyValuePair.Builder.mergeFrom(PayloadToMetadata.KeyValuePair other) PayloadToMetadata.KeyValuePair.Builder.mergeRegexValueRewrite(RegexMatchAndSubstitute value) If present, the header's value will be matched and substituted with this.PayloadToMetadata.KeyValuePair.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PayloadToMetadata.KeyValuePair.newBuilder()PayloadToMetadata.KeyValuePair.newBuilder(PayloadToMetadata.KeyValuePair prototype) PayloadToMetadata.KeyValuePair.newBuilderForType()protected PayloadToMetadata.KeyValuePair.BuilderPayloadToMetadata.KeyValuePair.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PayloadToMetadata.KeyValuePair.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The key to use within the namespace.PayloadToMetadata.KeyValuePair.Builder.setKeyBytes(com.google.protobuf.ByteString value) The key to use within the namespace.PayloadToMetadata.KeyValuePair.Builder.setMetadataNamespace(String value) The namespace — if this is empty, the filter's namespace will be used.PayloadToMetadata.KeyValuePair.Builder.setMetadataNamespaceBytes(com.google.protobuf.ByteString value) The namespace — if this is empty, the filter's namespace will be used.PayloadToMetadata.KeyValuePair.Builder.setRegexValueRewrite(RegexMatchAndSubstitute value) If present, the header's value will be matched and substituted with this.PayloadToMetadata.KeyValuePair.Builder.setRegexValueRewrite(RegexMatchAndSubstitute.Builder builderForValue) If present, the header's value will be matched and substituted with this.PayloadToMetadata.KeyValuePair.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PayloadToMetadata.KeyValuePair.Builder.setType(PayloadToMetadata.ValueType value) The value's type — defaults to string.PayloadToMetadata.KeyValuePair.Builder.setTypeValue(int value) The value's type — defaults to string.PayloadToMetadata.KeyValuePair.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) The value to pair with the given key.PayloadToMetadata.KeyValuePair.Builder.setValueBytes(com.google.protobuf.ByteString value) The value to pair with the given key.PayloadToMetadata.KeyValuePair.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.filters.payload_to_metadata.v3 with parameters of type PayloadToMetadata.KeyValuePair.BuilderModifier and TypeMethodDescriptionPayloadToMetadata.Rule.Builder.setOnMissing(PayloadToMetadata.KeyValuePair.Builder builderForValue) If the field is missing, apply this metadata KeyValuePair.PayloadToMetadata.Rule.Builder.setOnPresent(PayloadToMetadata.KeyValuePair.Builder builderForValue) If the field is present, apply this metadata KeyValuePair.