Class GrpcRecommenderStub (2.3.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 Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

getRecommendationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listInsightsCallable()

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

listInsightsPagedCallable()

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

listRecommendationsCallable()

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

listRecommendationsPagedCallable()

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

markInsightAcceptedCallable()

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

markRecommendationClaimedCallable()

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

markRecommendationFailedCallable()

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

markRecommendationSucceededCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()