Uses of Class
io.envoyproxy.envoy.config.core.v3.KeyValueMutation.Builder
Packages that use KeyValueMutation.Builder
-
Uses of KeyValueMutation.Builder in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return KeyValueMutation.BuilderModifier and TypeMethodDescriptionKeyValueMutation.Builder.clear()
KeyValueMutation.Builder.clearAppend()
Key/value pair to append or overwrite.KeyValueMutation.Builder.clearRemove()
Key to remove.KeyValueMutation.Builder.mergeAppend
(KeyValueAppend value) Key/value pair to append or overwrite.KeyValueMutation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValueMutation.Builder.mergeFrom
(com.google.protobuf.Message other) KeyValueMutation.Builder.mergeFrom
(KeyValueMutation other) static KeyValueMutation.Builder
KeyValueMutation.newBuilder()
static KeyValueMutation.Builder
KeyValueMutation.newBuilder
(KeyValueMutation prototype) KeyValueMutation.newBuilderForType()
protected KeyValueMutation.Builder
KeyValueMutation.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) KeyValueMutation.Builder.setAppend
(KeyValueAppend value) Key/value pair to append or overwrite.KeyValueMutation.Builder.setAppend
(KeyValueAppend.Builder builderForValue) Key/value pair to append or overwrite.Key to remove.KeyValueMutation.Builder.setRemoveBytes
(com.google.protobuf.ByteString value) Key to remove.KeyValueMutation.toBuilder()