Uses of Class
io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 that return KeyValuePairModifier and TypeMethodDescriptionKeyValuePair.Builder.build()KeyValuePair.Builder.buildPartial()static KeyValuePairKeyValuePair.getDefaultInstance()KeyValuePair.Builder.getDefaultInstanceForType()KeyValuePair.getDefaultInstanceForType()Rule.Builder.getOnMissing()The key-value pair to set in the *filter metadata* if the field is missing in *thrift metadata*.Rule.getOnMissing()The key-value pair to set in the *filter metadata* if the field is missing in *thrift metadata*.RuleOrBuilder.getOnMissing()The key-value pair to set in the *filter metadata* if the field is missing in *thrift metadata*.Rule.Builder.getOnPresent()The key-value pair to set in the *filter metadata* if the field is present in *thrift metadata*.Rule.getOnPresent()The key-value pair to set in the *filter metadata* if the field is present in *thrift metadata*.RuleOrBuilder.getOnPresent()The key-value pair to set in the *filter metadata* if the field is present in *thrift metadata*.static KeyValuePairKeyValuePair.parseDelimitedFrom(InputStream input) static KeyValuePairKeyValuePair.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(byte[] data) static KeyValuePairKeyValuePair.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.ByteString data) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input) static KeyValuePairKeyValuePair.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(InputStream input) static KeyValuePairKeyValuePair.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValuePairKeyValuePair.parseFrom(ByteBuffer data) static KeyValuePairKeyValuePair.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 that return types with arguments of type KeyValuePairModifier and TypeMethodDescriptioncom.google.protobuf.Parser<KeyValuePair>KeyValuePair.getParserForType()static com.google.protobuf.Parser<KeyValuePair>KeyValuePair.parser()Methods in io.envoyproxy.envoy.extensions.filters.http.thrift_to_metadata.v3 with parameters of type KeyValuePairModifier and TypeMethodDescriptionKeyValuePair.Builder.mergeFrom(KeyValuePair other) Rule.Builder.mergeOnMissing(KeyValuePair value) The key-value pair to set in the *filter metadata* if the field is missing in *thrift metadata*.Rule.Builder.mergeOnPresent(KeyValuePair value) The key-value pair to set in the *filter metadata* if the field is present in *thrift metadata*.static KeyValuePair.BuilderKeyValuePair.newBuilder(KeyValuePair prototype) Rule.Builder.setOnMissing(KeyValuePair value) The key-value pair to set in the *filter metadata* if the field is missing in *thrift metadata*.Rule.Builder.setOnPresent(KeyValuePair value) The key-value pair to set in the *filter metadata* if the field is present in *thrift metadata*.