public sealed class QueryResult : IMessage<QueryResult>, IEquatable<QueryResult>, IDeepCloneable<QueryResult>, IBufferMessage, IMessage
Execution results of the query.
The result is formatted as rows represented by BigQuery compatible [schema].
When pagination is necessary, it will contains the page token to retrieve
the results of following pages.
[[["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."],[[["\u003cp\u003eThe webpage details the \u003ccode\u003eQueryResult\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Asset.V1\u003c/code\u003e namespace, which is used to represent the results of a query.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eQueryResult\u003c/code\u003e available is 3.12.0, and the page provides access to previous versions, as far back as version 2.7.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryResult\u003c/code\u003e class has properties such as \u003ccode\u003eNextPageToken\u003c/code\u003e, \u003ccode\u003eRows\u003c/code\u003e, \u003ccode\u003eSchema\u003c/code\u003e, and \u003ccode\u003eTotalRows\u003c/code\u003e, which are used to navigate, format and interpret the results retrieved by a query.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eQueryResult\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.\u003c/p\u003e\n"],["\u003cp\u003eThe content demonstrates the class's ability to be constructed with no parameters, or with another \u003ccode\u003eQueryResult\u003c/code\u003e object, using the designated constructors.\u003c/p\u003e\n"]]],[],null,[]]