KeyValueAppend.Builder |
KeyValueAppend.Builder.clear() |
|
KeyValueAppend.Builder |
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 |
KeyValueAppend.Builder.clearEntry() |
Key/value pair entry that this option to append or overwrite.
|
KeyValueAppend.Builder |
KeyValueMutation.Builder.getAppendBuilder() |
Key/value pair to append or overwrite.
|
KeyValueAppend.Builder |
KeyValueAppend.Builder.mergeEntry(KeyValue value) |
Key/value pair entry that this option to append or overwrite.
|
KeyValueAppend.Builder |
KeyValueAppend.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
KeyValueAppend.Builder |
KeyValueAppend.Builder.mergeFrom(com.google.protobuf.Message other) |
|
KeyValueAppend.Builder |
KeyValueAppend.Builder.mergeFrom(KeyValueAppend other) |
|
static KeyValueAppend.Builder |
KeyValueAppend.newBuilder() |
|
static KeyValueAppend.Builder |
KeyValueAppend.newBuilder(KeyValueAppend prototype) |
|
KeyValueAppend.Builder |
KeyValueAppend.newBuilderForType() |
|
protected KeyValueAppend.Builder |
KeyValueAppend.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
KeyValueAppend.Builder |
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 |
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.
|
KeyValueAppend.Builder |
KeyValueAppend.Builder.setEntry(KeyValue value) |
Key/value pair entry that this option to append or overwrite.
|
KeyValueAppend.Builder |
KeyValueAppend.Builder.setEntry(KeyValue.Builder builderForValue) |
Key/value pair entry that this option to append or overwrite.
|
KeyValueAppend.Builder |
KeyValueAppend.toBuilder() |
|