public sealed class JobQueryRequest : IMessage<JobQueryRequest>, IEquatable<JobQueryRequest>, IDeepCloneable<JobQueryRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobQueryRequest.
[[["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."],[[["This documentation provides details for the `JobQueryRequest` class within the BigQuery Audit Data Logging v1 API, specifically version 1.1.0, and includes information on its properties, constructors, and implementation details."],["The `JobQueryRequest` class is used to submit a query request to BigQuery and includes parameters like `DefaultDataset`, `DryRun`, `MaxResults`, `ProjectId`, and `Query` to define the query's context and behavior."],["The class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class, such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The available versions include 1.3.0 (latest), 1.2.0, 1.1.0, and 1.0.0, with links to their respective documentation pages, and the JobQueryRequest() class has two constructors available."]]],[]]