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-03-21 UTC."],[[["This documentation is for the `JobGetQueryResultsResponse` class within the BigQuery Audit Data Logging v1 API, specifically version 1.2.0."],["The `JobGetQueryResultsResponse` class provides a response object for retrieving query results, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits members from the base `object` class, such as `GetHashCode`, `GetType`, and `ToString`."],["The class has two constructors: a default constructor, `JobGetQueryResultsResponse()`, and another that takes a `JobGetQueryResultsResponse` object as a parameter to duplicate it."],["`Job` and `TotalResults` are two properties provided, for providing details on the job that was ran and the total number of results in the response, respectively."]]],[]]