[BindServiceMethod(typeof(Completion), "BindService")]
public abstract class Completion.CompletionBase
Reference documentation and code samples for the Google Cloud Talent Solution v4 API class Completion.CompletionBase.
Base class for server-side implementations of Completion
Namespace
Google.Cloud.Talent.V4Assembly
Google.Cloud.Talent.V4.dll
Methods
CompleteQuery(CompleteQueryRequest, ServerCallContext)
public virtual Task<CompleteQueryResponse> CompleteQuery(CompleteQueryRequest request, ServerCallContext context)
Completes the specified prefix with keyword suggestions. Intended for use by a job search auto-complete search box.
Parameters | |
---|---|
Name | Description |
request | CompleteQueryRequest The request received from the client. |
context | ServerCallContext The context of the server-side call handler being invoked. |
Returns | |
---|---|
Type | Description |
TaskCompleteQueryResponse | The response to send back to the client (wrapped by a task). |