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"]],[["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-04-17 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."]]],[]]