Cloud Composer v1 API - Class ListUserWorkloadsSecretsResponse (2.5.0)

public sealed class ListUserWorkloadsSecretsResponse : IMessage<ListUserWorkloadsSecretsResponse>, IEquatable<ListUserWorkloadsSecretsResponse>, IDeepCloneable<ListUserWorkloadsSecretsResponse>, IBufferMessage, IMessage, IPageResponse<UserWorkloadsSecret>, IEnumerable<UserWorkloadsSecret>, IEnumerable

Reference documentation and code samples for the Cloud Composer v1 API class ListUserWorkloadsSecretsResponse.

The user workloads Secrets for a given environment.

Inheritance

object > ListUserWorkloadsSecretsResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

ListUserWorkloadsSecretsResponse()

public ListUserWorkloadsSecretsResponse()

ListUserWorkloadsSecretsResponse(ListUserWorkloadsSecretsResponse)

public ListUserWorkloadsSecretsResponse(ListUserWorkloadsSecretsResponse other)
Parameter
NameDescription
otherListUserWorkloadsSecretsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

The page token used to query for the next page if one exists.

Property Value
TypeDescription
string

UserWorkloadsSecrets

public RepeatedField<UserWorkloadsSecret> UserWorkloadsSecrets { get; }

The list of Secrets returned by a ListUserWorkloadsSecretsRequest.

Property Value
TypeDescription
RepeatedFieldUserWorkloadsSecret

Methods

GetEnumerator()

public IEnumerator<UserWorkloadsSecret> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorUserWorkloadsSecret