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-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eJobQueryResponse\u003c/code\u003e class is part of the Google Cloud BigQuery Audit Data Logging v1 API and is used to represent a response to a job query.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionality for message handling, equality checks, deep cloning, and buffer-based operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobQueryResponse\u003c/code\u003e class has two constructors, one for creating a new instance and another for creating a copy from an existing \u003ccode\u003eJobQueryResponse\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eIt contains two properties, \u003ccode\u003eJob\u003c/code\u003e of type \u003ccode\u003eJob\u003c/code\u003e that provides information about the queried job, and \u003ccode\u003eTotalResults\u003c/code\u003e of type \u003ccode\u003eulong\u003c/code\u003e, that contains the total number of rows in the full query result.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eJobQueryResponse\u003c/code\u003e is 1.3.0, with previous versions including 1.2.0, 1.1.0 and 1.0.0.\u003c/p\u003e\n"]]],[],null,["# BigQuery Audit Data Logging v1 API - Class JobQueryResponse (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobQueryResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.2.0/Google.Cloud.BigQuery.Logging.V1.JobQueryResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.1.0/Google.Cloud.BigQuery.Logging.V1.JobQueryResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.0.0/Google.Cloud.BigQuery.Logging.V1.JobQueryResponse) \n\n public sealed class JobQueryResponse : IMessage\u003cJobQueryResponse\u003e, IEquatable\u003cJobQueryResponse\u003e, IDeepCloneable\u003cJobQueryResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobQueryResponse.\n\nJob query response. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobQueryResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobQueryResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobQueryResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobQueryResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobQueryResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobQueryResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobQueryResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BigQuery.Logging.V1](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BigQuery.Logging.V1.dll\n\nConstructors\n------------\n\n### JobQueryResponse()\n\n public JobQueryResponse()\n\n### JobQueryResponse(JobQueryResponse)\n\n public JobQueryResponse(JobQueryResponse other)\n\nProperties\n----------\n\n### Job\n\n public Job Job { get; set; }\n\nInformation about the queried job.\n\n### TotalResults\n\n public ulong TotalResults { get; set; }\n\nThe total number of rows in the full query result set."]]