public static final class CompletionServiceGrpc.CompletionServiceStub extends io.grpc.stub.AbstractAsyncStub<CompletionServiceGrpc.CompletionServiceStub>
Service for Auto-Completion.
| Modifier and Type | Method and 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.
|
protected CompletionServiceGrpc.CompletionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<CompletionServiceGrpc.CompletionServiceStub>public void completeQuery(CompleteQueryRequest request, io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified user input with keyword suggestions.
Copyright © 2023 Google LLC. All rights reserved.