Class RecommenderStub (2.43.0)

public abstract class RecommenderStub implements BackgroundResource

Base stub class for the Recommender service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > RecommenderStub

Implements

BackgroundResource

Constructors

RecommenderStub()

public RecommenderStub()

Methods

close()

public abstract void close()

getInsightCallable()

public UnaryCallable<GetInsightRequest,Insight> getInsightCallable()
Returns
TypeDescription
UnaryCallable<GetInsightRequest,Insight>

getInsightTypeConfigCallable()

public UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig> getInsightTypeConfigCallable()
Returns
TypeDescription
UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig>

getRecommendationCallable()

public UnaryCallable<GetRecommendationRequest,Recommendation> getRecommendationCallable()
Returns
TypeDescription
UnaryCallable<GetRecommendationRequest,Recommendation>

getRecommenderConfigCallable()

public UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig> getRecommenderConfigCallable()
Returns
TypeDescription
UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig>

listInsightTypesCallable()

public UnaryCallable<ListInsightTypesRequest,ListInsightTypesResponse> listInsightTypesCallable()
Returns
TypeDescription
UnaryCallable<ListInsightTypesRequest,ListInsightTypesResponse>

listInsightTypesPagedCallable()

public UnaryCallable<ListInsightTypesRequest,RecommenderClient.ListInsightTypesPagedResponse> listInsightTypesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListInsightTypesRequest,ListInsightTypesPagedResponse>

listInsightsCallable()

public UnaryCallable<ListInsightsRequest,ListInsightsResponse> listInsightsCallable()
Returns
TypeDescription
UnaryCallable<ListInsightsRequest,ListInsightsResponse>

listInsightsPagedCallable()

public UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse> listInsightsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListInsightsRequest,ListInsightsPagedResponse>

listRecommendationsCallable()

public UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse> listRecommendationsCallable()
Returns
TypeDescription
UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse>

listRecommendationsPagedCallable()

public UnaryCallable<ListRecommendationsRequest,RecommenderClient.ListRecommendationsPagedResponse> listRecommendationsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRecommendationsRequest,ListRecommendationsPagedResponse>

listRecommendersCallable()

public UnaryCallable<ListRecommendersRequest,ListRecommendersResponse> listRecommendersCallable()
Returns
TypeDescription
UnaryCallable<ListRecommendersRequest,ListRecommendersResponse>

listRecommendersPagedCallable()

public UnaryCallable<ListRecommendersRequest,RecommenderClient.ListRecommendersPagedResponse> listRecommendersPagedCallable()
Returns
TypeDescription
UnaryCallable<ListRecommendersRequest,ListRecommendersPagedResponse>

markInsightAcceptedCallable()

public UnaryCallable<MarkInsightAcceptedRequest,Insight> markInsightAcceptedCallable()
Returns
TypeDescription
UnaryCallable<MarkInsightAcceptedRequest,Insight>

markRecommendationClaimedCallable()

public UnaryCallable<MarkRecommendationClaimedRequest,Recommendation> markRecommendationClaimedCallable()
Returns
TypeDescription
UnaryCallable<MarkRecommendationClaimedRequest,Recommendation>

markRecommendationFailedCallable()

public UnaryCallable<MarkRecommendationFailedRequest,Recommendation> markRecommendationFailedCallable()
Returns
TypeDescription
UnaryCallable<MarkRecommendationFailedRequest,Recommendation>

markRecommendationSucceededCallable()

public UnaryCallable<MarkRecommendationSucceededRequest,Recommendation> markRecommendationSucceededCallable()
Returns
TypeDescription
UnaryCallable<MarkRecommendationSucceededRequest,Recommendation>

updateInsightTypeConfigCallable()

public UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig> updateInsightTypeConfigCallable()
Returns
TypeDescription
UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig>

updateRecommenderConfigCallable()

public UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig> updateRecommenderConfigCallable()
Returns
TypeDescription
UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig>