Cloud Dataplex v1 API - Class ListEntitiesResponse (2.3.0)

public sealed class ListEntitiesResponse : IMessage<ListEntitiesResponse>, IEquatable<ListEntitiesResponse>, IDeepCloneable<ListEntitiesResponse>, IBufferMessage, IMessage, IPageResponse<Entity>, IEnumerable<Entity>, IEnumerable

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

List metadata entities response.

Inheritance

object > ListEntitiesResponse

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListEntitiesResponse()

public ListEntitiesResponse()

ListEntitiesResponse(ListEntitiesResponse)

public ListEntitiesResponse(ListEntitiesResponse other)
Parameter
NameDescription
otherListEntitiesResponse

Properties

Entities

public RepeatedField<Entity> Entities { get; }

Entities in the specified parent zone.

Property Value
TypeDescription
RepeatedFieldEntity

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Entity> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEntity

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator