public static final class CompletionGrpc.CompletionFutureStub extends io.grpc.stub.AbstractFutureStub<CompletionGrpc.CompletionFutureStub>
A service handles auto completion.
| Modifier and Type | Method and Description |
|---|---|
protected CompletionGrpc.CompletionFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<CompleteQueryResponse> |
completeQuery(CompleteQueryRequest request)
Completes the specified prefix with keyword suggestions.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected CompletionGrpc.CompletionFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.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 © 2025 Google LLC. All rights reserved.