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 webpage provides documentation for the `QueryResult` class within the Google Cloud Asset Inventory v1 API, covering multiple versions from 2.7.0 to the latest 3.12.0."],["`QueryResult` is a class that represents the execution results of a query, formatted as rows compatible with BigQuery's schema."],["The `QueryResult` class inherits from the base `object` class and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `NextPageToken`, `Rows`, `Schema`, and `TotalRows`, which provide information about pagination, result data, schema details, and the total number of rows, respectively."],["The newest available version is 3.12.0, and the current page content describes version 3.8.0."]]],[]]