- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.7
- 2.4.1
- 2.3.0
- 2.2.0
- 2.1.5
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.
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()
getInsightCallable()
public UnaryCallable<GetInsightRequest,Insight> getInsightCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetInsightRequest,Insight> |
getInsightTypeConfigCallable()
public UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig> getInsightTypeConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetInsightTypeConfigRequest,InsightTypeConfig> |
getRecommendationCallable()
public UnaryCallable<GetRecommendationRequest,Recommendation> getRecommendationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetRecommendationRequest,Recommendation> |
getRecommenderConfigCallable()
public UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig> getRecommenderConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetRecommenderConfigRequest,RecommenderConfig> |
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> |
listInsightTypesPagedCallable()
public UnaryCallable<ListInsightTypesRequest,RecommenderClient.ListInsightTypesPagedResponse> listInsightTypesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListInsightTypesRequest,ListInsightTypesPagedResponse> |
listInsightsCallable()
public UnaryCallable<ListInsightsRequest,ListInsightsResponse> listInsightsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListInsightsRequest,ListInsightsResponse> |
listInsightsPagedCallable()
public UnaryCallable<ListInsightsRequest,RecommenderClient.ListInsightsPagedResponse> listInsightsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListInsightsRequest,ListInsightsPagedResponse> |
listRecommendationsCallable()
public UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse> listRecommendationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListRecommendationsRequest,ListRecommendationsResponse> |
listRecommendationsPagedCallable()
public UnaryCallable<ListRecommendationsRequest,RecommenderClient.ListRecommendationsPagedResponse> listRecommendationsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListRecommendationsRequest,ListRecommendationsPagedResponse> |
listRecommendersCallable()
public UnaryCallable<ListRecommendersRequest,ListRecommendersResponse> listRecommendersCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListRecommendersRequest,ListRecommendersResponse> |
listRecommendersPagedCallable()
public UnaryCallable<ListRecommendersRequest,RecommenderClient.ListRecommendersPagedResponse> listRecommendersPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListRecommendersRequest,ListRecommendersPagedResponse> |
markInsightAcceptedCallable()
public UnaryCallable<MarkInsightAcceptedRequest,Insight> markInsightAcceptedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<MarkInsightAcceptedRequest,Insight> |
markRecommendationClaimedCallable()
public UnaryCallable<MarkRecommendationClaimedRequest,Recommendation> markRecommendationClaimedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<MarkRecommendationClaimedRequest,Recommendation> |
markRecommendationFailedCallable()
public UnaryCallable<MarkRecommendationFailedRequest,Recommendation> markRecommendationFailedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<MarkRecommendationFailedRequest,Recommendation> |
markRecommendationSucceededCallable()
public UnaryCallable<MarkRecommendationSucceededRequest,Recommendation> markRecommendationSucceededCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<MarkRecommendationSucceededRequest,Recommendation> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateInsightTypeConfigCallable()
public UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig> updateInsightTypeConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateInsightTypeConfigRequest,InsightTypeConfig> |
updateRecommenderConfigCallable()
public UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig> updateRecommenderConfigCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateRecommenderConfigRequest,RecommenderConfig> |