Google Cloud Orchestration Airflow V1 Client - Class CreateUserWorkloadsConfigMapRequest (1.6.3)

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

Create user workloads ConfigMap request.

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

Namespace

Google \ Cloud \ Orchestration \ Airflow \ Service \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

↳ user_workloads_config_map Google\Cloud\Orchestration\Airflow\Service\V1\UserWorkloadsConfigMap

Required. User workloads ConfigMap to create.

getParent

Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Returns
Type Description
string

setParent

Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Parameter
Name Description
var string
Returns
Type Description
$this

getUserWorkloadsConfigMap

Required. User workloads ConfigMap to create.

Returns
Type Description
Google\Cloud\Orchestration\Airflow\Service\V1\UserWorkloadsConfigMap|null

hasUserWorkloadsConfigMap

clearUserWorkloadsConfigMap

setUserWorkloadsConfigMap

Required. User workloads ConfigMap to create.

Parameter
Name Description
var Google\Cloud\Orchestration\Airflow\Service\V1\UserWorkloadsConfigMap
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The environment name to create a ConfigMap for, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" Please see Google\Cloud\Orchestration\Airflow\Service\V1\EnvironmentsClient::environmentName() for help formatting this field.

userWorkloadsConfigMap Google\Cloud\Orchestration\Airflow\Service\V1\UserWorkloadsConfigMap

Required. User workloads ConfigMap to create.

Returns
Type Description
Google\Cloud\Orchestration\Airflow\Service\V1\CreateUserWorkloadsConfigMapRequest