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 document provides reference information for the `JobQueryDoneResponse` class within the BigQuery Audit Data Logging v1 API."],["The `JobQueryDoneResponse` class is used to represent the response for a BigQuery job's query completion, and it inherits from `Object` while implementing several interfaces like `IMessage` and `IEquatable`."],["It offers two constructors, one default and another that accepts a `JobQueryDoneResponse` object as an argument for creating a new instance."],["The class contains a `Job` property that holds the details and status of the completed BigQuery job, indicating completion with a `DONE` state."],["This API is found within the `Google.Cloud.BigQuery.Logging.V1` namespace, and it is part of the Google.Cloud.BigQuery.Logging.V1.dll assembly."]]],[]]