Package eu.antidotedb.antidotepb
Interface AntidotePB.ApbUpdateObjectsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AntidotePB.ApbUpdateObjects,AntidotePB.ApbUpdateObjects.Builder
- Enclosing class:
- AntidotePB
public static interface AntidotePB.ApbUpdateObjectsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetTransactionDescriptor()required bytes transaction_descriptor = 2;AntidotePB.ApbUpdateOpgetUpdates(int index)repeated .ApbUpdateOp updates = 1;intgetUpdatesCount()repeated .ApbUpdateOp updates = 1;java.util.List<AntidotePB.ApbUpdateOp>getUpdatesList()repeated .ApbUpdateOp updates = 1;AntidotePB.ApbUpdateOpOrBuildergetUpdatesOrBuilder(int index)repeated .ApbUpdateOp updates = 1;java.util.List<? extends AntidotePB.ApbUpdateOpOrBuilder>getUpdatesOrBuilderList()repeated .ApbUpdateOp updates = 1;booleanhasTransactionDescriptor()required bytes transaction_descriptor = 2;-
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.ApbUpdateOp> getUpdatesList()
repeated .ApbUpdateOp updates = 1;
-
getUpdates
AntidotePB.ApbUpdateOp getUpdates(int index)
repeated .ApbUpdateOp updates = 1;
-
getUpdatesCount
int getUpdatesCount()
repeated .ApbUpdateOp updates = 1;
-
getUpdatesOrBuilderList
java.util.List<? extends AntidotePB.ApbUpdateOpOrBuilder> getUpdatesOrBuilderList()
repeated .ApbUpdateOp updates = 1;
-
getUpdatesOrBuilder
AntidotePB.ApbUpdateOpOrBuilder getUpdatesOrBuilder(int index)
repeated .ApbUpdateOp updates = 1;
-
hasTransactionDescriptor
boolean hasTransactionDescriptor()
required bytes transaction_descriptor = 2;
-
getTransactionDescriptor
com.google.protobuf.ByteString getTransactionDescriptor()
required bytes transaction_descriptor = 2;
-
-