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 KeyValueAppend
KeyValueMutation.append_
private KeyValueAppend
KeyValueMutation.Builder.append_
private static final KeyValueAppend
KeyValueAppend.DEFAULT_INSTANCE
Fields 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.PARSER
Methods 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 KeyValueAppend
KeyValueAppend.getDefaultInstance()
KeyValueAppend.Builder.getDefaultInstanceForType()
KeyValueAppend.getDefaultInstanceForType()
static KeyValueAppend
KeyValueAppend.parseDelimitedFrom
(InputStream input) static KeyValueAppend
KeyValueAppend.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppend
KeyValueAppend.parseFrom
(byte[] data) static KeyValueAppend
KeyValueAppend.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppend
KeyValueAppend.parseFrom
(com.google.protobuf.ByteString data) static KeyValueAppend
KeyValueAppend.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppend
KeyValueAppend.parseFrom
(com.google.protobuf.CodedInputStream input) static KeyValueAppend
KeyValueAppend.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppend
KeyValueAppend.parseFrom
(InputStream input) static KeyValueAppend
KeyValueAppend.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static KeyValueAppend
KeyValueAppend.parseFrom
(ByteBuffer data) static KeyValueAppend
KeyValueAppend.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 TypeMethodDescriptioncom.google.protobuf.Parser
<KeyValueAppend> KeyValueAppend.getParserForType()
private com.google.protobuf.SingleFieldBuilder
<KeyValueAppend, KeyValueAppend.Builder, KeyValueAppendOrBuilder> KeyValueMutation.Builder.internalGetAppendFieldBuilder()
Key/value pair to append or overwrite.static com.google.protobuf.Parser
<KeyValueAppend> KeyValueAppend.parser()
Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueAppendModifier and TypeMethodDescriptionprivate void
KeyValueAppend.Builder.buildPartial0
(KeyValueAppend result) KeyValueMutation.Builder.mergeAppend
(KeyValueAppend value) Key/value pair to append or overwrite.KeyValueAppend.Builder.mergeFrom
(KeyValueAppend other) static KeyValueAppend.Builder
KeyValueAppend.newBuilder
(KeyValueAppend prototype) KeyValueMutation.Builder.setAppend
(KeyValueAppend value) Key/value pair to append or overwrite.