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