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."],[[["The latest version of the Google Cloud Asset Inventory v1 API available is 3.12.0, with multiple other versions back to 2.7.0 accessible."],["The `QueryResult` class provides execution results of a query, formatted as rows, in a structure compatible with BigQuery schemas."],["The class `QueryResult` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `QueryResult` class include `NextPageToken`, `Rows`, `Schema`, and `TotalRows`, facilitating navigation and understanding of the results."],["The `QueryResult` class provides two constructors, a default empty one, and another which can take another `QueryResult` as a parameter, allowing the creation of copies."]]],[]]