Class SearchCatalogResponse (3.8.0)

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

Response message for SearchCatalog.

Attributes

NameDescription
results Sequence[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 Sequence[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.

Inheritance

builtins.object > proto.message.Message > SearchCatalogResponse