Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class SearchCatalogResponse.
Response message for SearchCatalog .
Generated from protobuf message google.cloud.datacatalog.v1.SearchCatalogResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ results
↳ next_page_token
string
Pagination token that can be used in subsequent calls to retrieve the next page of results.
↳ unreachable
array
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.
getResults
Search results.
setResults
Search results.
$this
getNextPageToken
Pagination token that can be used in subsequent calls to retrieve the next page of results.
string
setNextPageToken
Pagination token that can be used in subsequent calls to retrieve the next page of results.
var
string
$this
getUnreachable
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.
setUnreachable
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.
var
string[]
$this