public interface MatchDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getData()
Data payload, if any.
|
java.lang.String |
getMatchId()
The match unique ID.
|
com.google.protobuf.ByteString |
getMatchIdBytes()
The match unique ID.
|
long |
getOpCode()
Op code value.
|
UserPresence |
getPresence()
A reference to the user presence that sent this data, if any.
|
UserPresenceOrBuilder |
getPresenceOrBuilder()
A reference to the user presence that sent this data, if any.
|
boolean |
getReliable()
True if this data was delivered reliably, false otherwise.
|
boolean |
hasPresence()
A reference to the user presence that sent this data, if any.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getMatchId()
The match unique ID.
string match_id = 1 [json_name = "matchId"];
com.google.protobuf.ByteString getMatchIdBytes()
The match unique ID.
string match_id = 1 [json_name = "matchId"];
boolean hasPresence()
A reference to the user presence that sent this data, if any.
.nakama.realtime.UserPresence presence = 2 [json_name = "presence"];
UserPresence getPresence()
A reference to the user presence that sent this data, if any.
.nakama.realtime.UserPresence presence = 2 [json_name = "presence"];
UserPresenceOrBuilder getPresenceOrBuilder()
A reference to the user presence that sent this data, if any.
.nakama.realtime.UserPresence presence = 2 [json_name = "presence"];
long getOpCode()
Op code value.
int64 op_code = 3 [json_name = "opCode"];
com.google.protobuf.ByteString getData()
Data payload, if any.
bytes data = 4 [json_name = "data"];
boolean getReliable()
True if this data was delivered reliably, false otherwise.
bool reliable = 5 [json_name = "reliable"];