public static final class RiakDtPB.MapOp.Builder extends com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder> implements RiakDtPB.MapOpOrBuilder
MapOp
An operation to update a Map. All operations apply to individual fields in the Map.
| Modifier and Type | Method and Description |
|---|---|
RiakDtPB.MapOp.Builder |
addAllRemoves(Iterable<? extends RiakDtPB.MapField> values)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
addAllUpdates(Iterable<? extends RiakDtPB.MapUpdate> values)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp.Builder |
addRemoves(int index,
RiakDtPB.MapField.Builder builderForValue)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
addRemoves(int index,
RiakDtPB.MapField value)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
addRemoves(RiakDtPB.MapField.Builder builderForValue)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
addRemoves(RiakDtPB.MapField value)
repeated .MapField removes = 1; |
RiakDtPB.MapField.Builder |
addRemovesBuilder()
repeated .MapField removes = 1; |
RiakDtPB.MapField.Builder |
addRemovesBuilder(int index)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
addUpdates(int index,
RiakDtPB.MapUpdate.Builder builderForValue)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp.Builder |
addUpdates(int index,
RiakDtPB.MapUpdate value)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp.Builder |
addUpdates(RiakDtPB.MapUpdate.Builder builderForValue)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp.Builder |
addUpdates(RiakDtPB.MapUpdate value)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapUpdate.Builder |
addUpdatesBuilder()
repeated .MapUpdate updates = 2; |
RiakDtPB.MapUpdate.Builder |
addUpdatesBuilder(int index)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp |
build() |
RiakDtPB.MapOp |
buildPartial() |
RiakDtPB.MapOp.Builder |
clear() |
RiakDtPB.MapOp.Builder |
clearRemoves()
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
clearUpdates()
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp.Builder |
clone() |
RiakDtPB.MapOp |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RiakDtPB.MapField |
getRemoves(int index)
repeated .MapField removes = 1; |
RiakDtPB.MapField.Builder |
getRemovesBuilder(int index)
repeated .MapField removes = 1; |
List<RiakDtPB.MapField.Builder> |
getRemovesBuilderList()
repeated .MapField removes = 1; |
int |
getRemovesCount()
repeated .MapField removes = 1; |
List<RiakDtPB.MapField> |
getRemovesList()
repeated .MapField removes = 1; |
RiakDtPB.MapFieldOrBuilder |
getRemovesOrBuilder(int index)
repeated .MapField removes = 1; |
List<? extends RiakDtPB.MapFieldOrBuilder> |
getRemovesOrBuilderList()
repeated .MapField removes = 1; |
RiakDtPB.MapUpdate |
getUpdates(int index)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapUpdate.Builder |
getUpdatesBuilder(int index)
repeated .MapUpdate updates = 2; |
List<RiakDtPB.MapUpdate.Builder> |
getUpdatesBuilderList()
repeated .MapUpdate updates = 2; |
int |
getUpdatesCount()
repeated .MapUpdate updates = 2; |
List<RiakDtPB.MapUpdate> |
getUpdatesList()
repeated .MapUpdate updates = 2; |
RiakDtPB.MapUpdateOrBuilder |
getUpdatesOrBuilder(int index)
repeated .MapUpdate updates = 2; |
List<? extends RiakDtPB.MapUpdateOrBuilder> |
getUpdatesOrBuilderList()
repeated .MapUpdate updates = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RiakDtPB.MapOp.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RiakDtPB.MapOp.Builder |
mergeFrom(com.google.protobuf.Message other) |
RiakDtPB.MapOp.Builder |
mergeFrom(RiakDtPB.MapOp other) |
RiakDtPB.MapOp.Builder |
removeRemoves(int index)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
removeUpdates(int index)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp.Builder |
setRemoves(int index,
RiakDtPB.MapField.Builder builderForValue)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
setRemoves(int index,
RiakDtPB.MapField value)
repeated .MapField removes = 1; |
RiakDtPB.MapOp.Builder |
setUpdates(int index,
RiakDtPB.MapUpdate.Builder builderForValue)
repeated .MapUpdate updates = 2; |
RiakDtPB.MapOp.Builder |
setUpdates(int index,
RiakDtPB.MapUpdate value)
repeated .MapUpdate updates = 2; |
addRepeatedField, clearField, clearOneof, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>public RiakDtPB.MapOp.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>public RiakDtPB.MapOp.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>public RiakDtPB.MapOp getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RiakDtPB.MapOp build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RiakDtPB.MapOp buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RiakDtPB.MapOp.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RiakDtPB.MapOp.Builder>public RiakDtPB.MapOp.Builder mergeFrom(RiakDtPB.MapOp other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>public RiakDtPB.MapOp.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RiakDtPB.MapOp.Builder>IOExceptionpublic List<RiakDtPB.MapField> getRemovesList()
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
getRemovesList in interface RiakDtPB.MapOpOrBuilderpublic int getRemovesCount()
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
getRemovesCount in interface RiakDtPB.MapOpOrBuilderpublic RiakDtPB.MapField getRemoves(int index)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
getRemoves in interface RiakDtPB.MapOpOrBuilderpublic RiakDtPB.MapOp.Builder setRemoves(int index, RiakDtPB.MapField value)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder setRemoves(int index, RiakDtPB.MapField.Builder builderForValue)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder addRemoves(RiakDtPB.MapField value)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder addRemoves(int index, RiakDtPB.MapField value)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder addRemoves(RiakDtPB.MapField.Builder builderForValue)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder addRemoves(int index, RiakDtPB.MapField.Builder builderForValue)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder addAllRemoves(Iterable<? extends RiakDtPB.MapField> values)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder clearRemoves()
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapOp.Builder removeRemoves(int index)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapField.Builder getRemovesBuilder(int index)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapFieldOrBuilder getRemovesOrBuilder(int index)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
getRemovesOrBuilder in interface RiakDtPB.MapOpOrBuilderpublic List<? extends RiakDtPB.MapFieldOrBuilder> getRemovesOrBuilderList()
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
getRemovesOrBuilderList in interface RiakDtPB.MapOpOrBuilderpublic RiakDtPB.MapField.Builder addRemovesBuilder()
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public RiakDtPB.MapField.Builder addRemovesBuilder(int index)
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public List<RiakDtPB.MapField.Builder> getRemovesBuilderList()
repeated .MapField removes = 1;
REMOVE removes a field and value from the Map. UPDATE applies type-specific operations to the values stored in the Map.
public List<RiakDtPB.MapUpdate> getUpdatesList()
repeated .MapUpdate updates = 2;getUpdatesList in interface RiakDtPB.MapOpOrBuilderpublic int getUpdatesCount()
repeated .MapUpdate updates = 2;getUpdatesCount in interface RiakDtPB.MapOpOrBuilderpublic RiakDtPB.MapUpdate getUpdates(int index)
repeated .MapUpdate updates = 2;getUpdates in interface RiakDtPB.MapOpOrBuilderpublic RiakDtPB.MapOp.Builder setUpdates(int index, RiakDtPB.MapUpdate value)
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder setUpdates(int index, RiakDtPB.MapUpdate.Builder builderForValue)
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder addUpdates(RiakDtPB.MapUpdate value)
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder addUpdates(int index, RiakDtPB.MapUpdate value)
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder addUpdates(RiakDtPB.MapUpdate.Builder builderForValue)
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder addUpdates(int index, RiakDtPB.MapUpdate.Builder builderForValue)
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder addAllUpdates(Iterable<? extends RiakDtPB.MapUpdate> values)
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder clearUpdates()
repeated .MapUpdate updates = 2;public RiakDtPB.MapOp.Builder removeUpdates(int index)
repeated .MapUpdate updates = 2;public RiakDtPB.MapUpdate.Builder getUpdatesBuilder(int index)
repeated .MapUpdate updates = 2;public RiakDtPB.MapUpdateOrBuilder getUpdatesOrBuilder(int index)
repeated .MapUpdate updates = 2;getUpdatesOrBuilder in interface RiakDtPB.MapOpOrBuilderpublic List<? extends RiakDtPB.MapUpdateOrBuilder> getUpdatesOrBuilderList()
repeated .MapUpdate updates = 2;getUpdatesOrBuilderList in interface RiakDtPB.MapOpOrBuilderpublic RiakDtPB.MapUpdate.Builder addUpdatesBuilder()
repeated .MapUpdate updates = 2;public RiakDtPB.MapUpdate.Builder addUpdatesBuilder(int index)
repeated .MapUpdate updates = 2;public List<RiakDtPB.MapUpdate.Builder> getUpdatesBuilderList()
repeated .MapUpdate updates = 2;Copyright © 2016. All rights reserved.