This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the
Marketers site. If you are a measurement partner, refer to the
Measurement Partners site.
QueryResponse
Stay organized with collections
Save and categorize content based on your preferences.
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."],[],["Successful query execution returns a response containing key data. This includes `rowCount`, a string representing the number of rows in the output table. `outputArtifacts` details generated artifacts. The `privacyMessages` array lists any privacy information or warnings. Finally, `destinationTables` provides information about the tables output by the query. This information is structured as JSON and is stored in the response field of a google.longrunning.Operation.\n"],null,[]]