Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class CreateEnvironmentRequest.
Create a new environment.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.CreateEnvironmentRequest
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
The parent must be of the form "projects/{projectId}/locations/{locationId}". |
↳ environment |
Environment
The environment to create. |
getParent
The parent must be of the form "projects/{projectId}/locations/{locationId}".
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
The parent must be of the form "projects/{projectId}/locations/{locationId}".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEnvironment
The environment to create.
| Returns | |
|---|---|
| Type | Description |
Environment|null |
|
hasEnvironment
clearEnvironment
setEnvironment
The environment to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Environment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
The parent must be of the form "projects/{projectId}/locations/{locationId}". |
environment |
Environment
The environment to create. |
| Returns | |
|---|---|
| Type | Description |
CreateEnvironmentRequest |
|