Interface ListLeaderboardRecordsAroundOwnerRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListLeaderboardRecordsAroundOwnerRequest, ListLeaderboardRecordsAroundOwnerRequest.Builder

public interface ListLeaderboardRecordsAroundOwnerRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Expiry in seconds (since epoch) to begin fetching records from.
    Expiry in seconds (since epoch) to begin fetching records from.
    The ID of the tournament to list for.
    com.google.protobuf.ByteString
    The ID of the tournament to list for.
    Max number of records to return.
    Max number of records to return.
    The owner to retrieve records around.
    com.google.protobuf.ByteString
    The owner to retrieve records around.
    boolean
    Expiry in seconds (since epoch) to begin fetching records from.
    boolean
    Max number of records to return.

    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

    • getLeaderboardId

      String getLeaderboardId()
       The ID of the tournament to list for.
       
      string leaderboard_id = 1;
      Returns:
      The leaderboardId.
    • getLeaderboardIdBytes

      com.google.protobuf.ByteString getLeaderboardIdBytes()
       The ID of the tournament to list for.
       
      string leaderboard_id = 1;
      Returns:
      The bytes for leaderboardId.
    • hasLimit

      boolean hasLimit()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.UInt32Value limit = 2;
      Returns:
      Whether the limit field is set.
    • getLimit

      UInt32Value getLimit()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.UInt32Value limit = 2;
      Returns:
      The limit.
    • getLimitOrBuilder

      UInt32ValueOrBuilder getLimitOrBuilder()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.UInt32Value limit = 2;
    • getOwnerId

      String getOwnerId()
       The owner to retrieve records around.
       
      string owner_id = 3;
      Returns:
      The ownerId.
    • getOwnerIdBytes

      com.google.protobuf.ByteString getOwnerIdBytes()
       The owner to retrieve records around.
       
      string owner_id = 3;
      Returns:
      The bytes for ownerId.
    • hasExpiry

      boolean hasExpiry()
       Expiry in seconds (since epoch) to begin fetching records from.
       
      .google.protobuf.Int64Value expiry = 4;
      Returns:
      Whether the expiry field is set.
    • getExpiry

      Int64Value getExpiry()
       Expiry in seconds (since epoch) to begin fetching records from.
       
      .google.protobuf.Int64Value expiry = 4;
      Returns:
      The expiry.
    • getExpiryOrBuilder

      Int64ValueOrBuilder getExpiryOrBuilder()
       Expiry in seconds (since epoch) to begin fetching records from.
       
      .google.protobuf.Int64Value expiry = 4;