@Generated(value="by gapic-generator-java") public class GrpcRecommendationServiceStub extends RecommendationServiceStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcRecommendationServiceStub(RecommendationServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcRecommendationServiceStub, using the given settings.
|
protected |
GrpcRecommendationServiceStub(RecommendationServiceStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcRecommendationServiceStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcRecommendationServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcRecommendationServiceStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcRecommendationServiceStub |
create(RecommendationServiceStubSettings settings) |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
com.google.api.gax.rpc.UnaryCallable<RecommendRequest,RecommendResponse> |
recommendCallable() |
void |
shutdown() |
void |
shutdownNow() |
protected GrpcRecommendationServiceStub(RecommendationServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcRecommendationServiceStub(RecommendationServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcRecommendationServiceStub create(RecommendationServiceStubSettings settings) throws IOException
IOExceptionpublic static final GrpcRecommendationServiceStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcRecommendationServiceStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
public com.google.api.gax.rpc.UnaryCallable<RecommendRequest,RecommendResponse> recommendCallable()
recommendCallable in class RecommendationServiceStubpublic final void close()
close in interface AutoCloseableclose in class RecommendationServiceStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2024 Google LLC. All rights reserved.