Resource: Report
A single report generated by its parent report.
JSON representation |
---|
{ "key": { object ( |
Fields | |
---|---|
key |
The key information identifying the report. |
metadata |
The metadata of the report. |
params |
The parameters of the report. |
ReportKey
Identifying information of a report.
JSON representation |
---|
{ "queryId": string, "reportId": string } |
Fields | |
---|---|
queryId |
Output only. The unique ID of the query that generated the report. |
reportId |
Output only. The unique ID of the report. |
ReportMetadata
The metadata of a report.
JSON representation |
---|
{ "status": { object ( |
Fields | |
---|---|
status |
The status of the report. |
reportDataStartDate |
The start date of the report data date range. |
reportDataEndDate |
The end date of the report data date range. |
googleCloudStoragePath |
Output only. The location of the generated report file in Google Cloud Storage. This field will be absent if |
ReportStatus
The status of a report.
JSON representation |
---|
{ "state": enum ( |
Fields | |
---|---|
state |
Output only. The state of the report generation. |
finishTime |
Output only. The timestamp of when report generation finished successfully or in failure. This field will not be set unless A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
format |
The format of the generated report file. |
State
Possible states of report generation.
Enums | |
---|---|
STATE_UNSPECIFIED |
Default value when state is not specified or is unknown in this version. |
QUEUED |
The report is queued to run. |
RUNNING |
The report is currently running. |
DONE |
The report has finished running successfully. |
FAILED |
The report has finished running in failure. |
Methods |
|
---|---|
|
Retrieves a report. |
|
Lists reports generated by the provided query. |