public sealed class JobGetQueryResultsResponse : IMessage<JobGetQueryResultsResponse>, IEquatable<JobGetQueryResultsResponse>, IDeepCloneable<JobGetQueryResultsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobGetQueryResultsResponse.
[[["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\u003eJobGetQueryResultsResponse\u003c/code\u003e class in the BigQuery Audit Data Logging v1 API represents the response for a job's \u003ccode\u003egetQueryResults\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.BigQuery.Logging.V1\u003c/code\u003e namespace and is documented in the \u003ccode\u003eGoogle.Cloud.BigQuery.Logging.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eIt can be constructed either as a new object, or cloned from an existing instance of \u003ccode\u003eJobGetQueryResultsResponse\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eJob\u003c/code\u003e which represents the job's status and metadata, and \u003ccode\u003eTotalResults\u003c/code\u003e, which indicates the total number of query results.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class is \u003ccode\u003e1.3.0\u003c/code\u003e, with older versions also available including \u003ccode\u003e1.2.0\u003c/code\u003e, \u003ccode\u003e1.1.0\u003c/code\u003e, and \u003ccode\u003e1.0.0\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# BigQuery Audit Data Logging v1 API - Class JobGetQueryResultsResponse (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.JobGetQueryResultsResponse)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.2.0/Google.Cloud.BigQuery.Logging.V1.JobGetQueryResultsResponse)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.1.0/Google.Cloud.BigQuery.Logging.V1.JobGetQueryResultsResponse)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.0.0/Google.Cloud.BigQuery.Logging.V1.JobGetQueryResultsResponse) \n\n public sealed class JobGetQueryResultsResponse : IMessage\u003cJobGetQueryResultsResponse\u003e, IEquatable\u003cJobGetQueryResultsResponse\u003e, IDeepCloneable\u003cJobGetQueryResultsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobGetQueryResultsResponse.\n\nJob getQueryResults response. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobGetQueryResultsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobGetQueryResultsResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobGetQueryResultsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobGetQueryResultsResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobGetQueryResultsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobGetQueryResultsResponse](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobGetQueryResultsResponse), [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### JobGetQueryResultsResponse()\n\n public JobGetQueryResultsResponse()\n\n### JobGetQueryResultsResponse(JobGetQueryResultsResponse)\n\n public JobGetQueryResultsResponse(JobGetQueryResultsResponse other)\n\nProperties\n----------\n\n### Job\n\n public Job Job { get; set; }\n\nThe job that was created to run the query.\nIt completed if `job.status.state` is `DONE`.\nIt failed if `job.status.errorResult` is also present.\n\n### TotalResults\n\n public ulong TotalResults { get; set; }\n\nTotal number of results in query results."]]