list
public Apigee.Organizations.Sharedflows.Revisions.Deployments.List list(String parent)
throws IOException
Lists all deployments of a shared flow revision.
Create a request for the method "deployments.list".
This request holds the parameters needed by the apigee server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
parent - Required. Name of the API proxy revision for which to return deployment information in the following
format: `organizations/{org}/sharedflows/{sharedflow}/revisions/{rev}`. If the shared flow
resource has the `space` attribute set, IAM permissions are checked differently . To learn
more, read the [Apigee Spaces Overview](https://cloud.google.com/apigee/docs/api-
platform/system-administration/spaces/apigee-spaces-overview).
- Returns:
- the request
- Throws:
IOException