public sealed class CompleteQueryResponse : IMessage<CompleteQueryResponse>, IEquatable<CompleteQueryResponse>, IDeepCloneable<CompleteQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 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-03-21 UTC."],[[["The `CompleteQueryResponse` class is part of the Google Cloud Talent Solution v4 API, and represents the response to an auto-complete query."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for comprehensive functionality."],["It provides access to matching job/company candidates through the `CompletionResults` property, which is a `RepeatedField` of `CompleteQueryResponse.Types.CompletionResult`."],["The `Metadata` property allows access to information regarding the API call, such as the request tracking ID."],["There are multiple versions of the `CompleteQueryResponse` class, with version 2.7.0 being the latest, followed by several other versions between 2.6.0 and 1.0.0."]]],[]]