public static final class CompletionGrpc.CompletionStub extends AbstractAsyncStub<CompletionGrpc.CompletionStub>
A service handles auto completion.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected CompletionGrpc.CompletionStub |
build(Channel channel,
CallOptions callOptions) |
void |
completeQuery(CompleteQueryRequest request,
StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified prefix with keyword suggestions.
|
newStub, newStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected CompletionGrpc.CompletionStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<CompletionGrpc.CompletionStub>
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.
Copyright © 2022 Google LLC. All rights reserved.