public static final class CompletionGrpc.CompletionStub extends io.grpc.stub.AbstractAsyncStub<CompletionGrpc.CompletionStub>
A service handles auto completion.
| Modifier and Type | Method and Description |
|---|---|
protected CompletionGrpc.CompletionStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
completeQuery(CompleteQueryRequest request,
io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
Completes the specified prefix with keyword suggestions.
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected CompletionGrpc.CompletionStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<CompletionGrpc.CompletionStub>public void completeQuery(CompleteQueryRequest request, io.grpc.stub.StreamObserver<CompleteQueryResponse> responseObserver)
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.