public sealed class JobQueryDoneResponse : IMessage<JobQueryDoneResponse>, IEquatable<JobQueryDoneResponse>, IDeepCloneable<JobQueryDoneResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobQueryDoneResponse.
[[["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."],[[["This page provides reference documentation for the `JobQueryDoneResponse` class within the Google Cloud BigQuery Audit Data Logging v1 API, version 1.2.0."],["The `JobQueryDoneResponse` class is a sealed class that represents the response received when a BigQuery job query is completed."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another that allows you to pass another `JobQueryDoneResponse` object, and a `Job` property, which contains information about the job and its status."],["There are several other versions of this class in the API, all the way up to the latest, which is `1.3.0`."]]],[]]