Reference documentation and code samples for the Google Cloud Api Hub V1 Client class SearchResourcesResponse.
Response for the SearchResources method.
Generated from protobuf message google.cloud.apihub.v1.SearchResourcesResponse
Namespace
Google \ Cloud \ ApiHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ search_results
array< SearchResult
>
List of search results according to the filter and search query specified. The order of search results represents the ranking.
↳ next_page_token
string
Pass this token in the SearchResourcesRequest to continue to list results. If all results have been returned, this field is an empty string or not present in the response.
getSearchResults
List of search results according to the filter and search query specified.
The order of search results represents the ranking.
setSearchResults
List of search results according to the filter and search query specified.
The order of search results represents the ranking.
$this
getNextPageToken
Pass this token in the SearchResourcesRequest to continue to list results. If all results have been returned, this field is an empty string or not present in the response.
string
setNextPageToken
Pass this token in the SearchResourcesRequest to continue to list results. If all results have been returned, this field is an empty string or not present in the response.
var
string
$this

