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."],[[["This webpage provides reference documentation for the `QueryResult` class within the Google Cloud Asset Inventory v1 API, specifically for version 3.9.0."],["The `QueryResult` class represents the results of a query, formatted as rows with a BigQuery-compatible schema, and may contain a page token for pagination."],["The `QueryResult` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class contains properties such as `NextPageToken`, `Rows`, `Schema`, and `TotalRows`, which provide information about the result set, its structure, and size, and there is an extensive list of past versions available for `QueryResult`, starting at version 2.7.0 and going up to the most recent version, 3.12.0."]]],[]]