Class GrpcRecommenderStub (2.46.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
Name Description
clientContext ClientContext
Returns
Type Description
GrpcRecommenderStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

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

create(RecommenderStubSettings settings)

public static final GrpcRecommenderStub create(RecommenderStubSettings settings)
Parameter
Name Description
settings RecommenderStubSettings
Returns
Type Description
GrpcRecommenderStub
Exceptions
Type Description
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
Name Description
settings RecommenderStubSettings
clientContext ClientContext

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
Name Description
settings RecommenderStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

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