Google Cloud Batch V1 Client - Class Type (0.3.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

Methods

name

Parameter
NameDescription
value mixed

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;