SearchCatalogResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response message for SearchCatalog.
Attributes |
|
---|---|
Name | Description |
results |
MutableSequence[google.cloud.datacatalog_v1.types.SearchCatalogResult]
Search results. |
total_size |
int
The approximate total number of entries matched by the query. |
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.
|