QueryResponse
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.
Fields |
rowCount |
string (Int64Value 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.
|
outputArtifacts |
object (OutputArtifacts )
Output artifacts generated during query execution
|
privacyMessages[] |
object (PrivacyMessage )
List of privacy related information or warning messages.
|
destinationTables[] |
object (DestinationTableInfo )
List of output tables exported by the query.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["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`, and `destinationTables` offer further insights into generated artifacts, privacy-related considerations, and output table details, respectively."]]],["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"]]