Package 

Interface CloudReplay.ReplayInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getReplayId() string replay_id = 1;
      abstract ByteString getReplayIdBytes() string replay_id = 1;
      abstract String getRoomName() string room_name = 2;
      abstract ByteString getRoomNameBytes() string room_name = 2;
      abstract long getStartTime() int64 start_time = 3;
      abstract long getDuration() int64 duration = 4;
      • 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