Module: Grafeas::V1::DiscoveryOccurrence::AnalysisStatus
- Defined in:
- proto_docs/grafeas/v1/discovery.rb
Overview
Analysis status for a resource. Currently for initial analysis only (not updated in continuous analysis).
Constant Summary collapse
- ANALYSIS_STATUS_UNSPECIFIED =
Unknown.
0
- PENDING =
Resource is known but no action has been taken yet.
1
- SCANNING =
Resource is being analyzed.
2
- FINISHED_SUCCESS =
Analysis has finished successfully.
3
- COMPLETE =
Analysis has completed.
3
- FINISHED_FAILED =
Analysis has finished unsuccessfully, the analysis itself is in a bad state.
4
- FINISHED_UNSUPPORTED =
The resource is known not to be supported.
5