Class SearchCatalogResponse (3.11.1)

Stay organized with collections Save and categorize content based on your preferences.
SearchCatalogResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response message for SearchCatalog.

Attributes

NameDescription
results MutableSequence[google.cloud.datacatalog_v1.types.SearchCatalogResult]
Search results.
next_page_token str
Pagination token that can be used in subsequent calls to retrieve the next page of results.
unreachable MutableSequence[str]
Unreachable locations. Search results don't include data from those locations. To get additional information on an error, repeat the search request and restrict it to specific locations by setting the SearchCatalogRequest.scope.restricted_locations parameter.