SearchCatalogResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response message for SearchCatalog.
Attributes |
|
---|---|
Name | Description |
results |
MutableSequence[google.cloud.datacatalog_v1beta1.types.SearchCatalogResult]
Search results. |
total_size |
int
The approximate total number of entries matched by the query. |
next_page_token |
str
The token that can be used to retrieve the next page of results. |
unreachable |
MutableSequence[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.restricted_locations .
|