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 \ JobNotificationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
JOB_STATE_CHANGED
Value: 1Notify users that the job state has changed.
Generated from protobuf enum JOB_STATE_CHANGED = 1;
TASK_STATE_CHANGED
Value: 2Notify users that the task state has changed.
Generated from protobuf enum TASK_STATE_CHANGED = 2;