[[["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,["# Google Cloud Video Transcoder V1 Client - Class ProcessingState (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/php/docs/reference/cloud-video-transcoder/latest/V1.Job.ProcessingState)\n- [1.0.3](/php/docs/reference/cloud-video-transcoder/1.0.3/V1.Job.ProcessingState)\n- [0.10.5](/php/docs/reference/cloud-video-transcoder/0.10.5/V1.Job.ProcessingState)\n- [0.9.1](/php/docs/reference/cloud-video-transcoder/0.9.1/V1.Job.ProcessingState)\n- [0.8.2](/php/docs/reference/cloud-video-transcoder/0.8.2/V1.Job.ProcessingState)\n- [0.7.1](/php/docs/reference/cloud-video-transcoder/0.7.1/V1.Job.ProcessingState)\n- [0.6.0](/php/docs/reference/cloud-video-transcoder/0.6.0/V1.Job.ProcessingState)\n- [0.5.3](/php/docs/reference/cloud-video-transcoder/0.5.3/V1.Job.ProcessingState) \nReference documentation and code samples for the Google Cloud Video Transcoder V1 Client class ProcessingState.\n\nThe current state of the job.\n\nProtobuf type `google.cloud.video.transcoder.v1.Job.ProcessingState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ Transcoder \\\\ V1 \\\\ Job\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### PROCESSING_STATE_UNSPECIFIED\n\n Value: 0\n\nThe processing state is not specified.\n\nGenerated from protobuf enum `PROCESSING_STATE_UNSPECIFIED = 0;`\n\n### PENDING\n\n Value: 1\n\nThe job is enqueued and will be picked up for processing soon.\n\nGenerated from protobuf enum `PENDING = 1;`\n\n### RUNNING\n\n Value: 2\n\nThe job is being processed.\n\nGenerated from protobuf enum `RUNNING = 2;`\n\n### SUCCEEDED\n\n Value: 3\n\nThe job has been completed successfully.\n\nGenerated from protobuf enum `SUCCEEDED = 3;`\n\n### FAILED\n\n Value: 4\n\nThe job has failed. For additional information, see\n[Troubleshooting](https://cloud.google.com/transcoder/docs/troubleshooting).\n\nGenerated from protobuf enum `FAILED = 4;`"]]