public abstract static class CompletionGrpc.CompletionImplBase extends Object implements io.grpc.BindableService
A service handles auto completion.
| Constructor and Description |
|---|
CompletionImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
completeQuery(CompleteQueryRequest request,
io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified prefix with keyword suggestions.
|
public void completeQuery(CompleteQueryRequest request, io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2019 Google LLC. All rights reserved.