public final class MatchmakerMatched extends com.google.protobuf.GeneratedMessage implements MatchmakerMatchedOrBuilder
A successful matchmaking result.Protobuf type
nakama.realtime.MatchmakerMatched| Modifier and Type | Class and Description |
|---|---|
static class |
MatchmakerMatched.Builder
A successful matchmaking result.
|
static class |
MatchmakerMatched.IdCase |
static class |
MatchmakerMatched.MatchmakerUser
Protobuf type
nakama.realtime.MatchmakerMatched.MatchmakerUser |
static interface |
MatchmakerMatched.MatchmakerUserOrBuilder |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
MATCH_ID_FIELD_NUMBER |
static int |
SELF_FIELD_NUMBER |
static int |
TICKET_FIELD_NUMBER |
static int |
TOKEN_FIELD_NUMBER |
static int |
USERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static MatchmakerMatched |
getDefaultInstance() |
MatchmakerMatched |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
MatchmakerMatched.IdCase |
getIdCase() |
java.lang.String |
getMatchId()
Match ID.
|
com.google.protobuf.ByteString |
getMatchIdBytes()
Match ID.
|
com.google.protobuf.Parser<MatchmakerMatched> |
getParserForType() |
MatchmakerMatched.MatchmakerUser |
getSelf()
A reference to the current user and their properties.
|
MatchmakerMatched.MatchmakerUserOrBuilder |
getSelfOrBuilder()
A reference to the current user and their properties.
|
int |
getSerializedSize() |
java.lang.String |
getTicket()
The matchmaking ticket that has completed.
|
com.google.protobuf.ByteString |
getTicketBytes()
The matchmaking ticket that has completed.
|
java.lang.String |
getToken()
Match join token.
|
com.google.protobuf.ByteString |
getTokenBytes()
Match join token.
|
MatchmakerMatched.MatchmakerUser |
getUsers(int index)
The users that have been matched together, and information about their matchmaking data.
|
int |
getUsersCount()
The users that have been matched together, and information about their matchmaking data.
|
java.util.List<MatchmakerMatched.MatchmakerUser> |
getUsersList()
The users that have been matched together, and information about their matchmaking data.
|
MatchmakerMatched.MatchmakerUserOrBuilder |
getUsersOrBuilder(int index)
The users that have been matched together, and information about their matchmaking data.
|
java.util.List<? extends MatchmakerMatched.MatchmakerUserOrBuilder> |
getUsersOrBuilderList()
The users that have been matched together, and information about their matchmaking data.
|
int |
hashCode() |
boolean |
hasMatchId()
Match ID.
|
boolean |
hasSelf()
A reference to the current user and their properties.
|
boolean |
hasToken()
Match join token.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MatchmakerMatched.Builder |
newBuilder() |
static MatchmakerMatched.Builder |
newBuilder(MatchmakerMatched prototype) |
MatchmakerMatched.Builder |
newBuilderForType() |
protected MatchmakerMatched.Builder |
newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
static MatchmakerMatched |
parseDelimitedFrom(java.io.InputStream input) |
static MatchmakerMatched |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerMatched |
parseFrom(byte[] data) |
static MatchmakerMatched |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerMatched |
parseFrom(java.nio.ByteBuffer data) |
static MatchmakerMatched |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerMatched |
parseFrom(com.google.protobuf.ByteString data) |
static MatchmakerMatched |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerMatched |
parseFrom(com.google.protobuf.CodedInputStream input) |
static MatchmakerMatched |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MatchmakerMatched |
parseFrom(java.io.InputStream input) |
static MatchmakerMatched |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<MatchmakerMatched> |
parser() |
MatchmakerMatched.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TICKET_FIELD_NUMBER
public static final int MATCH_ID_FIELD_NUMBER
public static final int TOKEN_FIELD_NUMBER
public static final int USERS_FIELD_NUMBER
public static final int SELF_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic MatchmakerMatched.IdCase getIdCase()
getIdCase in interface MatchmakerMatchedOrBuilderpublic java.lang.String getTicket()
The matchmaking ticket that has completed.
string ticket = 1 [json_name = "ticket"];getTicket in interface MatchmakerMatchedOrBuilderpublic com.google.protobuf.ByteString getTicketBytes()
The matchmaking ticket that has completed.
string ticket = 1 [json_name = "ticket"];getTicketBytes in interface MatchmakerMatchedOrBuilderpublic boolean hasMatchId()
Match ID.
string match_id = 2 [json_name = "matchId"];hasMatchId in interface MatchmakerMatchedOrBuilderpublic java.lang.String getMatchId()
Match ID.
string match_id = 2 [json_name = "matchId"];getMatchId in interface MatchmakerMatchedOrBuilderpublic com.google.protobuf.ByteString getMatchIdBytes()
Match ID.
string match_id = 2 [json_name = "matchId"];getMatchIdBytes in interface MatchmakerMatchedOrBuilderpublic boolean hasToken()
Match join token.
string token = 3 [json_name = "token"];hasToken in interface MatchmakerMatchedOrBuilderpublic java.lang.String getToken()
Match join token.
string token = 3 [json_name = "token"];getToken in interface MatchmakerMatchedOrBuilderpublic com.google.protobuf.ByteString getTokenBytes()
Match join token.
string token = 3 [json_name = "token"];getTokenBytes in interface MatchmakerMatchedOrBuilderpublic java.util.List<MatchmakerMatched.MatchmakerUser> getUsersList()
The users that have been matched together, and information about their matchmaking data.
repeated .nakama.realtime.MatchmakerMatched.MatchmakerUser users = 4 [json_name = "users"];getUsersList in interface MatchmakerMatchedOrBuilderpublic java.util.List<? extends MatchmakerMatched.MatchmakerUserOrBuilder> getUsersOrBuilderList()
The users that have been matched together, and information about their matchmaking data.
repeated .nakama.realtime.MatchmakerMatched.MatchmakerUser users = 4 [json_name = "users"];getUsersOrBuilderList in interface MatchmakerMatchedOrBuilderpublic int getUsersCount()
The users that have been matched together, and information about their matchmaking data.
repeated .nakama.realtime.MatchmakerMatched.MatchmakerUser users = 4 [json_name = "users"];getUsersCount in interface MatchmakerMatchedOrBuilderpublic MatchmakerMatched.MatchmakerUser getUsers(int index)
The users that have been matched together, and information about their matchmaking data.
repeated .nakama.realtime.MatchmakerMatched.MatchmakerUser users = 4 [json_name = "users"];getUsers in interface MatchmakerMatchedOrBuilderpublic MatchmakerMatched.MatchmakerUserOrBuilder getUsersOrBuilder(int index)
The users that have been matched together, and information about their matchmaking data.
repeated .nakama.realtime.MatchmakerMatched.MatchmakerUser users = 4 [json_name = "users"];getUsersOrBuilder in interface MatchmakerMatchedOrBuilderpublic boolean hasSelf()
A reference to the current user and their properties.
.nakama.realtime.MatchmakerMatched.MatchmakerUser self = 5 [json_name = "self"];hasSelf in interface MatchmakerMatchedOrBuilderpublic MatchmakerMatched.MatchmakerUser getSelf()
A reference to the current user and their properties.
.nakama.realtime.MatchmakerMatched.MatchmakerUser self = 5 [json_name = "self"];getSelf in interface MatchmakerMatchedOrBuilderpublic MatchmakerMatched.MatchmakerUserOrBuilder getSelfOrBuilder()
A reference to the current user and their properties.
.nakama.realtime.MatchmakerMatched.MatchmakerUser self = 5 [json_name = "self"];getSelfOrBuilder in interface MatchmakerMatchedOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static MatchmakerMatched parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MatchmakerMatched parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MatchmakerMatched parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MatchmakerMatched parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MatchmakerMatched parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MatchmakerMatched parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static MatchmakerMatched parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MatchmakerMatched parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MatchmakerMatched parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MatchmakerMatched parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static MatchmakerMatched parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static MatchmakerMatched parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic MatchmakerMatched.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static MatchmakerMatched.Builder newBuilder()
public static MatchmakerMatched.Builder newBuilder(MatchmakerMatched prototype)
public MatchmakerMatched.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected MatchmakerMatched.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.AbstractMessagepublic static MatchmakerMatched getDefaultInstance()
public static com.google.protobuf.Parser<MatchmakerMatched> parser()
public com.google.protobuf.Parser<MatchmakerMatched> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic MatchmakerMatched getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder