Module: Google::Cloud::Channel::V1::ReportStatus::State
- Defined in:
- proto_docs/google/cloud/channel/v1/reports_service.rb
Overview
Available states of report generation.
Constant Summary collapse
- STATE_UNSPECIFIED =
Not used.
0
- STARTED =
Report processing started.
1
- WRITING =
Data generated from the report is being staged.
2
- AVAILABLE =
Report data is available for access.
3
- FAILED =
Report failed.
4