public static interface CompletionServiceGrpc.AsyncService
Service for Auto-Completion.
| Modifier and Type | Method and Description |
|---|---|
default void |
completeQuery(CompleteQueryRequest request,
io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified user input with keyword suggestions.
|
default 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.