Class ListEntitiesResponse (1.0.0)

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

List metadata entities response.

Inheritance

Object > ListEntitiesResponse

Namespace

Google.Cloud.Dataplex.V1

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

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

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator