googleapis/google-api-ruby-client

ApigeeX API list_organization_sharedflow_deployments does not return service account name

kapil-lloyds opened this issue · 2 comments

list_organization_sharedflow_deployments API for ApigeeX under service.rb does not provide service account field in it's response output. However, the same API via REST provides service account name in the output response.

Ruby API:
image

REST API:
image

We need a Ruby API in ApigeeX which would fetch us service account being used by it . The way we have it in REST API response.

Hi @kapil-lloyds
Thanks for reaching out to us.
I don't see service account in the response of this API https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.sharedflows.deployments/list . Am I missing something here?

Closing from lack of response from the original poster. Please feel free to reopen if you are still having an issue and have additional information.

One thing to note: The google-api-client monolithic gem where you're looking at this code, is deprecated and is no longer being updated (hence, the client may be out of date compared with the service). Instead, please use the standalone apigee v1 client called google-apis-apigee_v1 (see https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigee_v1)