Cloud Dataplex v1 API - Class ListLakesResponse (3.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ListLakesResponse : IPageResponse<Lake>, IEnumerable<Lake>, IEnumerable, IMessage<ListLakesResponse>, IEquatable<ListLakesResponse>, IDeepCloneable<ListLakesResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class ListLakesResponse.
List lakes response.
Implements
IPageResponse Lake, IEnumerable Lake, IEnumerable, IMessage ListLakesResponse, IEquatable ListLakesResponse, IDeepCloneable ListLakesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListLakesResponse()
public ListLakesResponse()ListLakesResponse(ListLakesResponse)
public ListLakesResponse(ListLakesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListLakesResponse |
Properties
Lakes
public RepeatedField<Lake> Lakes { get; }Lakes under the given parent location.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
UnreachableLocations
public RepeatedField<string> UnreachableLocations { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField string |
|
Methods
GetEnumerator()
public IEnumerator<Lake> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator Lake |
|