[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Grafeas V1 Client - Class AnalysisStatus (1.2.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.2 (latest)](/php/docs/reference/grafeas/latest/V1.DiscoveryOccurrence.AnalysisStatus)\n- [1.2.1](/php/docs/reference/grafeas/1.2.1/V1.DiscoveryOccurrence.AnalysisStatus)\n- [1.1.3](/php/docs/reference/grafeas/1.1.3/V1.DiscoveryOccurrence.AnalysisStatus)\n- [1.0.0](/php/docs/reference/grafeas/1.0.0/V1.DiscoveryOccurrence.AnalysisStatus)\n- [0.10.3](/php/docs/reference/grafeas/0.10.3/V1.DiscoveryOccurrence.AnalysisStatus)\n- [0.9.0](/php/docs/reference/grafeas/0.9.0/V1.DiscoveryOccurrence.AnalysisStatus)\n- [0.8.3](/php/docs/reference/grafeas/0.8.3/V1.DiscoveryOccurrence.AnalysisStatus)\n- [0.7.1](/php/docs/reference/grafeas/0.7.1/V1.DiscoveryOccurrence.AnalysisStatus)\n- [0.6.0](/php/docs/reference/grafeas/0.6.0/V1.DiscoveryOccurrence.AnalysisStatus)\n- [0.5.0](/php/docs/reference/grafeas/0.5.0/V1.DiscoveryOccurrence.AnalysisStatus)\n- [0.4.4](/php/docs/reference/grafeas/0.4.4/V1.DiscoveryOccurrence.AnalysisStatus) \nReference documentation and code samples for the Grafeas V1 Client class AnalysisStatus.\n\nAnalysis status for a resource. Currently for initial analysis only (not\nupdated in continuous analysis).\n\nProtobuf type `grafeas.v1.DiscoveryOccurrence.AnalysisStatus`\n\nNamespace\n---------\n\nGrafeas \\\\ V1 \\\\ DiscoveryOccurrence\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ANALYSIS_STATUS_UNSPECIFIED\n\n Value: 0\n\nUnknown.\n\nGenerated from protobuf enum `ANALYSIS_STATUS_UNSPECIFIED = 0;`\n\n### PENDING\n\n Value: 1\n\nResource is known but no action has been taken yet.\n\nGenerated from protobuf enum `PENDING = 1;`\n\n### SCANNING\n\n Value: 2\n\nResource is being analyzed.\n\nGenerated from protobuf enum `SCANNING = 2;`\n\n### FINISHED_SUCCESS\n\n Value: 3\n\nAnalysis has finished successfully.\n\nGenerated from protobuf enum `FINISHED_SUCCESS = 3;`\n\n### COMPLETE\n\n Value: 3\n\nAnalysis has completed.\n\nGenerated from protobuf enum `COMPLETE = 3;`\n\n### FINISHED_FAILED\n\n Value: 4\n\nAnalysis has finished unsuccessfully, the analysis itself is in a bad\nstate.\n\nGenerated from protobuf enum `FINISHED_FAILED = 4;`\n\n### FINISHED_UNSUPPORTED\n\n Value: 5\n\nThe resource is known not to be supported.\n\nGenerated from protobuf enum `FINISHED_UNSUPPORTED = 5;`"]]