Interface GamePropsRequest.FilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getGameId()
      int32 game_id = 3 [json_name = "gameId"];
      java.lang.String getSport()
      string sport = 1 [json_name = "sport"];
      com.google.protobuf.ByteString getSportBytes()
      string sport = 1 [json_name = "sport"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getSport

        java.lang.String getSport()
        string sport = 1 [json_name = "sport"];
        Returns:
        The sport.
      • getSportBytes

        com.google.protobuf.ByteString getSportBytes()
        string sport = 1 [json_name = "sport"];
        Returns:
        The bytes for sport.
      • getGameId

        int getGameId()
        int32 game_id = 3 [json_name = "gameId"];
        Returns:
        The gameId.