Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::SearchResourcesResponse.
Response for the SearchResources method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
- (::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.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.
#search_results
def search_results() -> ::Array<::Google::Cloud::ApiHub::V1::SearchResult>
Returns
- (::Array<::Google::Cloud::ApiHub::V1::SearchResult>) — List of search results according to the filter and search query specified. The order of search results represents the ranking.
#search_results=
def search_results=(value) -> ::Array<::Google::Cloud::ApiHub::V1::SearchResult>
Parameter
- value (::Array<::Google::Cloud::ApiHub::V1::SearchResult>) — List of search results according to the filter and search query specified. The order of search results represents the ranking.
Returns
- (::Array<::Google::Cloud::ApiHub::V1::SearchResult>) — List of search results according to the filter and search query specified. The order of search results represents the ranking.