Class Completion.CompletionBase (1.0.0)
Version 1.0.0keyboard_arrow_down
[BindServiceMethod(typeof(Completion), "BindService")]
public abstract class CompletionBase
Base class for server-side implementations of Completion
Inheritance
System.Object >
Completion.CompletionBase
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Name
Description
request
CompleteQueryRequest The request received from the client.
context
Grpc.Core.ServerCallContext The context of the server-side call handler being invoked.
Returns
Type
Description
System.Threading.Tasks.Task <CompleteQueryResponse >
The response to send back to the client (wrapped by a task).
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-09 UTC."],[],[]]