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."],[[["The `JobQueryResponse` class is part of the Google Cloud BigQuery Audit Data Logging v1 API and is used to represent a response to a job query."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based operations."],["The `JobQueryResponse` class has two constructors, one for creating a new instance and another for creating a copy from an existing `JobQueryResponse` object."],["It contains two properties, `Job` of type `Job` that provides information about the queried job, and `TotalResults` of type `ulong`, that contains the total number of rows in the full query result."],["The latest version of the `JobQueryResponse` is 1.3.0, with previous versions including 1.2.0, 1.1.0 and 1.0.0."]]],[]]