Class RecommenderStub
- java.lang.Object
-
- com.google.cloud.recommender.v1.stub.RecommenderStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcRecommenderStub
,HttpJsonRecommenderStub
@Generated("by gapic-generator-java") public abstract class RecommenderStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the Recommender service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description RecommenderStub()
-
Method Summary
-
-
-
Method Detail
-
listInsightsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse> listInsightsPagedCallable()
-
listInsightsCallable
public com.google.api.gax.rpc.UnaryCallable<ListInsightsRequest,ListInsightsResponse> listInsightsCallable()
-
getInsightCallable
public com.google.api.gax.rpc.UnaryCallable<GetInsightRequest,Insight> getInsightCallable()
-
markInsightAcceptedCallable
public com.google.api.gax.rpc.UnaryCallable<MarkInsightAcceptedRequest,Insight> markInsightAcceptedCallable()
-
listRecommendationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListRecommendationsRequest,RecommenderClient.ListRecommendationsPagedResponse> listRecommendationsPagedCallable()
-
listRecommendationsCallable
public com.google.api.gax.rpc.UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse> listRecommendationsCallable()
-
getRecommendationCallable
public com.google.api.gax.rpc.UnaryCallable<GetRecommendationRequest,Recommendation> getRecommendationCallable()
-
markRecommendationDismissedCallable
public com.google.api.gax.rpc.UnaryCallable<MarkRecommendationDismissedRequest,Recommendation> markRecommendationDismissedCallable()
-
markRecommendationClaimedCallable
public com.google.api.gax.rpc.UnaryCallable<MarkRecommendationClaimedRequest,Recommendation> markRecommendationClaimedCallable()
-
markRecommendationSucceededCallable
public com.google.api.gax.rpc.UnaryCallable<MarkRecommendationSucceededRequest,Recommendation> markRecommendationSucceededCallable()
-
markRecommendationFailedCallable
public com.google.api.gax.rpc.UnaryCallable<MarkRecommendationFailedRequest,Recommendation> markRecommendationFailedCallable()
-
getRecommenderConfigCallable
public com.google.api.gax.rpc.UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig> getRecommenderConfigCallable()
-
updateRecommenderConfigCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig> updateRecommenderConfigCallable()
-
getInsightTypeConfigCallable
public com.google.api.gax.rpc.UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig> getInsightTypeConfigCallable()
-
updateInsightTypeConfigCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig> updateInsightTypeConfigCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-