Response returned for successful query execution jobs. This is stored in the response field of the google.longrunning.Operation returned by a query execution request.
Row count in the final output table. A wrapped value is used to distinguish between the case where row count is 0 and the case where this information is not available.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003eThis documentation outlines the JSON response structure for successful query execution jobs in Ads Data Hub.\u003c/p\u003e\n"],["\u003cp\u003eThe response includes details such as row count, output artifacts, privacy messages, and destination table information.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erowCount\u003c/code\u003e field provides the total number of rows in the final output table, using a wrapped value to differentiate between a zero count and unavailable information.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eoutputArtifacts\u003c/code\u003e, \u003ccode\u003eprivacyMessages\u003c/code\u003e, and \u003ccode\u003edestinationTables\u003c/code\u003e offer further insights into generated artifacts, privacy-related considerations, and output table details, respectively.\u003c/p\u003e\n"]]],["Successful query execution returns a response containing the `rowCount`, representing the number of rows in the output table. It includes `outputArtifacts`, detailing artifacts generated during execution, and `privacyMessages`, a list of privacy-related information. The response also provides `destinationTables`, indicating the output tables exported by the query. This data is found in the `google.longrunning.Operation` response's field after a query execution request.\n"],null,["# QueryResponse\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nResponse returned for successful query execution jobs. This is stored in the response field of the google.longrunning.Operation returned by a query execution request.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"rowCount\": string, \"outputArtifacts\": { object (/ads-data-hub/marketers/reference/rest/v1/OutputArtifacts) }, \"privacyMessages\": [ { object (/ads-data-hub/marketers/reference/rest/v1/PrivacyMessage) } ], \"destinationTables\": [ { object (/ads-data-hub/marketers/reference/rest/v1/DestinationTableInfo) } ] } ``` |\n\n| Fields ||\n|-----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `rowCount` | `string (`[Int64Value](https://developers.google.com/discovery/v1/type-format)` format)` Row count in the final output table. A wrapped value is used to distinguish between the case where row count is 0 and the case where this information is not available. |\n| `outputArtifacts` | `object (`[OutputArtifacts](/ads-data-hub/marketers/reference/rest/v1/OutputArtifacts)`)` Output artifacts generated during query execution |\n| `privacyMessages[]` | `object (`[PrivacyMessage](/ads-data-hub/marketers/reference/rest/v1/PrivacyMessage)`)` List of privacy related information or warning messages. |\n| `destinationTables[]` | `object (`[DestinationTableInfo](/ads-data-hub/marketers/reference/rest/v1/DestinationTableInfo)`)` List of output tables exported by the query. |"]]