Data Catalog v1 API - Class ListEntriesResponse (2.5.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
Name
Description

Properties

Entries

 public RepeatedField<Entry> Entries { get; } 

Entry details.

Property Value
Type
Description

NextPageToken

 public string NextPageToken { get; set; } 

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

Property Value
Type
Description

Methods

GetEnumerator()

 public IEnumerator<Entry> GetEnumerator() 

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

Returns
Type
Description