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-03-21 UTC."],[[["This document provides reference documentation for the `QueryResult` class within the Google Cloud Asset Inventory v1 API, detailing its structure and functionality."],["The `QueryResult` class represents the outcome of a query, formatted in rows with a BigQuery compatible schema, and includes features for pagination when dealing with large datasets."],["`QueryResult` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, deep cloning, and buffering."],["The `QueryResult` class contains properties like `NextPageToken` for pagination, `Rows` to hold the data, `Schema` to define the data structure, and `TotalRows` to specify the total number of rows in the result set."],["The documentation lists the availability of different versions of the API, ranging from version 2.7.0 to the latest 3.12.0."]]],[]]