Class Completion.CompletionBase (1.0.0)

[BindServiceMethod(typeof(Completion), "BindService")]
public abstract class CompletionBase

Base class for server-side implementations of Completion

Inheritance

System.Object > Completion.CompletionBase

Namespace

Google.Cloud.Talent.V4

Assembly

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
NameDescription
requestCompleteQueryRequest

The request received from the client.

contextGrpc.Core.ServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
System.Threading.Tasks.Task<CompleteQueryResponse>

The response to send back to the client (wrapped by a task).