Data Catalog v1 API - Class ListEntriesResponse (2.10.0)

public sealed class ListEntriesResponse : IMessage<ListEntriesResponse>, IEquatable<ListEntriesResponse>, IDeepCloneable<ListEntriesResponse>, IBufferMessage, IMessage, IPageResponse<Entry>, IEnumerable<Entry>, IEnumerable

Reference documentation and code samples for the Data Catalog v1 API class ListEntriesResponse.

Response message for [ListEntries][google.cloud.datacatalog.v1.DataCatalog.ListEntries].

Inheritance

object > ListEntriesResponse

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ListEntriesResponse()

public ListEntriesResponse()

ListEntriesResponse(ListEntriesResponse)

public ListEntriesResponse(ListEntriesResponse other)
Parameter
NameDescription
otherListEntriesResponse

Properties

Entries

public RepeatedField<Entry> Entries { get; }

Entry details.

Property Value
TypeDescription
RepeatedFieldEntry

NextPageToken

public string NextPageToken { get; set; }

Pagination token of the next results page. Empty if there are no more items in results.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Entry> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorEntry