Class HttpJsonRecommenderStub (2.45.0)

public class HttpJsonRecommenderStub extends RecommenderStub

REST stub implementation for the Recommender service API.

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

Inheritance

java.lang.Object > RecommenderStub > HttpJsonRecommenderStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonRecommenderStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonRecommenderStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonRecommenderStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonRecommenderStub
Exceptions
Type Description
IOException

create(RecommenderStubSettings settings)

public static final HttpJsonRecommenderStub create(RecommenderStubSettings settings)
Parameter
Name Description
settings RecommenderStubSettings
Returns
Type Description
HttpJsonRecommenderStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext)

protected HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonRecommenderStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings RecommenderStubSettings
clientContext ClientContext

HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonRecommenderStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings RecommenderStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

getInsightCallable()

public UnaryCallable<GetInsightRequest,Insight> getInsightCallable()
Returns
Type Description
UnaryCallable<GetInsightRequest,Insight>
Overrides

getInsightTypeConfigCallable()

public UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig> getInsightTypeConfigCallable()
Returns
Type Description
UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig>
Overrides

getRecommendationCallable()

public UnaryCallable<GetRecommendationRequest,Recommendation> getRecommendationCallable()
Returns
Type Description
UnaryCallable<GetRecommendationRequest,Recommendation>
Overrides

getRecommenderConfigCallable()

public UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig> getRecommenderConfigCallable()
Returns
Type Description
UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listInsightTypesCallable()

public UnaryCallable<ListInsightTypesRequest,ListInsightTypesResponse> listInsightTypesCallable()
Returns
Type Description
UnaryCallable<ListInsightTypesRequest,ListInsightTypesResponse>
Overrides

listInsightTypesPagedCallable()

public UnaryCallable<ListInsightTypesRequest,RecommenderClient.ListInsightTypesPagedResponse> listInsightTypesPagedCallable()
Returns
Type Description
UnaryCallable<ListInsightTypesRequest,ListInsightTypesPagedResponse>
Overrides

listInsightsCallable()

public UnaryCallable<ListInsightsRequest,ListInsightsResponse> listInsightsCallable()
Returns
Type Description
UnaryCallable<ListInsightsRequest,ListInsightsResponse>
Overrides

listInsightsPagedCallable()

public UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse> listInsightsPagedCallable()
Returns
Type Description
UnaryCallable<ListInsightsRequest,ListInsightsPagedResponse>
Overrides

listRecommendationsCallable()

public UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse> listRecommendationsCallable()
Returns
Type Description
UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse>
Overrides

listRecommendationsPagedCallable()

public UnaryCallable<ListRecommendationsRequest,RecommenderClient.ListRecommendationsPagedResponse> listRecommendationsPagedCallable()
Returns
Type Description
UnaryCallable<ListRecommendationsRequest,ListRecommendationsPagedResponse>
Overrides

listRecommendersCallable()

public UnaryCallable<ListRecommendersRequest,ListRecommendersResponse> listRecommendersCallable()
Returns
Type Description
UnaryCallable<ListRecommendersRequest,ListRecommendersResponse>
Overrides

listRecommendersPagedCallable()

public UnaryCallable<ListRecommendersRequest,RecommenderClient.ListRecommendersPagedResponse> listRecommendersPagedCallable()
Returns
Type Description
UnaryCallable<ListRecommendersRequest,ListRecommendersPagedResponse>
Overrides

markInsightAcceptedCallable()

public UnaryCallable<MarkInsightAcceptedRequest,Insight> markInsightAcceptedCallable()
Returns
Type Description
UnaryCallable<MarkInsightAcceptedRequest,Insight>
Overrides

markRecommendationClaimedCallable()

public UnaryCallable<MarkRecommendationClaimedRequest,Recommendation> markRecommendationClaimedCallable()
Returns
Type Description
UnaryCallable<MarkRecommendationClaimedRequest,Recommendation>
Overrides

markRecommendationFailedCallable()

public UnaryCallable<MarkRecommendationFailedRequest,Recommendation> markRecommendationFailedCallable()
Returns
Type Description
UnaryCallable<MarkRecommendationFailedRequest,Recommendation>
Overrides

markRecommendationSucceededCallable()

public UnaryCallable<MarkRecommendationSucceededRequest,Recommendation> markRecommendationSucceededCallable()
Returns
Type Description
UnaryCallable<MarkRecommendationSucceededRequest,Recommendation>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateInsightTypeConfigCallable()

public UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig> updateInsightTypeConfigCallable()
Returns
Type Description
UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig>
Overrides

updateRecommenderConfigCallable()

public UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig> updateRecommenderConfigCallable()
Returns
Type Description
UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig>
Overrides