[[["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 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eCompletion.CompletionClient\u003c/code\u003e class within the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCompletion.CompletionClient\u003c/code\u003e class facilitates keyword suggestion functionalities for job search auto-complete features through methods like \u003ccode\u003eCompleteQuery\u003c/code\u003e, \u003ccode\u003eCompleteQueryAsync\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is \u003ccode\u003e3.0.0-beta06\u003c/code\u003e, which can be viewed, with other versions as well.\u003c/p\u003e\n"],["\u003cp\u003eThere are several ways to construct a \u003ccode\u003eCompletionClient\u003c/code\u003e object, including using a custom \u003ccode\u003eCallInvoker\u003c/code\u003e, \u003ccode\u003eChannelBase\u003c/code\u003e, or \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eInherited from \u003ccode\u003eClientBase\u003c/code\u003e, the \u003ccode\u003eCompletion.CompletionClient\u003c/code\u003e includes methods like \u003ccode\u003eWithHost\u003c/code\u003e and \u003ccode\u003eCallInvoker\u003c/code\u003e, with other methods from the \u003ccode\u003eobject\u003c/code\u003e base class.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class Completion.CompletionClient (3.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Completion.CompletionClient)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.Completion.CompletionClient)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.Completion.CompletionClient) \n\n public class Completion.CompletionClient : ClientBase\u003cCompletion.CompletionClient\u003e\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class Completion.CompletionClient.\n\nClient for Completion \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ClientBase](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.ClientBase.html) \\\u003e [ClientBase](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.ClientBase-1.html)[Completion](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Completion)[CompletionClient](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.Completion.CompletionClient) \\\u003e Completion.CompletionClient \n\nInherited Members\n-----------------\n\n[ClientBase\\\u003cCompletion.CompletionClient\\\u003e.WithHost(string)](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.ClientBase-1.html#Grpc_Core_ClientBase_1_WithHost_System_String_) \n[ClientBase.CallInvoker](https://cloud.google.com/dotnet/docs/reference/Grpc.Core/latest/Grpc.Core.ClientBase.html#Grpc_Core_ClientBase_CallInvoker) \n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Talent.V4Beta1](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4Beta1.dll\n\nConstructors\n------------\n\n### CompletionClient()\n\n protected CompletionClient()\n\nProtected parameterless constructor to allow creation of test doubles.\n\n### CompletionClient(CallInvoker)\n\n public CompletionClient(CallInvoker callInvoker)\n\nCreates a new client for Completion that uses a custom `CallInvoker`.\n\n### CompletionClient(ChannelBase)\n\n public CompletionClient(ChannelBase channel)\n\nCreates a new client for Completion\n\n### CompletionClient(ClientBaseConfiguration)\n\n protected CompletionClient(ClientBase.ClientBaseConfiguration configuration)\n\nProtected constructor to allow creation of configured clients.\n\nMethods\n-------\n\n### CompleteQuery(CompleteQueryRequest, CallOptions)\n\n public virtual CompleteQueryResponse CompleteQuery(CompleteQueryRequest request, CallOptions options)\n\nCompletes the specified prefix with keyword suggestions.\nIntended for use by a job search auto-complete search box.\n\n### CompleteQuery(CompleteQueryRequest, Metadata, DateTime?, CancellationToken)\n\n public virtual CompleteQueryResponse CompleteQuery(CompleteQueryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)\n\nCompletes the specified prefix with keyword suggestions.\nIntended for use by a job search auto-complete search box.\n\n### CompleteQueryAsync(CompleteQueryRequest, CallOptions)\n\n public virtual AsyncUnaryCall\u003cCompleteQueryResponse\u003e CompleteQueryAsync(CompleteQueryRequest request, CallOptions options)\n\nCompletes the specified prefix with keyword suggestions.\nIntended for use by a job search auto-complete search box.\n\n### CompleteQueryAsync(CompleteQueryRequest, Metadata, DateTime?, CancellationToken)\n\n public virtual AsyncUnaryCall\u003cCompleteQueryResponse\u003e CompleteQueryAsync(CompleteQueryRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)\n\nCompletes the specified prefix with keyword suggestions.\nIntended for use by a job search auto-complete search box.\n\n### NewInstance(ClientBaseConfiguration)\n\n protected override Completion.CompletionClient NewInstance(ClientBase.ClientBaseConfiguration configuration)\n\nCreates a new instance of client from given `ClientBaseConfiguration`.\n\n**Overrides** \nGrpc.Core.ClientBase\\\u003cGoogle.Cloud.Talent.V4Beta1.Completion.CompletionClient\\\u003e.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)"]]