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"]],[["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."],[[["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."]]],[]]