Google Cloud Talent Solution v4beta1 API - Class Completion.CompletionBase (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class Completion.CompletionBase.

Base class for server-side implementations of Completion

Inheritance

object > Completion.CompletionBase

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.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.

contextServerCallContext

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

Returns
TypeDescription
TaskCompleteQueryResponse

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