Google Cloud Storage Batch Operations V1 Client - Class State (0.1.2)

Reference documentation and code samples for the Google Cloud Storage Batch Operations V1 Client class State.

Describes state of a job.

Protobuf type google.cloud.storagebatchoperations.v1.Job.State

Namespace

Google \ Cloud \ StorageBatchOperations \ V1 \ Job

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

In progress.

Generated from protobuf enum RUNNING = 1;

SUCCEEDED

Value: 2

Completed successfully.

Generated from protobuf enum SUCCEEDED = 2;

CANCELED

Value: 3

Cancelled by the user.

Generated from protobuf enum CANCELED = 3;

FAILED

Value: 4

Terminated due to an unrecoverable failure.

Generated from protobuf enum FAILED = 4;