Reference documentation and code samples for the Recommender V1 API class Google::Cloud::Recommender::V1::ListInsightsResponse.
Response to the ListInsights
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#insights
def insights() -> ::Array<::Google::Cloud::Recommender::V1::Insight>
Returns
-
(::Array<::Google::Cloud::Recommender::V1::Insight>) — The set of insights for the
parent
resource.
#insights=
def insights=(value) -> ::Array<::Google::Cloud::Recommender::V1::Insight>
Parameter
-
value (::Array<::Google::Cloud::Recommender::V1::Insight>) — The set of insights for the
parent
resource.
Returns
-
(::Array<::Google::Cloud::Recommender::V1::Insight>) — The set of insights for the
parent
resource.
#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.