public sealed class QueryResult : IMessage<QueryResult>, IEquatable<QueryResult>, IDeepCloneable<QueryResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Asset Inventory v1 API class QueryResult.
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"]],[["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."],[[["The `QueryResult` class in the Google Cloud Asset Inventory v1 API represents the results of a query, formatted as rows compatible with BigQuery schemas."],["This documentation covers versions from 2.7.0 up to the latest release 3.12.0, and specifically the 3.2.0 documentation is detailed."],["The `QueryResult` class includes properties such as `NextPageToken` for pagination, `Rows` to store query result data, `Schema` to define the format of the rows, and `TotalRows` for the total count of rows."],["The `QueryResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, containing inherited methods."],["The `QueryResult` class has 2 constructors, one is a default constructor, and the second is to make a copy of another `QueryResult` object."]]],[]]