Cloud Dataplex v1 API - Class ListZonesResponse (2.15.0)

public sealed class ListZonesResponse : IPageResponse<Zone>, IEnumerable<Zone>, IEnumerable, IMessage<ListZonesResponse>, IEquatable<ListZonesResponse>, IDeepCloneable<ListZonesResponse>, IBufferMessage, IMessage

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

List zones response.

Inheritance

object > ListZonesResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListZonesResponse()

public ListZonesResponse()

ListZonesResponse(ListZonesResponse)

public ListZonesResponse(ListZonesResponse other)
Parameter
NameDescription
otherListZonesResponse

Properties

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

Zones

public RepeatedField<Zone> Zones { get; }

Zones under the given parent lake.

Property Value
TypeDescription
RepeatedFieldZone

Methods

GetEnumerator()

public IEnumerator<Zone> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorZone