Interface Protocol.HistoryResultOrBuilder

    • 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.