public static final class CompletionGrpc.CompletionBlockingStub extends AbstractBlockingStub<CompletionGrpc.CompletionBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service Completion.
A service handles auto completion.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > CompletionGrpc.CompletionBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected CompletionGrpc.CompletionBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
CompletionGrpc.CompletionBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
completeQuery(CompleteQueryRequest request)
public CompleteQueryResponse completeQuery(CompleteQueryRequest request)Completes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box.
| Parameter | |
|---|---|
| Name | Description |
request |
CompleteQueryRequest |
| Returns | |
|---|---|
| Type | Description |
CompleteQueryResponse |
|