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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public 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.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>
public RiakDtPB.MapOp.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<RiakDtPB.MapOp.Builder>
public RiakDtPB.MapOp getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public RiakDtPB.MapOp build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public RiakDtPB.MapOp buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public RiakDtPB.MapOp.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<RiakDtPB.MapOp.Builder>
IOException
public 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.MapOpOrBuilder
public 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.MapOpOrBuilder
public 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.MapOpOrBuilder
public 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.MapOpOrBuilder
public 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.MapOpOrBuilder
public 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.MapOpOrBuilder
public int getUpdatesCount()
repeated .MapUpdate updates = 2;
getUpdatesCount
in interface RiakDtPB.MapOpOrBuilder
public RiakDtPB.MapUpdate getUpdates(int index)
repeated .MapUpdate updates = 2;
getUpdates
in interface RiakDtPB.MapOpOrBuilder
public 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.MapOpOrBuilder
public List<? extends RiakDtPB.MapUpdateOrBuilder> getUpdatesOrBuilderList()
repeated .MapUpdate updates = 2;
getUpdatesOrBuilderList
in interface RiakDtPB.MapOpOrBuilder
public 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.