public sealed class JobGetQueryResultsRequest : IMessage<JobGetQueryResultsRequest>, IEquatable<JobGetQueryResultsRequest>, IDeepCloneable<JobGetQueryResultsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Audit Data Logging v1 API class JobGetQueryResultsRequest.
[[["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."],[[["The `JobGetQueryResultsRequest` class in the BigQuery Audit Data Logging v1 API is used for requesting query results."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties like `MaxResults` (for setting the maximum number of results to return) and `StartRow` (to specify the starting row number)."],["There are two constructors available: a default constructor and a copy constructor that takes another `JobGetQueryResultsRequest` object as a parameter."],["This class is located within the `Google.Cloud.BigQuery.Logging.V1` namespace, found in the `Google.Cloud.BigQuery.Logging.V1.dll` assembly."]]],[]]