-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface CloudReplay.DeleteReplayRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetReplayId()string replay_id = 1;abstract ByteStringgetReplayIdBytes()string replay_id = 1;-
-
Method Detail
-
getReplayId
abstract String getReplayId()
string replay_id = 1;
-
getReplayIdBytes
abstract ByteString getReplayIdBytes()
string replay_id = 1;
-
-
-
-