public interface ListTournamentRecordsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCursor()
A next or previous page cursor.
|
com.google.protobuf.ByteString |
getCursorBytes()
A next or previous page cursor.
|
com.google.protobuf.Int64Value |
getExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
|
com.google.protobuf.Int64ValueOrBuilder |
getExpiryOrBuilder()
Expiry in seconds (since epoch) to begin fetching records from.
|
com.google.protobuf.Int32Value |
getLimit()
Max number of records to return.
|
com.google.protobuf.Int32ValueOrBuilder |
getLimitOrBuilder()
Max number of records to return.
|
java.lang.String |
getOwnerIds(int index)
One or more owners to retrieve records for.
|
com.google.protobuf.ByteString |
getOwnerIdsBytes(int index)
One or more owners to retrieve records for.
|
int |
getOwnerIdsCount()
One or more owners to retrieve records for.
|
java.util.List<java.lang.String> |
getOwnerIdsList()
One or more owners to retrieve records for.
|
java.lang.String |
getTournamentId()
The ID of the tournament to list for.
|
com.google.protobuf.ByteString |
getTournamentIdBytes()
The ID of the tournament to list for.
|
boolean |
hasExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
|
boolean |
hasLimit()
Max number of records to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getTournamentId()
The ID of the tournament to list for.
string tournament_id = 1 [json_name = "tournamentId"];
com.google.protobuf.ByteString getTournamentIdBytes()
The ID of the tournament to list for.
string tournament_id = 1 [json_name = "tournamentId"];
java.util.List<java.lang.String> getOwnerIdsList()
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];
int getOwnerIdsCount()
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];
java.lang.String getOwnerIds(int index)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];
index
- The index of the element to return.com.google.protobuf.ByteString getOwnerIdsBytes(int index)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];
index
- The index of the value to return.boolean hasLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
com.google.protobuf.Int32Value getLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];
java.lang.String getCursor()
A next or previous page cursor.
string cursor = 4 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
A next or previous page cursor.
string cursor = 4 [json_name = "cursor"];
boolean hasExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];
com.google.protobuf.Int64Value getExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];
com.google.protobuf.Int64ValueOrBuilder getExpiryOrBuilder()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];