searchResults property

List<GoogleCloudApihubV1SearchResult>? searchResults
getter/setter pair

List of search results according to the filter and search query specified.

The order of search results represents the ranking.

Implementation

core.List<GoogleCloudApihubV1SearchResult>? searchResults;