Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class DeleteUserWorkloadsConfigMapRequest.
Delete user workloads ConfigMap request.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.DeleteUserWorkloadsConfigMapRequest
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The ConfigMap to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}" |
getName
Required. The ConfigMap to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The ConfigMap to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The ConfigMap to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapId}" Please see EnvironmentsClient::userWorkloadsConfigMapName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteUserWorkloadsConfigMapRequest |
|