eksahin/google-api-java-client

Return value has been changed from java.util.List to java.lang.Object on directory_v1-rev35

Opened this issue · 3 comments

Version of google-api-java-client (e.g. 1.15.0-rc)?
1.17.0-rc, 1.18.0-rc
com.google.apis:google-api-services-admin-directory:directory_v1-rev35

Java environment (e.g. Java 6, Android 2.3, App Engine)?
Any.

Describe the problem.
Return Value was java.util.List<SpecificObject> on rev34 but it is Object on 
rev35.
ex. com.google.api.services.admin.directory.model.User#getAddresses()
 rev34: java.util.List<com.google.api.services.admin.directory.model.UserAddress>
 rev35: java.lang.Object


How would you expect it to be fixed?
Please undo rev35's specification.

Original issue reported on code.google.com by u...@gluegent.com on 10 Jun 2014 at 6:28

Original comment by wonder...@google.com on 12 Jun 2014 at 9:34

  • Changed state: Accepted
Rev36 occur the same problem, so we cannot use latest directory api library.

Original comment by u...@gluegent.com on 1 Jul 2014 at 2:30

Rev39 still occur the same problem.
Google APIs Client Library for Java version 1.19.0 has been released but we 
cannot use it because of this problem. 

Original comment by u...@gluegent.com on 30 Jul 2014 at 6:50