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 webpage provides documentation for the `QueryResult` class within the Google Cloud Asset Inventory v1 API, with the latest version being 3.12.0."],["The `QueryResult` class represents the execution results of a query, formatted as rows compatible with BigQuery schema, and is used to show the query results of a given search."],["The `QueryResult` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as has multiple built in functions such as `GetHashCode()`, `GetType()`, and `ToString()`."],["Key properties of the `QueryResult` class include `NextPageToken` for pagination, `Rows` to store the query results, `Schema` for row formatting, and `TotalRows` to show the total query results."],["The page displays the available versions of the `QueryResult` class, ranging from version 3.12.0 down to version 2.7.0, which are all accessible from the page, and are all a part of the Google.Cloud.Asset.V1 namespace, specifically from the Google.Cloud.Asset.V1.dll assembly."]]],[]]