Reference documentation and code samples for the Google Cloud Asset V1 Client 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.
Generated from protobuf messagegoogle.cloud.asset.v1.QueryResult
[[["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-09-04 UTC."],[],[],null,["# Google Cloud Asset V1 Client - Class QueryResult (2.2.3)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.3 (latest)](/php/docs/reference/cloud-asset/latest/V1.QueryResult)\n- [2.2.2](/php/docs/reference/cloud-asset/2.2.2/V1.QueryResult)\n- [2.1.3](/php/docs/reference/cloud-asset/2.1.3/V1.QueryResult)\n- [2.0.1](/php/docs/reference/cloud-asset/2.0.1/V1.QueryResult)\n- [1.16.4](/php/docs/reference/cloud-asset/1.16.4/V1.QueryResult)\n- [1.14.1](/php/docs/reference/cloud-asset/1.14.1/V1.QueryResult)\n- [1.13.2](/php/docs/reference/cloud-asset/1.13.2/V1.QueryResult)\n- [1.12.2](/php/docs/reference/cloud-asset/1.12.2/V1.QueryResult)\n- [1.11.3](/php/docs/reference/cloud-asset/1.11.3/V1.QueryResult)\n- [1.10.2](/php/docs/reference/cloud-asset/1.10.2/V1.QueryResult)\n- [1.9.2](/php/docs/reference/cloud-asset/1.9.2/V1.QueryResult) \nReference documentation and code samples for the Google Cloud Asset V1 Client class QueryResult.\n\nExecution results of the query.\n\nThe result is formatted as rows represented by BigQuery compatible \\[schema\\].\nWhen pagination is necessary, it will contains the page token to retrieve\nthe results of following pages.\n\nGenerated from protobuf message `google.cloud.asset.v1.QueryResult`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Asset \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getRows\n\nEach row hold a query result in the format of `Struct`.\n\n### setRows\n\nEach row hold a query result in the format of `Struct`.\n\n### getSchema\n\nDescribes the format of the \\[rows\\].\n\n### hasSchema\n\n### clearSchema\n\n### setSchema\n\nDescribes the format of the \\[rows\\].\n\n### getNextPageToken\n\nToken to retrieve the next page of the results.\n\n### setNextPageToken\n\nToken to retrieve the next page of the results.\n\n### getTotalRows\n\nTotal rows of the whole query results.\n\n### setTotalRows\n\nTotal rows of the whole query results."]]