Cloud Composer v1 API - Class ListImageVersionsRequest (2.2.0)

public sealed class ListImageVersionsRequest : IMessage<ListImageVersionsRequest>, IEquatable<ListImageVersionsRequest>, IDeepCloneable<ListImageVersionsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Cloud Composer v1 API class ListImageVersionsRequest.

List ImageVersions in a project and location.

Inheritance

Object > ListImageVersionsRequest

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

ListImageVersionsRequest()

public ListImageVersionsRequest()

ListImageVersionsRequest(ListImageVersionsRequest)

public ListImageVersionsRequest(ListImageVersionsRequest other)
Parameter
NameDescription
otherListImageVersionsRequest

Properties

IncludePastReleases

public bool IncludePastReleases { get; set; }

Whether or not image versions from old releases should be included.

Property Value
TypeDescription
Boolean

PageSize

public int PageSize { get; set; }

The maximum number of image_versions to return.

Property Value
TypeDescription
Int32

PageToken

public string PageToken { get; set; }

The next_page_token value returned from a previous List request, if any.

Property Value
TypeDescription
String

Parent

public string Parent { get; set; }

List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"

Property Value
TypeDescription
String