Class SearchCatalogResponse (3.9.0)

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

Response message for SearchCatalog.

Attributes

NameDescription
results Sequence[google.cloud.datacatalog_v1beta1.types.SearchCatalogResult]
Search results.
next_page_token str
The token that can be used to retrieve the next page of results.

Inheritance

builtins.object > proto.message.Message > SearchCatalogResponse