Class ListLakesResponse (2.1.0)

public sealed class ListLakesResponse : IPageResponse<Lake>, IEnumerable<Lake>, IEnumerable, IMessage<ListLakesResponse>, IEquatable<ListLakesResponse>, IDeepCloneable<ListLakesResponse>, IBufferMessage, IMessage

List lakes response.

Inheritance

Object > ListLakesResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListLakesResponse()

public ListLakesResponse()

ListLakesResponse(ListLakesResponse)

public ListLakesResponse(ListLakesResponse other)
Parameter
NameDescription
otherListLakesResponse

Properties

Lakes

public RepeatedField<Lake> Lakes { get; }

Lakes under the given parent location.

Property Value
TypeDescription
RepeatedField<Lake>

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

UnreachableLocations

public RepeatedField<string> UnreachableLocations { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Lake> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Lake>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator