groups.memberships.list always returning null for membership type #24950
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
TL;DR:
this is an issue specifically with the java client. calling
cloudIdentity.groups().memberships().list(<insert group name>)
returns aMembership[]
. but the issue is that for each Membership in this array, the "type" field is always null. however, if i make a call to this API via the command line withgcloud
this is not an issue.Environment details
Steps to reproduce
Code example
External references such as API reference guides
https://cloud.google.com/identity/docs/reference/rest/v1/groups.memberships/list
Additional info
note that if you try to call this API via the command line with
gcloud
, there are no issues - i see the "type" field being populated perfectly fine which makes me think this is an issue only with the java client.The text was updated successfully, but these errors were encountered: