Class ProjectsResource.LocationsResource.ImageVersionsResource
The "imageVersions" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudComposer.v1beta1
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ImageVersionsResourceConstructors
ImageVersionsResource(IClientService)
Constructs a new resource.
Declaration
public ImageVersionsResource(IClientService service)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | 
Methods
List(string)
List ImageVersions for provided location.
Declaration
public virtual ProjectsResource.LocationsResource.ImageVersionsResource.ListRequest List(string parent)Parameters
| Type | Name | Description | 
|---|---|---|
| string | parent | List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}" | 
Returns
| Type | Description | 
|---|---|
| ProjectsResource.LocationsResource.ImageVersionsResource.ListRequest |