Class SearchCatalogResponse (2.0.0)

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

Response message for SearchCatalog.

Attributes

NameDescription
results Sequence[`.search.SearchCatalogResult`]
Search results.
next_page_token str
The token that can be used to retrieve the next page of results.
unreachable Sequence[str]
Unreachable locations. Search result does not include data from those locations. Users can get additional information on the error by repeating the search request with a more restrictive parameter -- setting the value for ``SearchDataCatalogRequest.scope.include_locations``.

Inheritance

builtins.object > proto.message.Message > SearchCatalogResponse