Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValueAppend
Packages that use KeyValueAppend
-
Uses of KeyValueAppend in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as KeyValueAppendModifier and TypeFieldDescriptionprivate KeyValueAppendKeyValueMutation.append_private KeyValueAppendKeyValueMutation.Builder.append_private static final KeyValueAppendKeyValueAppend.DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValueAppendModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<KeyValueAppend, KeyValueAppend.Builder, KeyValueAppendOrBuilder> KeyValueMutation.Builder.appendBuilder_private static final com.google.protobuf.Parser<KeyValueAppend> KeyValueAppend.PARSERMethods in io.envoyproxy.envoy.config.core.v3 that return KeyValueAppendModifier and TypeMethodDescriptionKeyValueAppend.Builder.build()KeyValueAppend.Builder.buildPartial()KeyValueMutation.Builder.getAppend()Key/value pair to append or overwrite.KeyValueMutation.getAppend()Key/value pair to append or overwrite.KeyValueMutationOrBuilder.getAppend()Key/value pair to append or overwrite.static KeyValueAppendKeyValueAppend.getDefaultInstance()KeyValueAppend.Builder.getDefaultInstanceForType()KeyValueAppend.getDefaultInstanceForType()static KeyValueAppendKeyValueAppend.parseDelimitedFrom(InputStream input) static KeyValueAppendKeyValueAppend.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppendKeyValueAppend.parseFrom(byte[] data) static KeyValueAppendKeyValueAppend.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppendKeyValueAppend.parseFrom(com.google.protobuf.ByteString data) static KeyValueAppendKeyValueAppend.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppendKeyValueAppend.parseFrom(com.google.protobuf.CodedInputStream input) static KeyValueAppendKeyValueAppend.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppendKeyValueAppend.parseFrom(InputStream input) static KeyValueAppendKeyValueAppend.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppendKeyValueAppend.parseFrom(ByteBuffer data) static KeyValueAppendKeyValueAppend.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValueAppendModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<KeyValueAppend, KeyValueAppend.Builder, KeyValueAppendOrBuilder> KeyValueMutation.Builder.getAppendFieldBuilder()Key/value pair to append or overwrite.com.google.protobuf.Parser<KeyValueAppend> KeyValueAppend.getParserForType()static com.google.protobuf.Parser<KeyValueAppend> KeyValueAppend.parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueAppendModifier and TypeMethodDescriptionprivate voidKeyValueAppend.Builder.buildPartial0(KeyValueAppend result) KeyValueMutation.Builder.mergeAppend(KeyValueAppend value) Key/value pair to append or overwrite.KeyValueAppend.Builder.mergeFrom(KeyValueAppend other) static KeyValueAppend.BuilderKeyValueAppend.newBuilder(KeyValueAppend prototype) KeyValueMutation.Builder.setAppend(KeyValueAppend value) Key/value pair to append or overwrite.