Uses of Class
com.google.cloud.recommender.v1.RecommenderClient.ListRecommendationsPagedResponse
-
Packages that use RecommenderClient.ListRecommendationsPagedResponse Package Description com.google.cloud.recommender.v1 A client to Recommender APIcom.google.cloud.recommender.v1.stub -
-
Uses of RecommenderClient.ListRecommendationsPagedResponse in com.google.cloud.recommender.v1
Methods in com.google.cloud.recommender.v1 that return RecommenderClient.ListRecommendationsPagedResponse Modifier and Type Method Description RecommenderClient.ListRecommendationsPagedResponseRecommenderClient. listRecommendations(ListRecommendationsRequest request)Lists recommendations for the specified Cloud Resource.RecommenderClient.ListRecommendationsPagedResponseRecommenderClient. listRecommendations(RecommenderName parent)Lists recommendations for the specified Cloud Resource.RecommenderClient.ListRecommendationsPagedResponseRecommenderClient. listRecommendations(RecommenderName parent, String filter)Lists recommendations for the specified Cloud Resource.RecommenderClient.ListRecommendationsPagedResponseRecommenderClient. listRecommendations(String parent)Lists recommendations for the specified Cloud Resource.RecommenderClient.ListRecommendationsPagedResponseRecommenderClient. listRecommendations(String parent, String filter)Lists recommendations for the specified Cloud Resource.Methods in com.google.cloud.recommender.v1 that return types with arguments of type RecommenderClient.ListRecommendationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RecommenderClient.ListRecommendationsPagedResponse>RecommenderClient.ListRecommendationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListRecommendationsRequest,ListRecommendationsResponse,Recommendation> context, com.google.api.core.ApiFuture<ListRecommendationsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListRecommendationsRequest,RecommenderClient.ListRecommendationsPagedResponse>RecommenderClient. listRecommendationsPagedCallable()Lists recommendations for the specified Cloud Resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListRecommendationsRequest,ListRecommendationsResponse,RecommenderClient.ListRecommendationsPagedResponse>RecommenderSettings.Builder. listRecommendationsSettings()Returns the builder for the settings used for calls to listRecommendations.com.google.api.gax.rpc.PagedCallSettings<ListRecommendationsRequest,ListRecommendationsResponse,RecommenderClient.ListRecommendationsPagedResponse>RecommenderSettings. listRecommendationsSettings()Returns the object with the settings used for calls to listRecommendations. -
Uses of RecommenderClient.ListRecommendationsPagedResponse in com.google.cloud.recommender.v1.stub
-