Enum JobNotification.Type (0.37.0)

public enum JobNotification.Type extends Enum<JobNotification.Type> implements ProtocolMessageEnum

The message type.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
JOB_STATE_CHANGED

Notify users that the job state has changed.

JOB_STATE_CHANGED = 1;

JOB_STATE_CHANGED_VALUE

Notify users that the job state has changed.

JOB_STATE_CHANGED = 1;

TASK_STATE_CHANGED

Notify users that the task state has changed.

TASK_STATE_CHANGED = 2;

TASK_STATE_CHANGED_VALUE

Notify users that the task state has changed.

TASK_STATE_CHANGED = 2;

TYPE_UNSPECIFIED

Unspecified.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()