-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface CloudReplay.PlaybackResponseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetPlaybackId()string playback_id = 1;abstract ByteStringgetPlaybackIdBytes()string playback_id = 1;-
-
Method Detail
-
getPlaybackId
abstract String getPlaybackId()
string playback_id = 1;
-
getPlaybackIdBytes
abstract ByteString getPlaybackIdBytes()
string playback_id = 1;
-
-
-
-