Google Cloud Dms V1 Client - Class JobCompletionState (1.4.2)

Reference documentation and code samples for the Google Cloud Dms V1 Client class JobCompletionState.

Final state after a job completes.

Protobuf type google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionState

Namespace

Google \ Cloud \ CloudDms \ V1 \ BackgroundJobLogEntry

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

JOB_COMPLETION_STATE_UNSPECIFIED

Value: 0

The status is not specified. This state is used when job is not yet finished.

Generated from protobuf enum JOB_COMPLETION_STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

Success.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

Error.

Generated from protobuf enum FAILED = 2;