You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
u...@gluegent.com
on 10 Jun 2014 at 6:28The text was updated successfully, but these errors were encountered: