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