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