Package eu.antidotedb.antidotepb
Interface AntidotePB.ApbStaticReadObjectsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AntidotePB.ApbStaticReadObjects,AntidotePB.ApbStaticReadObjects.Builder
- Enclosing class:
- AntidotePB
public static interface AntidotePB.ApbStaticReadObjectsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AntidotePB.ApbBoundObjectgetObjects(int index)repeated .ApbBoundObject objects = 2;intgetObjectsCount()repeated .ApbBoundObject objects = 2;java.util.List<AntidotePB.ApbBoundObject>getObjectsList()repeated .ApbBoundObject objects = 2;AntidotePB.ApbBoundObjectOrBuildergetObjectsOrBuilder(int index)repeated .ApbBoundObject objects = 2;java.util.List<? extends AntidotePB.ApbBoundObjectOrBuilder>getObjectsOrBuilderList()repeated .ApbBoundObject objects = 2;AntidotePB.ApbStartTransactiongetTransaction()required .ApbStartTransaction transaction = 1;AntidotePB.ApbStartTransactionOrBuildergetTransactionOrBuilder()required .ApbStartTransaction transaction = 1;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;
-
getObjectsList
java.util.List<AntidotePB.ApbBoundObject> getObjectsList()
repeated .ApbBoundObject objects = 2;
-
getObjects
AntidotePB.ApbBoundObject getObjects(int index)
repeated .ApbBoundObject objects = 2;
-
getObjectsCount
int getObjectsCount()
repeated .ApbBoundObject objects = 2;
-
getObjectsOrBuilderList
java.util.List<? extends AntidotePB.ApbBoundObjectOrBuilder> getObjectsOrBuilderList()
repeated .ApbBoundObject objects = 2;
-
getObjectsOrBuilder
AntidotePB.ApbBoundObjectOrBuilder getObjectsOrBuilder(int index)
repeated .ApbBoundObject objects = 2;
-
-