Class CompletionServiceGrpc.CompletionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CompletionServiceGrpc.CompletionServiceStub>
-
- com.google.cloud.discoveryengine.v1beta.CompletionServiceGrpc.CompletionServiceStub
-
- Enclosing class:
- CompletionServiceGrpc
public static final class CompletionServiceGrpc.CompletionServiceStub extends io.grpc.stub.AbstractAsyncStub<CompletionServiceGrpc.CompletionServiceStub>
A stub to allow clients to do asynchronous rpc calls to service CompletionService.Service for Auto-Completion.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CompletionServiceGrpc.CompletionServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
completeQuery(CompleteQueryRequest request, io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified user input with keyword suggestions.
-
-
-
Method Detail
-
build
protected CompletionServiceGrpc.CompletionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<CompletionServiceGrpc.CompletionServiceStub>
-
completeQuery
public void completeQuery(CompleteQueryRequest request, io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified user input with keyword suggestions.
-
-