public static final class CompletionGrpc.CompletionBlockingStub extends io.grpc.stub.AbstractStub<CompletionGrpc.CompletionBlockingStub>
A service handles auto completion.
| Modifier and Type | Method and Description |
|---|---|
protected CompletionGrpc.CompletionBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
CompleteQueryResponse |
completeQuery(CompleteQueryRequest request)
Completes the specified prefix with keyword suggestions.
|
protected CompletionGrpc.CompletionBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.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 © 2019 Google LLC. All rights reserved.