[[["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 documentation for the \u003ccode\u003eCompletion.CompletionClient\u003c/code\u003e class within the Google Cloud Talent Solution v4 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eCompletionClient\u003c/code\u003e is 2.7.0, with historical versions dating back to 1.0.0 available for reference.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompletion.CompletionClient\u003c/code\u003e is designed to handle completion queries, particularly in the context of job search auto-complete features.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eClientBase\u003c/code\u003e and includes methods for making remote calls, such as \u003ccode\u003eCompleteQuery\u003c/code\u003e, which suggests keywords based on a given prefix.\u003c/p\u003e\n"],["\u003cp\u003eConstructors for \u003ccode\u003eCompletionClient\u003c/code\u003e allow for custom configurations using \u003ccode\u003eCallInvoker\u003c/code\u003e, \u003ccode\u003eChannelBase\u003c/code\u003e, or \u003ccode\u003eClientBaseConfiguration\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4 API - Class Completion.CompletionClient (2.7.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.7.0 (latest)](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.6.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.5.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.4.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.3.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.2.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.1.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/2.0.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [1.4.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.4.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.3.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.2.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.1.0/Google.Cloud.Talent.V4.Completion.CompletionClient)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Talent.V4/1.0.0/Google.Cloud.Talent.V4.Completion.CompletionClient) \n\n public class Completion.CompletionClient : ClientBase\u003cCompletion.CompletionClient\u003e\n\nReference documentation and code samples for the Google Cloud Talent Solution v4 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.V4/latest/Google.Cloud.Talent.V4.Completion)[CompletionClient](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4.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.V4](/dotnet/docs/reference/Google.Cloud.Talent.V4/latest/Google.Cloud.Talent.V4)\n\nAssembly\n--------\n\nGoogle.Cloud.Talent.V4.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.V4.Completion.CompletionClient\\\u003e.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)"]]