public interface JoinTournamentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTournamentId()
The ID of the tournament to join.
|
com.google.protobuf.ByteString |
getTournamentIdBytes()
The ID of the tournament to join.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getTournamentId()
The ID of the tournament to join. The tournament must already exist.
string tournament_id = 1 [json_name = "tournamentId"];
com.google.protobuf.ByteString getTournamentIdBytes()
The ID of the tournament to join. The tournament must already exist.
string tournament_id = 1 [json_name = "tournamentId"];