Google Cloud Batch V1 Client - Class Type (0.14.0)

Reference documentation and code samples for the Google Cloud Batch V1 Client class Type.

The message type.

Protobuf type google.cloud.batch.v1.JobNotification.Type

Namespace

Google \ Cloud \ Batch \ V1 \ JobNotification

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

JOB_STATE_CHANGED

Value: 1

Notify users that the job state has changed.

Generated from protobuf enum JOB_STATE_CHANGED = 1;

TASK_STATE_CHANGED

Value: 2

Notify users that the task state has changed.

Generated from protobuf enum TASK_STATE_CHANGED = 2;