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, which is a response type used in the Google Cloud Talent V4 API for auto-complete queries."],["The `CompleteQueryResponse` class is found in the `Google.Cloud.Talent.V4` namespace within the `Google.Cloud.Talent.V4.dll` assembly and is available across multiple versions ranging from 1.0.0 to 2.7.0, with the latest being 2.7.0."],["It inherits from the base `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message-based data."],["The class contains two primary properties, `CompletionResults`, which provides the matching job/company candidates as a `RepeatedField` of `CompletionResult`, and `Metadata`, which offers additional information about the API invocation."],["The class also features two constructors, a default constructor and one taking another `CompleteQueryResponse` for deep cloning purposes."]]],[]]