public enum Discovered.AnalysisStatus extends Enum<Discovered.AnalysisStatus> implements ProtocolMessageEnumAnalysis status for a resource. Currently for initial analysis only (not updated in continuous analysis).
Protobuf enum grafeas.v1beta1.discovery.Discovered.AnalysisStatus
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ANALYSIS_STATUS_UNSPECIFIED | Unknown. |
| ANALYSIS_STATUS_UNSPECIFIED_VALUE | Unknown. |
| FINISHED_FAILED | Analysis has finished unsuccessfully, the analysis itself is in a bad state. |
| FINISHED_FAILED_VALUE | Analysis has finished unsuccessfully, the analysis itself is in a bad state. |
| FINISHED_SUCCESS | Analysis has finished successfully. |
| FINISHED_SUCCESS_VALUE | Analysis has finished successfully. |
| FINISHED_UNSUPPORTED | The resource is known not to be supported |
| FINISHED_UNSUPPORTED_VALUE | The resource is known not to be supported |
| PENDING | Resource is known but no action has been taken yet. |
| PENDING_VALUE | Resource is known but no action has been taken yet. |
| SCANNING | Resource is being analyzed. |
| SCANNING_VALUE | Resource is being analyzed. |
| UNRECOGNIZED |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |