public static final class ListTournamentRecordsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ListTournamentRecordsRequest.Builder> implements ListTournamentRecordsRequestOrBuilder
List tournament records from a given tournament.Protobuf type
nakama.api.ListTournamentRecordsRequest| Modifier and Type | Method and Description |
|---|---|
ListTournamentRecordsRequest.Builder |
addAllOwnerIds(java.lang.Iterable<java.lang.String> values)
One or more owners to retrieve records for.
|
ListTournamentRecordsRequest.Builder |
addOwnerIds(java.lang.String value)
One or more owners to retrieve records for.
|
ListTournamentRecordsRequest.Builder |
addOwnerIdsBytes(com.google.protobuf.ByteString value)
One or more owners to retrieve records for.
|
ListTournamentRecordsRequest |
build() |
ListTournamentRecordsRequest |
buildPartial() |
ListTournamentRecordsRequest.Builder |
clear() |
ListTournamentRecordsRequest.Builder |
clearCursor()
A next or previous page cursor.
|
ListTournamentRecordsRequest.Builder |
clearExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
|
ListTournamentRecordsRequest.Builder |
clearLimit()
Max number of records to return.
|
ListTournamentRecordsRequest.Builder |
clearOwnerIds()
One or more owners to retrieve records for.
|
ListTournamentRecordsRequest.Builder |
clearTournamentId()
The ID of the tournament to list for.
|
java.lang.String |
getCursor()
A next or previous page cursor.
|
com.google.protobuf.ByteString |
getCursorBytes()
A next or previous page cursor.
|
ListTournamentRecordsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Int64Value |
getExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
|
com.google.protobuf.Int64Value.Builder |
getExpiryBuilder()
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.Int32Value.Builder |
getLimitBuilder()
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.
|
com.google.protobuf.ProtocolStringList |
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListTournamentRecordsRequest.Builder |
mergeExpiry(com.google.protobuf.Int64Value value)
Expiry in seconds (since epoch) to begin fetching records from.
|
ListTournamentRecordsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListTournamentRecordsRequest.Builder |
mergeFrom(ListTournamentRecordsRequest other) |
ListTournamentRecordsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListTournamentRecordsRequest.Builder |
mergeLimit(com.google.protobuf.Int32Value value)
Max number of records to return.
|
ListTournamentRecordsRequest.Builder |
setCursor(java.lang.String value)
A next or previous page cursor.
|
ListTournamentRecordsRequest.Builder |
setCursorBytes(com.google.protobuf.ByteString value)
A next or previous page cursor.
|
ListTournamentRecordsRequest.Builder |
setExpiry(com.google.protobuf.Int64Value.Builder builderForValue)
Expiry in seconds (since epoch) to begin fetching records from.
|
ListTournamentRecordsRequest.Builder |
setExpiry(com.google.protobuf.Int64Value value)
Expiry in seconds (since epoch) to begin fetching records from.
|
ListTournamentRecordsRequest.Builder |
setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
Max number of records to return.
|
ListTournamentRecordsRequest.Builder |
setLimit(com.google.protobuf.Int32Value value)
Max number of records to return.
|
ListTournamentRecordsRequest.Builder |
setOwnerIds(int index,
java.lang.String value)
One or more owners to retrieve records for.
|
ListTournamentRecordsRequest.Builder |
setTournamentId(java.lang.String value)
The ID of the tournament to list for.
|
ListTournamentRecordsRequest.Builder |
setTournamentIdBytes(com.google.protobuf.ByteString value)
The ID of the tournament to list for.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ListTournamentRecordsRequest.Builder>public ListTournamentRecordsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ListTournamentRecordsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<ListTournamentRecordsRequest.Builder>public ListTournamentRecordsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListTournamentRecordsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListTournamentRecordsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListTournamentRecordsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTournamentRecordsRequest.Builder>public ListTournamentRecordsRequest.Builder mergeFrom(ListTournamentRecordsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ListTournamentRecordsRequest.Builder>public ListTournamentRecordsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListTournamentRecordsRequest.Builder>java.io.IOExceptionpublic java.lang.String getTournamentId()
The ID of the tournament to list for.
string tournament_id = 1 [json_name = "tournamentId"];getTournamentId in interface ListTournamentRecordsRequestOrBuilderpublic com.google.protobuf.ByteString getTournamentIdBytes()
The ID of the tournament to list for.
string tournament_id = 1 [json_name = "tournamentId"];getTournamentIdBytes in interface ListTournamentRecordsRequestOrBuilderpublic ListTournamentRecordsRequest.Builder setTournamentId(java.lang.String value)
The ID of the tournament to list for.
string tournament_id = 1 [json_name = "tournamentId"];value - The tournamentId to set.public ListTournamentRecordsRequest.Builder clearTournamentId()
The ID of the tournament to list for.
string tournament_id = 1 [json_name = "tournamentId"];public ListTournamentRecordsRequest.Builder setTournamentIdBytes(com.google.protobuf.ByteString value)
The ID of the tournament to list for.
string tournament_id = 1 [json_name = "tournamentId"];value - The bytes for tournamentId to set.public com.google.protobuf.ProtocolStringList getOwnerIdsList()
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];getOwnerIdsList in interface ListTournamentRecordsRequestOrBuilderpublic int getOwnerIdsCount()
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];getOwnerIdsCount in interface ListTournamentRecordsRequestOrBuilderpublic java.lang.String getOwnerIds(int index)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];getOwnerIds in interface ListTournamentRecordsRequestOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getOwnerIdsBytes(int index)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];getOwnerIdsBytes in interface ListTournamentRecordsRequestOrBuilderindex - The index of the value to return.public ListTournamentRecordsRequest.Builder setOwnerIds(int index, java.lang.String value)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];index - The index to set the value at.value - The ownerIds to set.public ListTournamentRecordsRequest.Builder addOwnerIds(java.lang.String value)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];value - The ownerIds to add.public ListTournamentRecordsRequest.Builder addAllOwnerIds(java.lang.Iterable<java.lang.String> values)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];values - The ownerIds to add.public ListTournamentRecordsRequest.Builder clearOwnerIds()
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];public ListTournamentRecordsRequest.Builder addOwnerIdsBytes(com.google.protobuf.ByteString value)
One or more owners to retrieve records for.
repeated string owner_ids = 2 [json_name = "ownerIds"];value - The bytes of the ownerIds to add.public boolean hasLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];hasLimit in interface ListTournamentRecordsRequestOrBuilderpublic com.google.protobuf.Int32Value getLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];getLimit in interface ListTournamentRecordsRequestOrBuilderpublic ListTournamentRecordsRequest.Builder setLimit(com.google.protobuf.Int32Value value)
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public ListTournamentRecordsRequest.Builder setLimit(com.google.protobuf.Int32Value.Builder builderForValue)
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public ListTournamentRecordsRequest.Builder mergeLimit(com.google.protobuf.Int32Value value)
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public ListTournamentRecordsRequest.Builder clearLimit()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public com.google.protobuf.Int32Value.Builder getLimitBuilder()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];public com.google.protobuf.Int32ValueOrBuilder getLimitOrBuilder()
Max number of records to return. Between 1 and 100.
.google.protobuf.Int32Value limit = 3 [json_name = "limit"];getLimitOrBuilder in interface ListTournamentRecordsRequestOrBuilderpublic java.lang.String getCursor()
A next or previous page cursor.
string cursor = 4 [json_name = "cursor"];getCursor in interface ListTournamentRecordsRequestOrBuilderpublic com.google.protobuf.ByteString getCursorBytes()
A next or previous page cursor.
string cursor = 4 [json_name = "cursor"];getCursorBytes in interface ListTournamentRecordsRequestOrBuilderpublic ListTournamentRecordsRequest.Builder setCursor(java.lang.String value)
A next or previous page cursor.
string cursor = 4 [json_name = "cursor"];value - The cursor to set.public ListTournamentRecordsRequest.Builder clearCursor()
A next or previous page cursor.
string cursor = 4 [json_name = "cursor"];public ListTournamentRecordsRequest.Builder setCursorBytes(com.google.protobuf.ByteString value)
A next or previous page cursor.
string cursor = 4 [json_name = "cursor"];value - The bytes for cursor to set.public boolean hasExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];hasExpiry in interface ListTournamentRecordsRequestOrBuilderpublic com.google.protobuf.Int64Value getExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];getExpiry in interface ListTournamentRecordsRequestOrBuilderpublic ListTournamentRecordsRequest.Builder setExpiry(com.google.protobuf.Int64Value value)
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];public ListTournamentRecordsRequest.Builder setExpiry(com.google.protobuf.Int64Value.Builder builderForValue)
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];public ListTournamentRecordsRequest.Builder mergeExpiry(com.google.protobuf.Int64Value value)
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];public ListTournamentRecordsRequest.Builder clearExpiry()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];public com.google.protobuf.Int64Value.Builder getExpiryBuilder()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];public com.google.protobuf.Int64ValueOrBuilder getExpiryOrBuilder()
Expiry in seconds (since epoch) to begin fetching records from.
.google.protobuf.Int64Value expiry = 5 [json_name = "expiry"];getExpiryOrBuilder in interface ListTournamentRecordsRequestOrBuilder