public interface MatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getAuthoritative()
True if it's an server-managed authoritative match, false otherwise.
|
java.lang.String |
getHandlerName()
Handler name
|
com.google.protobuf.ByteString |
getHandlerNameBytes()
Handler name
|
com.google.protobuf.StringValue |
getLabel()
Match label, if any.
|
com.google.protobuf.StringValueOrBuilder |
getLabelOrBuilder()
Match label, if any.
|
java.lang.String |
getMatchId()
The ID of the match, can be used to join.
|
com.google.protobuf.ByteString |
getMatchIdBytes()
The ID of the match, can be used to join.
|
int |
getSize()
Current number of users in the match.
|
int |
getTickRate()
Tick Rate
|
boolean |
hasLabel()
Match label, if any.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getMatchId()
The ID of the match, can be used to join.
string match_id = 1 [json_name = "matchId"];
com.google.protobuf.ByteString getMatchIdBytes()
The ID of the match, can be used to join.
string match_id = 1 [json_name = "matchId"];
boolean getAuthoritative()
True if it's an server-managed authoritative match, false otherwise.
bool authoritative = 2 [json_name = "authoritative"];
boolean hasLabel()
Match label, if any.
.google.protobuf.StringValue label = 3 [json_name = "label"];
com.google.protobuf.StringValue getLabel()
Match label, if any.
.google.protobuf.StringValue label = 3 [json_name = "label"];
com.google.protobuf.StringValueOrBuilder getLabelOrBuilder()
Match label, if any.
.google.protobuf.StringValue label = 3 [json_name = "label"];
int getSize()
Current number of users in the match.
int32 size = 4 [json_name = "size"];
int getTickRate()
Tick Rate
int32 tick_rate = 5 [json_name = "tickRate"];
java.lang.String getHandlerName()
Handler name
string handler_name = 6 [json_name = "handlerName"];
com.google.protobuf.ByteString getHandlerNameBytes()
Handler name
string handler_name = 6 [json_name = "handlerName"];