Package 

Interface CloudReplay.PlaybackRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getReplayId() string replay_id = 1;
      abstract ByteString getReplayIdBytes() string replay_id = 1;
      abstract String getRoomName()
      room to play into
      
      string room_name = 2;
      abstract ByteString getRoomNameBytes()
      room to play into
      
      string room_name = 2;
      abstract long getStartTime()
      initial cursor
      
      int64 start_time = 3;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait