Recommender V1 API - Class Google::Cloud::Recommender::V1::ListRecommendationsResponse (v0.18.0)

Reference documentation and code samples for the Recommender V1 API class Google::Cloud::Recommender::V1::ListRecommendationsResponse.

Response to the ListRecommendations method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.
Returns
  • (::String) — A token that can be used to request the next page of results. This field is empty if there are no additional results.

#recommendations

def recommendations() -> ::Array<::Google::Cloud::Recommender::V1::Recommendation>
Returns

#recommendations=

def recommendations=(value) -> ::Array<::Google::Cloud::Recommender::V1::Recommendation>
Parameter
Returns