Uses of Class
com.google.cloud.recommender.v1beta1.RecommenderClient.ListInsightsPagedResponse
-
Packages that use RecommenderClient.ListInsightsPagedResponse Package Description com.google.cloud.recommender.v1beta1 A client to Recommender APIcom.google.cloud.recommender.v1beta1.stub -
-
Uses of RecommenderClient.ListInsightsPagedResponse in com.google.cloud.recommender.v1beta1
Methods in com.google.cloud.recommender.v1beta1 that return RecommenderClient.ListInsightsPagedResponse Modifier and Type Method Description RecommenderClient.ListInsightsPagedResponse
RecommenderClient. listInsights(InsightTypeName parent)
Lists insights for the specified Cloud Resource.RecommenderClient.ListInsightsPagedResponse
RecommenderClient. listInsights(ListInsightsRequest request)
Lists insights for the specified Cloud Resource.RecommenderClient.ListInsightsPagedResponse
RecommenderClient. listInsights(String parent)
Lists insights for the specified Cloud Resource.Methods in com.google.cloud.recommender.v1beta1 that return types with arguments of type RecommenderClient.ListInsightsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<RecommenderClient.ListInsightsPagedResponse>
RecommenderClient.ListInsightsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInsightsRequest,ListInsightsResponse,Insight> context, com.google.api.core.ApiFuture<ListInsightsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
RecommenderClient. listInsightsPagedCallable()
Lists insights for the specified Cloud Resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderSettings.Builder. listInsightsSettings()
Returns the builder for the settings used for calls to listInsights.com.google.api.gax.rpc.PagedCallSettings<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderSettings. listInsightsSettings()
Returns the object with the settings used for calls to listInsights. -
Uses of RecommenderClient.ListInsightsPagedResponse in com.google.cloud.recommender.v1beta1.stub
Methods in com.google.cloud.recommender.v1beta1.stub that return types with arguments of type RecommenderClient.ListInsightsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
GrpcRecommenderStub. listInsightsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
HttpJsonRecommenderStub. listInsightsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse>
RecommenderStub. listInsightsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderStubSettings.Builder. listInsightsSettings()
Returns the builder for the settings used for calls to listInsights.com.google.api.gax.rpc.PagedCallSettings<ListInsightsRequest,ListInsightsResponse,RecommenderClient.ListInsightsPagedResponse>
RecommenderStubSettings. listInsightsSettings()
Returns the object with the settings used for calls to listInsights.
-