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

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

The parent must be of the form "projects/{projectId}/locations/{locationId}".

↳ environment Google\Cloud\Orchestration\Airflow\Service\V1\Environment

The environment to create.

getParent

The parent must be of the form "projects/{projectId}/locations/{locationId}".

Returns
TypeDescription
string

setParent

The parent must be of the form "projects/{projectId}/locations/{locationId}".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEnvironment

The environment to create.

Returns
TypeDescription
Google\Cloud\Orchestration\Airflow\Service\V1\Environment|null

hasEnvironment

clearEnvironment

setEnvironment

The environment to create.

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

static::build

Parameters
NameDescription
parent string

The parent must be of the form "projects/{projectId}/locations/{locationId}".

environment Google\Cloud\Orchestration\Airflow\Service\V1\Environment

The environment to create.

Returns
TypeDescription
Google\Cloud\Orchestration\Airflow\Service\V1\CreateEnvironmentRequest