-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface CloudReplay.ListReplaysResponseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract List<CloudReplay.ReplayInfo>getReplaysList()repeated .replay.ReplayInfo replays = 1;abstract CloudReplay.ReplayInfogetReplays(int index)repeated .replay.ReplayInfo replays = 1;abstract intgetReplaysCount()repeated .replay.ReplayInfo replays = 1;-
-
Method Detail
-
getReplaysList
abstract List<CloudReplay.ReplayInfo> getReplaysList()
repeated .replay.ReplayInfo replays = 1;
-
getReplays
abstract CloudReplay.ReplayInfo getReplays(int index)
repeated .replay.ReplayInfo replays = 1;
-
getReplaysCount
abstract int getReplaysCount()
repeated .replay.ReplayInfo replays = 1;
-
-
-
-