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-09-04 UTC."],[[["\u003cp\u003eThis documentation covers the \u003ccode\u003eJobQueryRequest\u003c/code\u003e class, which is part of the Google Cloud BigQuery Audit Data Logging v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this class is 1.3.0, with prior versions 1.2.0, 1.1.0, and 1.0.0 also available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobQueryRequest\u003c/code\u003e includes properties like \u003ccode\u003eDefaultDataset\u003c/code\u003e, \u003ccode\u003eDryRun\u003c/code\u003e, \u003ccode\u003eMaxResults\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, and \u003ccode\u003eQuery\u003c/code\u003e, which control aspects of a BigQuery job query.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobQueryRequest\u003c/code\u003e class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing a variety of functionalities.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eJobQueryRequest\u003c/code\u003e class: a default constructor and one that takes another \u003ccode\u003eJobQueryRequest\u003c/code\u003e instance as a parameter.\u003c/p\u003e\n"]]],[],null,["# BigQuery Audit Data Logging v1 API - Class JobQueryRequest (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.JobQueryRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.2.0/Google.Cloud.BigQuery.Logging.V1.JobQueryRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.1.0/Google.Cloud.BigQuery.Logging.V1.JobQueryRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/1.0.0/Google.Cloud.BigQuery.Logging.V1.JobQueryRequest) \n\n public sealed class JobQueryRequest : IMessage\u003cJobQueryRequest\u003e, IEquatable\u003cJobQueryRequest\u003e, IDeepCloneable\u003cJobQueryRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobQueryRequest.\n\nJob query request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e JobQueryRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[JobQueryRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobQueryRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[JobQueryRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobQueryRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[JobQueryRequest](/dotnet/docs/reference/Google.Cloud.BigQuery.Logging.V1/latest/Google.Cloud.BigQuery.Logging.V1.JobQueryRequest), [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### JobQueryRequest()\n\n public JobQueryRequest()\n\n### JobQueryRequest(JobQueryRequest)\n\n public JobQueryRequest(JobQueryRequest other)\n\nProperties\n----------\n\n### DefaultDataset\n\n public DatasetName DefaultDataset { get; set; }\n\nThe default dataset for tables that do not have a dataset specified.\n\n### DryRun\n\n public bool DryRun { get; set; }\n\nIf true, don't actually run the job. Just check that it would run.\n\n### MaxResults\n\n public uint MaxResults { get; set; }\n\nThe maximum number of results.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nProject that the query should be charged to.\n\n### Query\n\n public string Query { get; set; }\n\nThe query."]]