Send feedback
Class Completion.CompletionBase (1.0.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.0.0 keyboard_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).
Send feedback
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 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]