It looks like as of C++ generator version 1.5.1 methods on objects that return non-primitives no longer have implementations.
For example: in the calendar API (bundled with the C++ SDK), CalendarList::get_items no longer has an implementation. [1]
This seems to be the case across other APIs, I ran into this issue in the compute API as well.
Is this a known issue? There's a similar bug that was reported on the github project that was closed as won't fix [2]. There seems to be another bug on the generator project [3] that has been open for almost a year now. Is this C++ SDK even recommended for use in production?