public sealed class JobQueryResponse : IMessage<JobQueryResponse>, IEquatable<JobQueryResponse>, IDeepCloneable<JobQueryResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobQueryResponse.
[[["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 documentation for the `JobQueryResponse` class within the BigQuery Audit Data Logging v1 API, specifically version 1.2.0."],["The `JobQueryResponse` class, found in the `Google.Cloud.BigQuery.Logging.V1` namespace, represents the response to a BigQuery job query, and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default one, and another that allows creating a `JobQueryResponse` object from another `JobQueryResponse` instance."],["Key properties of the `JobQueryResponse` class include `Job`, which contains information about the queried job, and `TotalResults`, which represents the total row count in the query result set."],["The latest version of this class is 1.3.0 and this content can also be found in the other versions, 1.1.0 and 1.0.0."]]],[]]