public interface ListTournamentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.UInt32Value |
getCategoryEnd()
The end of the categories to include.
|
com.google.protobuf.UInt32ValueOrBuilder |
getCategoryEndOrBuilder()
The end of the categories to include.
|
com.google.protobuf.UInt32Value |
getCategoryStart()
The start of the categories to include.
|
com.google.protobuf.UInt32ValueOrBuilder |
getCategoryStartOrBuilder()
The start of the categories to include.
|
java.lang.String |
getCursor()
A next page cursor for listings (optional).
|
com.google.protobuf.ByteString |
getCursorBytes()
A next page cursor for listings (optional).
|
com.google.protobuf.UInt32Value |
getEndTime()
The end time for tournaments.
|
com.google.protobuf.UInt32ValueOrBuilder |
getEndTimeOrBuilder()
The end time for tournaments.
|
com.google.protobuf.Int32Value |
getLimit()
Max number of records to return.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Max number of records to return.
|
com.google.protobuf.UInt32Value |
getStartTime()
The start time for tournaments.
|
com.google.protobuf.UInt32ValueOrBuilder |
getStartTimeOrBuilder()
The start time for tournaments.
|
boolean |
hasCategoryEnd()
The end of the categories to include.
|
boolean |
hasCategoryStart()
The start of the categories to include.
|
boolean |
hasEndTime()
The end time for tournaments.
|
boolean |
hasLimit()
Max number of records to return.
|
boolean |
hasStartTime()
The start time for tournaments.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasCategoryStart()
The start of the categories to include. Defaults to 0.
.google.protobuf.UInt32Value category_start = 1 [json_name = "categoryStart"];
com.google.protobuf.UInt32Value getCategoryStart()
The start of the categories to include. Defaults to 0.
.google.protobuf.UInt32Value category_start = 1 [json_name = "categoryStart"];
com.google.protobuf.UInt32ValueOrBuilder getCategoryStartOrBuilder()
The start of the categories to include. Defaults to 0.
.google.protobuf.UInt32Value category_start = 1 [json_name = "categoryStart"];
boolean hasCategoryEnd()
The end of the categories to include. Defaults to 128.
.google.protobuf.UInt32Value category_end = 2 [json_name = "categoryEnd"];
com.google.protobuf.UInt32Value getCategoryEnd()
The end of the categories to include. Defaults to 128.
.google.protobuf.UInt32Value category_end = 2 [json_name = "categoryEnd"];
com.google.protobuf.UInt32ValueOrBuilder getCategoryEndOrBuilder()
The end of the categories to include. Defaults to 128.
.google.protobuf.UInt32Value category_end = 2 [json_name = "categoryEnd"];
boolean hasStartTime()
The start time for tournaments. Defaults to epoch.
.google.protobuf.UInt32Value start_time = 3 [json_name = "startTime"];
com.google.protobuf.UInt32Value getStartTime()
The start time for tournaments. Defaults to epoch.
.google.protobuf.UInt32Value start_time = 3 [json_name = "startTime"];
com.google.protobuf.UInt32ValueOrBuilder getStartTimeOrBuilder()
The start time for tournaments. Defaults to epoch.
.google.protobuf.UInt32Value start_time = 3 [json_name = "startTime"];
boolean hasEndTime()
The end time for tournaments. Defaults to +1 year from current Unix time.
.google.protobuf.UInt32Value end_time = 4 [json_name = "endTime"];
com.google.protobuf.UInt32Value getEndTime()
The end time for tournaments. Defaults to +1 year from current Unix time.
.google.protobuf.UInt32Value end_time = 4 [json_name = "endTime"];
com.google.protobuf.UInt32ValueOrBuilder getEndTimeOrBuilder()
The end time for tournaments. Defaults to +1 year from current Unix time.
.google.protobuf.UInt32Value end_time = 4 [json_name = "endTime"];
boolean hasLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 6 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 6 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 6 [json_name = "limit"];
java.lang.String getCursor()
A next page cursor for listings (optional).
string cursor = 8 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
A next page cursor for listings (optional).
string cursor = 8 [json_name = "cursor"];