I would like to retrieve all groups for a given member. There is an api interface for this: https://developers.google.com/admin-sdk/directory/v1/guides/manage-groups#get_all_member_groups
But unfortunately I can't figure out how to do that using java SDK as I was not able to find a method for this. How can this problem be solved?