Class GrpcRecommenderStub (2.43.0)

public class GrpcRecommenderStub extends RecommenderStub

gRPC stub implementation for the Recommender service API.

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

Inheritance

java.lang.Object > RecommenderStub > GrpcRecommenderStub

Static Methods

create(ClientContext clientContext)

public static final GrpcRecommenderStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcRecommenderStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcRecommenderStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcRecommenderStub
Exceptions
TypeDescription
IOException

create(RecommenderStubSettings settings)

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

Constructors

GrpcRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext)

protected GrpcRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcRecommenderStub, 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

GrpcRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcRecommenderStub(RecommenderStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcRecommenderStub, 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
callableFactoryGrpcStubCallableFactory

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

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