-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface CloudReplay.SeekRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetPlaybackId()string playback_id = 1;abstract ByteStringgetPlaybackIdBytes()string playback_id = 1;abstract longgetStartTime()initial cursorint64 start_time = 2;-
-
Method Detail
-
getPlaybackId
abstract String getPlaybackId()
string playback_id = 1;
-
getPlaybackIdBytes
abstract ByteString getPlaybackIdBytes()
string playback_id = 1;
-
getStartTime
abstract long getStartTime()
initial cursorint64 start_time = 2;
-
-
-
-