public sealed class ListUserWorkloadsSecretsResponse : IMessage<ListUserWorkloadsSecretsResponse>, IEquatable<ListUserWorkloadsSecretsResponse>, IDeepCloneable<ListUserWorkloadsSecretsResponse>, IBufferMessage, IMessage, IPageResponse<UserWorkloadsSecret>, IEnumerable<UserWorkloadsSecret>, IEnumerableReference documentation and code samples for the Cloud Composer v1 API class ListUserWorkloadsSecretsResponse.
The user workloads Secrets for a given environment.
Implements
IMessageListUserWorkloadsSecretsResponse, IEquatableListUserWorkloadsSecretsResponse, IDeepCloneableListUserWorkloadsSecretsResponse, IBufferMessage, IMessage, IPageResponseUserWorkloadsSecret, IEnumerableUserWorkloadsSecret, IEnumerableNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
ListUserWorkloadsSecretsResponse()
public ListUserWorkloadsSecretsResponse()ListUserWorkloadsSecretsResponse(ListUserWorkloadsSecretsResponse)
public ListUserWorkloadsSecretsResponse(ListUserWorkloadsSecretsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListUserWorkloadsSecretsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }The page token used to query for the next page if one exists.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UserWorkloadsSecrets
public RepeatedField<UserWorkloadsSecret> UserWorkloadsSecrets { get; }The list of Secrets returned by a ListUserWorkloadsSecretsRequest.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldUserWorkloadsSecret |
|
Methods
GetEnumerator()
public IEnumerator<UserWorkloadsSecret> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorUserWorkloadsSecret |
|