public sealed class ListImageVersionsRequest : IMessage<ListImageVersionsRequest>, IEquatable<ListImageVersionsRequest>, IDeepCloneable<ListImageVersionsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the Cloud Composer v1 API class ListImageVersionsRequest.
List ImageVersions in a project and location.
Implements
IMessageListImageVersionsRequest, IEquatableListImageVersionsRequest, IDeepCloneableListImageVersionsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
ListImageVersionsRequest()
public ListImageVersionsRequest()ListImageVersionsRequest(ListImageVersionsRequest)
public ListImageVersionsRequest(ListImageVersionsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListImageVersionsRequest |
Properties
IncludePastReleases
public bool IncludePastReleases { get; set; }Whether or not image versions from old releases should be included.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PageSize
public int PageSize { get; set; }The maximum number of image_versions to return.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous List request, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }List ImageVersions in the given project and location, in the form: "projects/{projectId}/locations/{locationId}"
| Property Value | |
|---|---|
| Type | Description |
string |
|