Google Cloud Orchestration Airflow V1 Client - Class ListImageVersionsRequest (1.0.4)

Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ListImageVersionsRequest.

List ImageVersions in a project and location.

Generated from protobuf message google.cloud.orchestration.airflow.service.v1.ListImageVersionsRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

The maximum number of image_versions to return.

↳ page_token string

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

↳ include_past_releases bool

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

getParent

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

Returns
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of image_versions to return.

Returns
TypeDescription
int

setPageSize

The maximum number of image_versions to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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

Returns
TypeDescription
string

setPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIncludePastReleases

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

Returns
TypeDescription
bool

setIncludePastReleases

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this