Interface Protocol.StreamPositionOrBuilder

    • 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 = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOffset

        long getOffset()
        uint64 offset = 1;
        Returns:
        The offset.
      • 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.