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 latest version available for the Google Cloud Asset Inventory v1 API class QueryResult is 3.12.0, with multiple prior versions listed, down to version 2.7.0."],["The `QueryResult` class represents the execution results of a query, formatted as rows that are compatible with BigQuery's schema."],["The `QueryResult` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`QueryResult` has several properties, including `NextPageToken` for pagination, `Rows` containing the query results in `Struct` format, `Schema` for the row format description, and `TotalRows` for the total number of rows in the query."],["There are two constructors available for the QueryResult class, one being the default constructor, and the second allowing you to instantiate the object, passing in another QueryResult."]]],[]]