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

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

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

The maximum number of image_versions to return.

Returns
Type Description
int

setPageSize

The maximum number of image_versions to return.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

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

Returns
Type Description
string

setPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this

getIncludePastReleases

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

Returns
Type Description
bool

setIncludePastReleases

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

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

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

Returns
Type Description
Google\Cloud\Orchestration\Airflow\Service\V1\ListImageVersionsRequest