AI-generated Key Takeaways
-
QueryResponse represents the response for successful query execution jobs, stored in the response field of the google.longrunning.Operation.
-
It includes fields like
rowCount
,outputArtifacts
,privacyMessages
, anddestinationTables
. -
rowCount
indicates the number of rows in the final output table. -
outputArtifacts
contains artifacts generated during query execution. -
privacyMessages
is a list of privacy-related messages, anddestinationTables
lists the output tables.
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. |