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 Type
    Method
    Description
    string player_id = 1;
    com.google.protobuf.ByteString
    string player_id = 1;
    getSnapshots(int index)
    repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;
    int
    repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;
    repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;
    repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;
    repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getPlayerId

      String getPlayerId()
      string player_id = 1;
      Returns:
      The playerId.
    • 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

      SnapshotInfo getSnapshots(int index)
      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

      SnapshotInfoOrBuilder getSnapshotsOrBuilder(int index)
      repeated .tech.skworks.tachyon.service.contracts.snapshot.SnapshotInfo snapshots = 2;