Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ImageVersionsResource

The "imageVersions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ImageVersionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudComposer.v1beta1
Assembly: Google.Apis.CloudComposer.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.ImageVersionsResource

Constructors

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
In this article
Back to top Generated by DocFX