Google Cloud Video Transcoder V1 Client - Class ProcessingState (1.3.1)

Reference documentation and code samples for the Google Cloud Video Transcoder V1 Client class ProcessingState.

The current state of the job.

Protobuf type google.cloud.video.transcoder.v1.Job.ProcessingState

Namespace

Google \ Cloud \ Video \ Transcoder \ V1 \ Job

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PROCESSING_STATE_UNSPECIFIED

Value: 0

The processing state is not specified.

Generated from protobuf enum PROCESSING_STATE_UNSPECIFIED = 0;

PENDING

Value: 1

The job is enqueued and will be picked up for processing soon.

Generated from protobuf enum PENDING = 1;

RUNNING

Value: 2

The job is being processed.

Generated from protobuf enum RUNNING = 2;

SUCCEEDED

Value: 3

The job has been completed successfully.

Generated from protobuf enum SUCCEEDED = 3;

FAILED

Value: 4

The job has failed. For additional information, see Troubleshooting.

Generated from protobuf enum FAILED = 4;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.