Class CompletionServiceStub
- java.lang.Object
-
- com.google.cloud.retail.v2beta.stub.CompletionServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcCompletionServiceStub
,HttpJsonCompletionServiceStub
@BetaApi @Generated("by gapic-generator-java") public abstract class CompletionServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CompletionService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CompletionServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CompleteQueryRequest,CompleteQueryResponse>
completeQueryCallable()
com.google.api.gax.httpjson.longrunning.stub.OperationsStub
getHttpJsonOperationsStub()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<ImportCompletionDataRequest,com.google.longrunning.Operation>
importCompletionDataCallable()
com.google.api.gax.rpc.OperationCallable<ImportCompletionDataRequest,ImportCompletionDataResponse,ImportMetadata>
importCompletionDataOperationCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
completeQueryCallable
public com.google.api.gax.rpc.UnaryCallable<CompleteQueryRequest,CompleteQueryResponse> completeQueryCallable()
-
importCompletionDataOperationCallable
public com.google.api.gax.rpc.OperationCallable<ImportCompletionDataRequest,ImportCompletionDataResponse,ImportMetadata> importCompletionDataOperationCallable()
-
importCompletionDataCallable
public com.google.api.gax.rpc.UnaryCallable<ImportCompletionDataRequest,com.google.longrunning.Operation> importCompletionDataCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-