Google Cloud Orchestration Airflow V1 Client - Class ListEnvironmentsResponse (1.4.2)

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

The environments in a project and location.

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

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ environments array<Google\Cloud\Orchestration\Airflow\Service\V1\Environment>

The list of environments returned by a ListEnvironmentsRequest.

↳ next_page_token string

The page token used to query for the next page if one exists.

getEnvironments

The list of environments returned by a ListEnvironmentsRequest.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setEnvironments

The list of environments returned by a ListEnvironmentsRequest.

Parameter
NameDescription
var array<Google\Cloud\Orchestration\Airflow\Service\V1\Environment>
Returns
TypeDescription
$this

getNextPageToken

The page token used to query for the next page if one exists.

Returns
TypeDescription
string

setNextPageToken

The page token used to query for the next page if one exists.

Parameter
NameDescription
var string
Returns
TypeDescription
$this