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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashFields, toString
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessage
public MatchmakerMatched.IdCase getIdCase()
getIdCase
in interface MatchmakerMatchedOrBuilder
public java.lang.String getTicket()
The matchmaking ticket that has completed.
string ticket = 1 [json_name = "ticket"];
getTicket
in interface MatchmakerMatchedOrBuilder
public com.google.protobuf.ByteString getTicketBytes()
The matchmaking ticket that has completed.
string ticket = 1 [json_name = "ticket"];
getTicketBytes
in interface MatchmakerMatchedOrBuilder
public boolean hasMatchId()
Match ID.
string match_id = 2 [json_name = "matchId"];
hasMatchId
in interface MatchmakerMatchedOrBuilder
public java.lang.String getMatchId()
Match ID.
string match_id = 2 [json_name = "matchId"];
getMatchId
in interface MatchmakerMatchedOrBuilder
public com.google.protobuf.ByteString getMatchIdBytes()
Match ID.
string match_id = 2 [json_name = "matchId"];
getMatchIdBytes
in interface MatchmakerMatchedOrBuilder
public boolean hasToken()
Match join token.
string token = 3 [json_name = "token"];
hasToken
in interface MatchmakerMatchedOrBuilder
public java.lang.String getToken()
Match join token.
string token = 3 [json_name = "token"];
getToken
in interface MatchmakerMatchedOrBuilder
public com.google.protobuf.ByteString getTokenBytes()
Match join token.
string token = 3 [json_name = "token"];
getTokenBytes
in interface MatchmakerMatchedOrBuilder
public 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 MatchmakerMatchedOrBuilder
public 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 MatchmakerMatchedOrBuilder
public 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 MatchmakerMatchedOrBuilder
public 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 MatchmakerMatchedOrBuilder
public 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 MatchmakerMatchedOrBuilder
public boolean hasSelf()
A reference to the current user and their properties.
.nakama.realtime.MatchmakerMatched.MatchmakerUser self = 5 [json_name = "self"];
hasSelf
in interface MatchmakerMatchedOrBuilder
public MatchmakerMatched.MatchmakerUser getSelf()
A reference to the current user and their properties.
.nakama.realtime.MatchmakerMatched.MatchmakerUser self = 5 [json_name = "self"];
getSelf
in interface MatchmakerMatchedOrBuilder
public MatchmakerMatched.MatchmakerUserOrBuilder getSelfOrBuilder()
A reference to the current user and their properties.
.nakama.realtime.MatchmakerMatched.MatchmakerUser self = 5 [json_name = "self"];
getSelfOrBuilder
in interface MatchmakerMatchedOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessage
public boolean equals(java.lang.Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static MatchmakerMatched parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerMatched parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerMatched parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerMatched parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerMatched parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerMatched parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static MatchmakerMatched parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MatchmakerMatched parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MatchmakerMatched parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MatchmakerMatched parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MatchmakerMatched parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static MatchmakerMatched parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public MatchmakerMatched.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static MatchmakerMatched.Builder newBuilder()
public static MatchmakerMatched.Builder newBuilder(MatchmakerMatched prototype)
public MatchmakerMatched.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected MatchmakerMatched.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.AbstractMessage
public static MatchmakerMatched getDefaultInstance()
public static com.google.protobuf.Parser<MatchmakerMatched> parser()
public com.google.protobuf.Parser<MatchmakerMatched> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public MatchmakerMatched getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder