Interface Protocol.HistoryResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Protocol.HistoryResult
,Protocol.HistoryResult.Builder
- Enclosing class:
- Protocol
public static interface Protocol.HistoryResultOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getEpoch()
string epoch = 2;
com.google.protobuf.ByteString
getEpochBytes()
string epoch = 2;
long
getOffset()
uint64 offset = 3;
Protocol.Publication
getPublications(int index)
repeated .protocol.Publication publications = 1;
int
getPublicationsCount()
repeated .protocol.Publication publications = 1;
java.util.List<Protocol.Publication>
getPublicationsList()
repeated .protocol.Publication publications = 1;
-
-
-
Method Detail
-
getPublicationsList
java.util.List<Protocol.Publication> getPublicationsList()
repeated .protocol.Publication publications = 1;
-
getPublications
Protocol.Publication getPublications(int index)
repeated .protocol.Publication publications = 1;
-
getPublicationsCount
int getPublicationsCount()
repeated .protocol.Publication publications = 1;
-
getEpoch
java.lang.String getEpoch()
string epoch = 2;
- Returns:
- The epoch.
-
getEpochBytes
com.google.protobuf.ByteString getEpochBytes()
string epoch = 2;
- Returns:
- The bytes for epoch.
-
getOffset
long getOffset()
uint64 offset = 3;
- Returns:
- The offset.
-
-