-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface CloudReplay.PlaybackRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetReplayId()string replay_id = 1;abstract ByteStringgetReplayIdBytes()string replay_id = 1;abstract StringgetRoomName()room to play intostring room_name = 2;abstract ByteStringgetRoomNameBytes()room to play intostring room_name = 2;abstract longgetStartTime()initial cursorint64 start_time = 3;-
-
Method Detail
-
getReplayId
abstract String getReplayId()
string replay_id = 1;
-
getReplayIdBytes
abstract ByteString getReplayIdBytes()
string replay_id = 1;
-
getRoomName
abstract String getRoomName()
room to play intostring room_name = 2;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
room to play intostring room_name = 2;
-
getStartTime
abstract long getStartTime()
initial cursorint64 start_time = 3;
-
-
-
-