Class ListEnvironmentsResponse (2.0.0)

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

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
RepeatedField<Environment>

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
IEnumerator<Environment>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator