Interface ListTournamentsRequestOrBuilder

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

public interface ListTournamentsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasCategoryStart

      boolean hasCategoryStart()
       The start of the categories to include. Defaults to 0.
       
      .google.protobuf.UInt32Value category_start = 1;
      Returns:
      Whether the categoryStart field is set.
    • getCategoryStart

      UInt32Value getCategoryStart()
       The start of the categories to include. Defaults to 0.
       
      .google.protobuf.UInt32Value category_start = 1;
      Returns:
      The categoryStart.
    • getCategoryStartOrBuilder

      UInt32ValueOrBuilder getCategoryStartOrBuilder()
       The start of the categories to include. Defaults to 0.
       
      .google.protobuf.UInt32Value category_start = 1;
    • hasCategoryEnd

      boolean hasCategoryEnd()
       The end of the categories to include. Defaults to 128.
       
      .google.protobuf.UInt32Value category_end = 2;
      Returns:
      Whether the categoryEnd field is set.
    • getCategoryEnd

      UInt32Value getCategoryEnd()
       The end of the categories to include. Defaults to 128.
       
      .google.protobuf.UInt32Value category_end = 2;
      Returns:
      The categoryEnd.
    • getCategoryEndOrBuilder

      UInt32ValueOrBuilder getCategoryEndOrBuilder()
       The end of the categories to include. Defaults to 128.
       
      .google.protobuf.UInt32Value category_end = 2;
    • hasStartTime

      boolean hasStartTime()
       The start time for tournaments. Defaults to epoch.
       
      .google.protobuf.UInt32Value start_time = 3;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      UInt32Value getStartTime()
       The start time for tournaments. Defaults to epoch.
       
      .google.protobuf.UInt32Value start_time = 3;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      UInt32ValueOrBuilder getStartTimeOrBuilder()
       The start time for tournaments. Defaults to epoch.
       
      .google.protobuf.UInt32Value start_time = 3;
    • hasEndTime

      boolean hasEndTime()
       The end time for tournaments. Defaults to +1 year from current Unix time.
       
      .google.protobuf.UInt32Value end_time = 4;
      Returns:
      Whether the endTime field is set.
    • getEndTime

      UInt32Value getEndTime()
       The end time for tournaments. Defaults to +1 year from current Unix time.
       
      .google.protobuf.UInt32Value end_time = 4;
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      UInt32ValueOrBuilder getEndTimeOrBuilder()
       The end time for tournaments. Defaults to +1 year from current Unix time.
       
      .google.protobuf.UInt32Value end_time = 4;
    • hasLimit

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

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

      Int32ValueOrBuilder getLimitOrBuilder()
       Max number of records to return. Between 1 and 100.
       
      .google.protobuf.Int32Value limit = 6;
    • getCursor

      String getCursor()
       A next page cursor for listings (optional).
       
      string cursor = 8;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       A next page cursor for listings (optional).
       
      string cursor = 8;
      Returns:
      The bytes for cursor.