public interface MatchDataSendOrBuilder
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 |
getPresences(int index)
List of presences in the match to deliver to, if filtering is required.
|
int |
getPresencesCount()
List of presences in the match to deliver to, if filtering is required.
|
java.util.List<UserPresence> |
getPresencesList()
List of presences in the match to deliver to, if filtering is required.
|
UserPresenceOrBuilder |
getPresencesOrBuilder(int index)
List of presences in the match to deliver to, if filtering is required.
|
java.util.List<? extends UserPresenceOrBuilder> |
getPresencesOrBuilderList()
List of presences in the match to deliver to, if filtering is required.
|
boolean |
getReliable()
True if the data should be sent reliably, false otherwise.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.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"];long getOpCode()
Op code value.
int64 op_code = 2 [json_name = "opCode"];com.google.protobuf.ByteString getData()
Data payload, if any.
bytes data = 3 [json_name = "data"];java.util.List<UserPresence> getPresencesList()
List of presences in the match to deliver to, if filtering is required. Otherwise deliver to everyone in the match.
repeated .nakama.realtime.UserPresence presences = 4 [json_name = "presences"];UserPresence getPresences(int index)
List of presences in the match to deliver to, if filtering is required. Otherwise deliver to everyone in the match.
repeated .nakama.realtime.UserPresence presences = 4 [json_name = "presences"];int getPresencesCount()
List of presences in the match to deliver to, if filtering is required. Otherwise deliver to everyone in the match.
repeated .nakama.realtime.UserPresence presences = 4 [json_name = "presences"];java.util.List<? extends UserPresenceOrBuilder> getPresencesOrBuilderList()
List of presences in the match to deliver to, if filtering is required. Otherwise deliver to everyone in the match.
repeated .nakama.realtime.UserPresence presences = 4 [json_name = "presences"];UserPresenceOrBuilder getPresencesOrBuilder(int index)
List of presences in the match to deliver to, if filtering is required. Otherwise deliver to everyone in the match.
repeated .nakama.realtime.UserPresence presences = 4 [json_name = "presences"];boolean getReliable()
True if the data should be sent reliably, false otherwise.
bool reliable = 5 [json_name = "reliable"];