Cloud Composer v1 API - Class ListEnvironmentsResponse (2.7.0)

public sealed class ListEnvironmentsResponse : IMessage<ListEnvironmentsResponse>, IEquatable<ListEnvironmentsResponse>, IDeepCloneable<ListEnvironmentsResponse>, IBufferMessage, IMessage, IPageResponse<Environment>, IEnumerable<Environment>, IEnumerable

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

The environments in a project and location.

Inheritance

object > ListEnvironmentsResponse

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

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

Constructors

ListEnvironmentsResponse()

public ListEnvironmentsResponse()

ListEnvironmentsResponse(ListEnvironmentsResponse)

public ListEnvironmentsResponse(ListEnvironmentsResponse other)
Parameter
NameDescription
otherListEnvironmentsResponse

Properties

Environments

public RepeatedField<Environment> Environments { get; }

The list of environments returned by a ListEnvironmentsRequest.

Property Value
TypeDescription
RepeatedFieldEnvironment

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Environment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEnvironment