Interface JoinTournamentRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
JoinTournamentRequest, JoinTournamentRequest.Builder

public interface JoinTournamentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the tournament to join.
    com.google.protobuf.ByteString
    The ID of the tournament to join.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getTournamentId

      String getTournamentId()
       The ID of the tournament to join. The tournament must already exist.
       
      string tournament_id = 1;
      Returns:
      The tournamentId.
    • getTournamentIdBytes

      com.google.protobuf.ByteString getTournamentIdBytes()
       The ID of the tournament to join. The tournament must already exist.
       
      string tournament_id = 1;
      Returns:
      The bytes for tournamentId.