public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
[[["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 2025-04-17 UTC."],[[["This webpage details the `CompleteQueryResponse` class within the `Google.Cloud.Talent.V4` namespace, which is a response type for auto-complete queries in the Google Cloud Talent API."],["The `CompleteQueryResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific contract standards."],["The class provides two constructors, one default and another that allows cloning from an existing `CompleteQueryResponse` instance, as well as inherited methods from the base `Object` class."],["The class contains properties such as `CompletionResults`, a `RepeatedField` of `CompletionResult` objects that hold results of matching job or company candidates, and `Metadata`, a `ResponseMetadata` object for API invocation information."],["The `CompleteQueryResponse` is available in multiple versions, ranging from 1.0.0 to the latest 2.7.0, which can be accessed via links to their relevant page."]]],[]]