AI-generated Key Takeaways
-
This documentation outlines the JSON response structure for successful query execution jobs in Ads Data Hub.
-
The response includes details such as row count, output artifacts, privacy messages, and destination table information.
-
The
rowCount
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. -
outputArtifacts
,privacyMessages
, anddestinationTables
offer further insights into generated artifacts, privacy-related considerations, and output table details, respectively.
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.
JSON representation |
---|
{ "rowCount": string, "outputArtifacts": { object ( |
Fields | |
---|---|
rowCount |
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. |
outputArtifacts |
Output artifacts generated during query execution |
privacyMessages[] |
List of privacy related information or warning messages. |
destinationTables[] |
List of output tables exported by the query. |