Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class DeleteUserWorkloadsSecretRequest.
Delete user workloads Secret request.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.DeleteUserWorkloadsSecretRequest
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 Secret to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}" |
getName
Required. The Secret to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}"
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The Secret to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The Secret to delete, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}/userWorkloadsSecrets/{userWorkloadsSecretId}" Please see EnvironmentsClient::userWorkloadsSecretName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteUserWorkloadsSecretRequest |
|