public interface ListLeaderboardRecordsAroundOwnerRequestOrBuilder
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.
|
java.lang.String |
getLeaderboardId()
The ID of the tournament to list for.
|
com.google.protobuf.ByteString |
getLeaderboardIdBytes()
The ID of the tournament to list for.
|
com.google.protobuf.UInt32Value |
getLimit()
Max number of records to return.
|
com.google.protobuf.UInt32ValueOrBuilder |
getLimitOrBuilder()
Max number of records to return.
|
java.lang.String |
getOwnerId()
The owner to retrieve records around.
|
com.google.protobuf.ByteString |
getOwnerIdBytes()
The owner to retrieve records around.
|
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 getLeaderboardId()
The ID of the tournament to list for.
string leaderboard_id = 1 [json_name = "leaderboardId"];
com.google.protobuf.ByteString getLeaderboardIdBytes()
The ID of the tournament to list for.
string leaderboard_id = 1 [json_name = "leaderboardId"];
boolean hasLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.UInt32Value limit = 2 [json_name = "limit"];
com.google.protobuf.UInt32Value getLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.UInt32Value limit = 2 [json_name = "limit"];
com.google.protobuf.UInt32ValueOrBuilder getLimitOrBuilder()
Max number of records to return. Between 1 and 100.
.google.protobuf.UInt32Value limit = 2 [json_name = "limit"];
java.lang.String getOwnerId()
The owner to retrieve records around.
string owner_id = 3 [json_name = "ownerId"];
com.google.protobuf.ByteString getOwnerIdBytes()
The owner to retrieve records around.
string owner_id = 3 [json_name = "ownerId"];
boolean hasExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 4 [json_name = "expiry"];
com.google.protobuf.Int64Value getExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 4 [json_name = "expiry"];
com.google.protobuf.Int64ValueOrBuilder getExpiryOrBuilder()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 4 [json_name = "expiry"];
java.lang.String getCursor()
A next or previous page cursor.
string cursor = 5 [json_name = "cursor"];
com.google.protobuf.ByteString getCursorBytes()
A next or previous page cursor.
string cursor = 5 [json_name = "cursor"];