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
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setParent
List environments 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 environments to return.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
The maximum number of environments 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 |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
List environments in the given project and location, in the form: "projects/{projectId}/locations/{locationId}" |
| Returns | |
|---|---|
| Type | Description |
ListEnvironmentsRequest |
|