Cloud Dataplex v1 API - Class ListEnvironmentsResponse (2.14.0)

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

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

List environments response.

Inheritance

object > ListEnvironmentsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListEnvironmentsResponse()

public ListEnvironmentsResponse()

ListEnvironmentsResponse(ListEnvironmentsResponse)

public ListEnvironmentsResponse(ListEnvironmentsResponse other)
Parameter
NameDescription
otherListEnvironmentsResponse

Properties

Environments

public RepeatedField<Environment> Environments { get; }

Environments under the given parent lake.

Property Value
TypeDescription
RepeatedFieldEnvironment

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Environment> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEnvironment