Package eu.antidotedb.antidotepb
Interface AntidotePB.ApbMapUpdateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AntidotePB.ApbMapUpdate,AntidotePB.ApbMapUpdate.Builder
- Enclosing class:
- AntidotePB
public static interface AntidotePB.ApbMapUpdateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AntidotePB.ApbMapKeygetRemovedKeys(int index)repeated .ApbMapKey removedKeys = 2;intgetRemovedKeysCount()repeated .ApbMapKey removedKeys = 2;java.util.List<AntidotePB.ApbMapKey>getRemovedKeysList()repeated .ApbMapKey removedKeys = 2;AntidotePB.ApbMapKeyOrBuildergetRemovedKeysOrBuilder(int index)repeated .ApbMapKey removedKeys = 2;java.util.List<? extends AntidotePB.ApbMapKeyOrBuilder>getRemovedKeysOrBuilderList()repeated .ApbMapKey removedKeys = 2;AntidotePB.ApbMapNestedUpdategetUpdates(int index)repeated .ApbMapNestedUpdate updates = 1;intgetUpdatesCount()repeated .ApbMapNestedUpdate updates = 1;java.util.List<AntidotePB.ApbMapNestedUpdate>getUpdatesList()repeated .ApbMapNestedUpdate updates = 1;AntidotePB.ApbMapNestedUpdateOrBuildergetUpdatesOrBuilder(int index)repeated .ApbMapNestedUpdate updates = 1;java.util.List<? extends AntidotePB.ApbMapNestedUpdateOrBuilder>getUpdatesOrBuilderList()repeated .ApbMapNestedUpdate updates = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUpdatesList
java.util.List<AntidotePB.ApbMapNestedUpdate> getUpdatesList()
repeated .ApbMapNestedUpdate updates = 1;
-
getUpdates
AntidotePB.ApbMapNestedUpdate getUpdates(int index)
repeated .ApbMapNestedUpdate updates = 1;
-
getUpdatesCount
int getUpdatesCount()
repeated .ApbMapNestedUpdate updates = 1;
-
getUpdatesOrBuilderList
java.util.List<? extends AntidotePB.ApbMapNestedUpdateOrBuilder> getUpdatesOrBuilderList()
repeated .ApbMapNestedUpdate updates = 1;
-
getUpdatesOrBuilder
AntidotePB.ApbMapNestedUpdateOrBuilder getUpdatesOrBuilder(int index)
repeated .ApbMapNestedUpdate updates = 1;
-
getRemovedKeysList
java.util.List<AntidotePB.ApbMapKey> getRemovedKeysList()
repeated .ApbMapKey removedKeys = 2;
-
getRemovedKeys
AntidotePB.ApbMapKey getRemovedKeys(int index)
repeated .ApbMapKey removedKeys = 2;
-
getRemovedKeysCount
int getRemovedKeysCount()
repeated .ApbMapKey removedKeys = 2;
-
getRemovedKeysOrBuilderList
java.util.List<? extends AntidotePB.ApbMapKeyOrBuilder> getRemovedKeysOrBuilderList()
repeated .ApbMapKey removedKeys = 2;
-
getRemovedKeysOrBuilder
AntidotePB.ApbMapKeyOrBuilder getRemovedKeysOrBuilder(int index)
repeated .ApbMapKey removedKeys = 2;
-
-