Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValueAppend.Builder
Packages that use KeyValueAppend.Builder
-
Uses of KeyValueAppend.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeyValueAppend.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<KeyValueAppend, KeyValueAppend.Builder, KeyValueAppendOrBuilder> KeyValueMutation.Builder.appendBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueAppend.BuilderModifier and TypeMethodDescriptionKeyValueAppend.Builder.clear()
KeyValueAppend.Builder.clearAction()
Describes the action taken to append/overwrite the given value for an existing key or to only add this key if it's absent.KeyValueAppend.Builder.clearEntry()
Key/value pair entry that this option to append or overwrite.KeyValueMutation.Builder.getAppendBuilder()
Key/value pair to append or overwrite.KeyValueAppend.Builder.mergeEntry
(KeyValue value) Key/value pair entry that this option to append or overwrite.KeyValueAppend.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValueAppend.Builder.mergeFrom
(com.google.protobuf.Message other) KeyValueAppend.Builder.mergeFrom
(KeyValueAppend other) static KeyValueAppend.Builder
KeyValueAppend.newBuilder()
static KeyValueAppend.Builder
KeyValueAppend.newBuilder
(KeyValueAppend prototype) KeyValueAppend.newBuilderForType()
protected KeyValueAppend.Builder
KeyValueAppend.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) KeyValueAppend.Builder.setAction
(KeyValueAppend.KeyValueAppendAction value) Describes the action taken to append/overwrite the given value for an existing key or to only add this key if it's absent.KeyValueAppend.Builder.setActionValue
(int value) Describes the action taken to append/overwrite the given value for an existing key or to only add this key if it's absent.Key/value pair entry that this option to append or overwrite.KeyValueAppend.Builder.setEntry
(KeyValue.Builder builderForValue) Key/value pair entry that this option to append or overwrite.KeyValueAppend.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeyValueAppend.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<KeyValueAppend, KeyValueAppend.Builder, KeyValueAppendOrBuilder> KeyValueMutation.Builder.internalGetAppendFieldBuilder()
Key/value pair to append or overwrite.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeyValueAppend.BuilderModifier and TypeMethodDescriptionKeyValueMutation.Builder.setAppend
(KeyValueAppend.Builder builderForValue) Key/value pair to append or overwrite.