Interface ListRecommendationsResponseOrBuilder

    • Method Detail

      • getRecommendationsList

        List<Recommendation> getRecommendationsList()
         The set of recommendations for the `parent` resource.
         
        repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;
      • getRecommendations

        Recommendation getRecommendations​(int index)
         The set of recommendations for the `parent` resource.
         
        repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;
      • getRecommendationsCount

        int getRecommendationsCount()
         The set of recommendations for the `parent` resource.
         
        repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;
      • getRecommendationsOrBuilderList

        List<? extends RecommendationOrBuilder> getRecommendationsOrBuilderList()
         The set of recommendations for the `parent` resource.
         
        repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;
      • getRecommendationsOrBuilder

        RecommendationOrBuilder getRecommendationsOrBuilder​(int index)
         The set of recommendations for the `parent` resource.
         
        repeated .google.cloud.recommender.v1.Recommendation recommendations = 1;
      • getNextPageToken

        String getNextPageToken()
         A token that can be used to request the next page of results. This field is
         empty if there are no additional results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         A token that can be used to request the next page of results. This field is
         empty if there are no additional results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.