API hub V1 API - Class Google::Cloud::ApiHub::V1::SearchResourcesResponse (v0.1.1)

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

#search_results=

def search_results=(value) -> ::Array<::Google::Cloud::ApiHub::V1::SearchResult>
Parameter
Returns