Interface ListSnapshotsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSnapshotsResponse, ListSnapshotsResponse.Builder
@Generated
public interface ListSnapshotsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring player_id = 1;com.google.protobuf.ByteStringstring player_id = 1;getSnapshots(int index) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;intrepeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;getSnapshotsOrBuilder(int index) repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;List<? extends SnapshotInfoOrBuilder> repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPlayerId
-
getPlayerIdBytes
com.google.protobuf.ByteString getPlayerIdBytes()string player_id = 1;- Returns:
- The bytes for playerId.
-
getSnapshotsList
List<SnapshotInfo> getSnapshotsList()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2; -
getSnapshots
repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2; -
getSnapshotsCount
int getSnapshotsCount()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2; -
getSnapshotsOrBuilderList
List<? extends SnapshotInfoOrBuilder> getSnapshotsOrBuilderList()repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2; -
getSnapshotsOrBuilder
repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;
-