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 document provides reference information for the `JobQueryRequest` class within the BigQuery Audit Data Logging v1 API, specifically version 1.0.0."],["The `JobQueryRequest` class, designed for job query requests, inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties like `DefaultDataset`, `DryRun`, `MaxResults`, `ProjectId`, and `Query`, each serving a distinct purpose in configuring the query job."],["The class has two constructors: a default one and one that accepts another `JobQueryRequest` instance for copying, allowing for flexible creation of `JobQueryRequest` objects."],["The `JobQueryRequest` is within the namespace `Google.Cloud.BigQuery.Logging.V1`, and the `Google.Cloud.BigQuery.Logging.V1.dll` assembly."]]],[]]