Grafeas V1 API - Module Grafeas::V1::DiscoveryOccurrence::AnalysisStatus (v1.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Grafeas V1 API module Grafeas::V1::DiscoveryOccurrence::AnalysisStatus.
Analysis status for a resource. Currently for initial analysis only (not
updated in continuous analysis).
Constants
ANALYSIS_STATUS_UNSPECIFIED
value: 0 Unknown.
PENDING
value: 1 Resource is known but no action has been taken yet.
SCANNING
value: 2 Resource is being analyzed.
FINISHED_SUCCESS
value: 3 Analysis has finished successfully.
COMPLETE
value: 3 Analysis has completed.
FINISHED_FAILED
value: 4 Analysis has finished unsuccessfully, the analysis itself is in a bad
state.
FINISHED_UNSUPPORTED
value: 5 The resource is known not to be supported.