Class HttpJsonRecommenderStub (2.43.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
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonRecommenderStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonRecommenderStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonRecommenderStub
Exceptions
TypeDescription
IOException

create(RecommenderStubSettings settings)

public static final HttpJsonRecommenderStub create(RecommenderStubSettings settings)
Parameter
NameDescription
settingsRecommenderStubSettings
Returns
TypeDescription
HttpJsonRecommenderStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
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
NameDescription
settingsRecommenderStubSettings
clientContextClientContext

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
NameDescription
settingsRecommenderStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getInsightCallable()

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

getInsightTypeConfigCallable()

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

getRecommendationCallable()

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

getRecommenderConfigCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listInsightsCallable()

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

listInsightsPagedCallable()

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

listRecommendationsCallable()

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

listRecommendationsPagedCallable()

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

markInsightAcceptedCallable()

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

markRecommendationClaimedCallable()

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

markRecommendationDismissedCallable()

public UnaryCallable<MarkRecommendationDismissedRequest,Recommendation> markRecommendationDismissedCallable()
Returns
TypeDescription
UnaryCallable<MarkRecommendationDismissedRequest,Recommendation>
Overrides

markRecommendationFailedCallable()

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

markRecommendationSucceededCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateInsightTypeConfigCallable()

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

updateRecommenderConfigCallable()

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