list
public CloudComposer.Projects.Locations.ImageVersions.List list(java.lang.String parent)
throws java.io.IOException
List ImageVersions for provided location.
Create a request for the method "imageVersions.list".
This request holds the parameters needed by the composer server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- List ImageVersions in the given project and location, in the form:
"projects/{projectId}/locations/{locationId}"
- Returns:
- the request
- Throws:
java.io.IOException