public sealed class ListEntriesResponse : IMessage<ListEntriesResponse>, IEquatable<ListEntriesResponse>, IDeepCloneable<ListEntriesResponse>, IBufferMessage, IMessage, IPageResponse<Entry>, IEnumerable<Entry>, IEnumerable
Reference documentation and code samples for the Cloud Dataplex v1 API class ListEntriesResponse.
List Entries response.
Implements
IMessageListEntriesResponse, IEquatableListEntriesResponse, IDeepCloneableListEntriesResponse, IBufferMessage, IMessage, IPageResponseEntry, IEnumerableEntry, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListEntriesResponse()
public ListEntriesResponse()
ListEntriesResponse(ListEntriesResponse)
public ListEntriesResponse(ListEntriesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListEntriesResponse |
Properties
Entries
public RepeatedField<Entry> Entries { get; }
The list of entries under the given parent location.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEntry |
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 |
Methods
GetEnumerator()
public IEnumerator<Entry> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorEntry |