public enum JobNotification.Type extends Enum<JobNotification.Type> implements ProtocolMessageEnum
The message type.
Protobuf enum google.events.cloud.batch.v1.JobNotification.Type
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
JOB_STATE_CHANGED |
Notify users that the job state has changed. |
JOB_STATE_CHANGED_VALUE |
Notify users that the job state has changed. |
TASK_STATE_CHANGED |
Notify users that the task state has changed. |
TASK_STATE_CHANGED_VALUE |
Notify users that the task state has changed. |
TYPE_UNSPECIFIED |
Unspecified. |
TYPE_UNSPECIFIED_VALUE |
Unspecified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |