[[["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\u003e\u003ccode\u003eCompletionClientImpl\u003c/code\u003e is a wrapper implementation for the \u003ccode\u003eCompletionClient\u003c/code\u003e class, designed for easy interaction with the Google Cloud Talent Solution v4beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eCompletionClient\u003c/code\u003e, which is derived from the base \u003ccode\u003eobject\u003c/code\u003e class, bringing in various properties and methods, such as \u003ccode\u003eDefaultEndpoint\u003c/code\u003e and \u003ccode\u003eCreateAsync\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompletionClientImpl\u003c/code\u003e provides methods to manage auto-completion, specifically \u003ccode\u003eCompleteQuery\u003c/code\u003e and \u003ccode\u003eCompleteQueryAsync\u003c/code\u003e, which facilitate keyword suggestion functionality for job search auto-complete boxes.\u003c/p\u003e\n"],["\u003cp\u003eThe class is initialized with a gRPC client, settings, and optionally a logger, allowing configuration of the underlying service interaction and enabling logging.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCompletionClientImpl\u003c/code\u003e exposes the underlying gRPC client through the \u003ccode\u003eGrpcClient\u003c/code\u003e property.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Talent Solution v4beta1 API - Class CompletionClientImpl (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.CompletionClientImpl)\n- [3.0.0-beta05](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/3.0.0-beta05/Google.Cloud.Talent.V4Beta1.CompletionClientImpl)\n- [2.0.0-beta07](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/2.0.0-beta07/Google.Cloud.Talent.V4Beta1.CompletionClientImpl) \n\n public sealed class CompletionClientImpl : CompletionClient\n\nReference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CompletionClientImpl.\n\nCompletion client wrapper implementation, for convenient use. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [CompletionClient](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient) \\\u003e CompletionClientImpl \n\nInherited Members\n-----------------\n\n[CompletionClient.DefaultEndpoint](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_DefaultEndpoint) \n[CompletionClient.DefaultScopes](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_DefaultScopes) \n[CompletionClient.ServiceMetadata](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_ServiceMetadata) \n[CompletionClient.CreateAsync(CancellationToken)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_CreateAsync_System_Threading_CancellationToken_) \n[CompletionClient.Create()](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_Create) \n[CompletionClient.ShutdownDefaultChannelsAsync()](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_ShutdownDefaultChannelsAsync) \n[CompletionClient.CompleteQueryAsync(CompleteQueryRequest, CancellationToken)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_CompleteQueryAsync_Google_Cloud_Talent_V4Beta1_CompleteQueryRequest_System_Threading_CancellationToken_) \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.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\nRemarks\n-------\n\nA service handles auto completion.\n\nConstructors\n------------\n\n### CompletionClientImpl(CompletionClient, CompletionSettings, ILogger)\n\n public CompletionClientImpl(Completion.CompletionClient grpcClient, CompletionSettings settings, ILogger logger)\n\nConstructs a client wrapper for the Completion service, with the specified gRPC client and settings.\n\nProperties\n----------\n\n### GrpcClient\n\n public override Completion.CompletionClient GrpcClient { get; }\n\nThe underlying gRPC Completion client\n\n**Overrides** \n[CompletionClient.GrpcClient](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_GrpcClient)\n\nMethods\n-------\n\n### CompleteQuery(CompleteQueryRequest, CallSettings)\n\n public override CompleteQueryResponse CompleteQuery(CompleteQueryRequest request, CallSettings callSettings = null)\n\nCompletes the specified prefix with keyword suggestions.\nIntended for use by a job search auto-complete search box.\n\n**Overrides** \n[CompletionClient.CompleteQuery(CompleteQueryRequest, CallSettings)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_CompleteQuery_Google_Cloud_Talent_V4Beta1_CompleteQueryRequest_Google_Api_Gax_Grpc_CallSettings_)\n\n### CompleteQueryAsync(CompleteQueryRequest, CallSettings)\n\n public override Task\u003cCompleteQueryResponse\u003e CompleteQueryAsync(CompleteQueryRequest request, CallSettings callSettings = null)\n\nCompletes the specified prefix with keyword suggestions.\nIntended for use by a job search auto-complete search box.\n\n**Overrides** \n[CompletionClient.CompleteQueryAsync(CompleteQueryRequest, CallSettings)](/dotnet/docs/reference/Google.Cloud.Talent.V4Beta1/latest/Google.Cloud.Talent.V4Beta1.CompletionClient#Google_Cloud_Talent_V4Beta1_CompletionClient_CompleteQueryAsync_Google_Cloud_Talent_V4Beta1_CompleteQueryRequest_Google_Api_Gax_Grpc_CallSettings_)"]]