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 \ V1
Methods
__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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Orchestration Airflow V1 Client - Class ListUserWorkloadsSecretsRequest (2.1.8)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.8 (latest)](/php/docs/reference/cloud-orchestration-airflow/latest/V1.ListUserWorkloadsSecretsRequest)\n- [2.1.7](/php/docs/reference/cloud-orchestration-airflow/2.1.7/V1.ListUserWorkloadsSecretsRequest)\n- [2.0.1](/php/docs/reference/cloud-orchestration-airflow/2.0.1/V1.ListUserWorkloadsSecretsRequest)\n- [1.6.4](/php/docs/reference/cloud-orchestration-airflow/1.6.4/V1.ListUserWorkloadsSecretsRequest)\n- [1.5.0](/php/docs/reference/cloud-orchestration-airflow/1.5.0/V1.ListUserWorkloadsSecretsRequest)\n- [1.4.2](/php/docs/reference/cloud-orchestration-airflow/1.4.2/V1.ListUserWorkloadsSecretsRequest)\n- [1.3.0](/php/docs/reference/cloud-orchestration-airflow/1.3.0/V1.ListUserWorkloadsSecretsRequest)\n- [1.2.0](/php/docs/reference/cloud-orchestration-airflow/1.2.0/V1.ListUserWorkloadsSecretsRequest)\n- [1.1.0](/php/docs/reference/cloud-orchestration-airflow/1.1.0/V1.ListUserWorkloadsSecretsRequest)\n- [1.0.4](/php/docs/reference/cloud-orchestration-airflow/1.0.4/V1.ListUserWorkloadsSecretsRequest) \nReference documentation and code samples for the Google Cloud Orchestration Airflow V1 Client class ListUserWorkloadsSecretsRequest.\n\nList user workloads Secrets request.\n\nGenerated from protobuf message `google.cloud.orchestration.airflow.service.v1.ListUserWorkloadsSecretsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Orchestration \\\\ Airflow \\\\ Service \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. List Secrets in the given environment, in the form:\n\"projects/{projectId}/locations/{locationId}/environments/{environmentId}\"\n\n### setParent\n\nRequired. List Secrets in the given environment, in the form:\n\"projects/{projectId}/locations/{locationId}/environments/{environmentId}\"\n\n### getPageSize\n\nOptional. The maximum number of Secrets to return.\n\n### setPageSize\n\nOptional. The maximum number of Secrets to return.\n\n### getPageToken\n\nOptional. The next_page_token value returned from a previous List request,\nif any.\n\n### setPageToken\n\nOptional. The next_page_token value returned from a previous List request,\nif any.\n\n### static::build"]]