Reference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ListUserWorkloadsSecretsRequest.
List user workloads Secrets request.
Generated from protobuf message google.cloud.orchestration.airflow.service.v1.ListUserWorkloadsSecretsRequest
Namespace
Google \ Cloud \ Orchestration \ Airflow \ Service \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. List Secrets in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" |
↳ page_size |
int
Optional. The maximum number of Secrets to return. |
↳ page_token |
string
Optional. The next_page_token value returned from a previous List request, if any. |
getParent
Required. List Secrets in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. List Secrets in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Optional. The maximum number of Secrets to return.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Optional. The maximum number of Secrets to return.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageToken
Optional. The next_page_token value returned from a previous List request, if any.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
Optional. The next_page_token value returned from a previous List request, if any.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
parent |
string
Required. List Secrets in the given environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" Please see EnvironmentsClient::environmentName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
ListUserWorkloadsSecretsRequest |
|