AsyncQuery Stay organized with collections Save and categorize content based on your preferences.
| JSON representation |
|---|
{"self":string,"state":string,"created":string,"updated":string,"result":{object ( |
| Fields | |
|---|---|
self |
Self link of the query. Example: |
state |
Query state could be "enqueued", "running", "completed", "failed". |
created |
Creation time of the query. |
updated |
Last updated timestamp for the query. |
result |
Result is available only after the query is completed. |
resultRows |
ResultRows is available only after the query is completed. |
resultFileSize |
ResultFileSize is available only after the query is completed. |
executionTime |
ExecutionTime is available only after the query is completed. |
error |
Error is set when query fails. |
queryParams |
Contains information like metrics, dimenstions etc of the AsyncQuery. |
reportDefinitionId |
Asynchronous Report ID. |
name |
Asynchronous Query Name. |
envgroupHostname |
Hostname is available only when query is executed at host level. |
Result
| JSON representation |
|---|
{"self":string,"expires":string} |
| Fields | |
|---|---|
self |
Self link of the query results. Example: |
expires |
Query result will be unaccessable after this time. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-17 UTC.