Reference documentation and code samples for the Grafeas V1 Client class AnalysisStatus.
Analysis status for a resource. Currently for initial analysis only (not updated in continuous analysis).
Protobuf type grafeas.v1.DiscoveryOccurrence.AnalysisStatus
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ANALYSIS_STATUS_UNSPECIFIED
Value: 0
Unknown.
Generated from protobuf enum ANALYSIS_STATUS_UNSPECIFIED = 0;
PENDING
Value: 1
Resource is known but no action has been taken yet.
Generated from protobuf enum PENDING = 1;
SCANNING
Value: 2
Resource is being analyzed.
Generated from protobuf enum SCANNING = 2;
FINISHED_SUCCESS
Value: 3
Analysis has finished successfully.
Generated from protobuf enum FINISHED_SUCCESS = 3;
COMPLETE
Value: 3
Analysis has completed.
Generated from protobuf enum COMPLETE = 3;
FINISHED_FAILED
Value: 4
Analysis has finished unsuccessfully, the analysis itself is in a bad state.
Generated from protobuf enum FINISHED_FAILED = 4;
FINISHED_UNSUPPORTED
Value: 5
The resource is known not to be supported.
Generated from protobuf enum FINISHED_UNSUPPORTED = 5;