public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class CompleteQueryResponse.
[[["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-09 UTC."],[[["This documentation is for the `CompleteQueryResponse` class within the Google Cloud Talent Solution v4beta1 API, specifically detailing its structure and functionality."],["`CompleteQueryResponse` is a sealed class that serves as the response type for auto-complete queries, inheriting from `object` and implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and one that accepts another `CompleteQueryResponse` object for initialization."],["It contains two primary properties: `CompletionResults`, a `RepeatedField` of `CompletionResult` objects representing the matching job/company candidates, and `Metadata`, a `ResponseMetadata` object providing additional API invocation information."],["There are three available versions of `CompleteQueryResponse` listed, the latest being 3.0.0-beta06, with previous versions 3.0.0-beta05, and 2.0.0-beta07 being available as well."]]],[]]