Package eu.antidotedb.antidotepb
Interface AntidotePB.ApbStaticUpdateObjectsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AntidotePB.ApbStaticUpdateObjects,AntidotePB.ApbStaticUpdateObjects.Builder
- Enclosing class:
- AntidotePB
public static interface AntidotePB.ApbStaticUpdateObjectsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AntidotePB.ApbStartTransactiongetTransaction()required .ApbStartTransaction transaction = 1;AntidotePB.ApbStartTransactionOrBuildergetTransactionOrBuilder()required .ApbStartTransaction transaction = 1;AntidotePB.ApbUpdateOpgetUpdates(int index)repeated .ApbUpdateOp updates = 2;intgetUpdatesCount()repeated .ApbUpdateOp updates = 2;java.util.List<AntidotePB.ApbUpdateOp>getUpdatesList()repeated .ApbUpdateOp updates = 2;AntidotePB.ApbUpdateOpOrBuildergetUpdatesOrBuilder(int index)repeated .ApbUpdateOp updates = 2;java.util.List<? extends AntidotePB.ApbUpdateOpOrBuilder>getUpdatesOrBuilderList()repeated .ApbUpdateOp updates = 2;booleanhasTransaction()required .ApbStartTransaction transaction = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTransaction
boolean hasTransaction()
required .ApbStartTransaction transaction = 1;
-
getTransaction
AntidotePB.ApbStartTransaction getTransaction()
required .ApbStartTransaction transaction = 1;
-
getTransactionOrBuilder
AntidotePB.ApbStartTransactionOrBuilder getTransactionOrBuilder()
required .ApbStartTransaction transaction = 1;
-
getUpdatesList
java.util.List<AntidotePB.ApbUpdateOp> getUpdatesList()
repeated .ApbUpdateOp updates = 2;
-
getUpdates
AntidotePB.ApbUpdateOp getUpdates(int index)
repeated .ApbUpdateOp updates = 2;
-
getUpdatesCount
int getUpdatesCount()
repeated .ApbUpdateOp updates = 2;
-
getUpdatesOrBuilderList
java.util.List<? extends AntidotePB.ApbUpdateOpOrBuilder> getUpdatesOrBuilderList()
repeated .ApbUpdateOp updates = 2;
-
getUpdatesOrBuilder
AntidotePB.ApbUpdateOpOrBuilder getUpdatesOrBuilder(int index)
repeated .ApbUpdateOp updates = 2;
-
-