Class ListEntriesResponse (3.9.2)

ListEntriesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for ListEntries.

Attributes

NameDescription
entries Sequence[google.cloud.datacatalog_v1.types.Entry]
Entry details.
next_page_token str
Pagination token of the next results page. Empty if there are no more items in results.

Inheritance

builtins.object > proto.message.Message > ListEntriesResponse