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