public sealed class ListEntitiesResponse : IMessage<ListEntitiesResponse>, IEquatable<ListEntitiesResponse>, IDeepCloneable<ListEntitiesResponse>, IBufferMessage, IMessage, IPageResponse<Entity>, IEnumerable<Entity>, IEnumerableReference documentation and code samples for the Cloud Dataplex v1 API class ListEntitiesResponse.
List metadata entities response.
Implements
IMessage<ListEntitiesResponse>, IEquatable<ListEntitiesResponse>, IDeepCloneable<ListEntitiesResponse>, IBufferMessage, IMessage, IPageResponse<Entity>, IEnumerable<Entity>, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListEntitiesResponse()
public ListEntitiesResponse()ListEntitiesResponse(ListEntitiesResponse)
public ListEntitiesResponse(ListEntitiesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListEntitiesResponse |
Properties
Entities
public RepeatedField<Entity> Entities { get; }Entities in the specified parent zone.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<Entity> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Entity> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|