public static final class CompletionGrpc.CompletionFutureStub extends AbstractFutureStub<CompletionGrpc.CompletionFutureStub>
A service handles auto completion.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected CompletionGrpc.CompletionFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<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.CompletionFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<CompletionGrpc.CompletionFutureStub>
public com.google.common.util.concurrent.ListenableFuture<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.