Google Cloud Orchestration Airflow V1 Client - Class ListEnvironmentsRequest (1.1.0)

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

List environments in a project and location.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

The maximum number of environments to return.

↳ page_token string

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

getParent

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

Returns
TypeDescription
string

setParent

List environments 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 environments to return.

Returns
TypeDescription
int

setPageSize

The maximum number of environments 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