public static interface RiakDtPB.MapOpOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
RiakDtPB.MapField |
getRemoves(int index)
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; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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.
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.
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.
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.
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.
List<RiakDtPB.MapUpdate> getUpdatesList()
repeated .MapUpdate updates = 2;
RiakDtPB.MapUpdate getUpdates(int index)
repeated .MapUpdate updates = 2;
int getUpdatesCount()
repeated .MapUpdate updates = 2;
List<? extends RiakDtPB.MapUpdateOrBuilder> getUpdatesOrBuilderList()
repeated .MapUpdate updates = 2;
RiakDtPB.MapUpdateOrBuilder getUpdatesOrBuilder(int index)
repeated .MapUpdate updates = 2;
Copyright © 2016. All rights reserved.