public static interface JobNotification.MessageOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNewJobState()
public abstract JobStatus.State getNewJobState()
The new job state.
.google.events.cloud.batch.v1.JobStatus.State new_job_state = 2;
Returns | |
---|---|
Type | Description |
JobStatus.State |
The newJobState. |
getNewJobStateValue()
public abstract int getNewJobStateValue()
The new job state.
.google.events.cloud.batch.v1.JobStatus.State new_job_state = 2;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for newJobState. |
getNewTaskState()
public abstract TaskStatus.State getNewTaskState()
The new task state.
.google.events.cloud.batch.v1.TaskStatus.State new_task_state = 3;
Returns | |
---|---|
Type | Description |
TaskStatus.State |
The newTaskState. |
getNewTaskStateValue()
public abstract int getNewTaskStateValue()
The new task state.
.google.events.cloud.batch.v1.TaskStatus.State new_task_state = 3;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for newTaskState. |
getType()
public abstract JobNotification.Type getType()
The message type.
.google.events.cloud.batch.v1.JobNotification.Type type = 1;
Returns | |
---|---|
Type | Description |
JobNotification.Type |
The type. |
getTypeValue()
public abstract int getTypeValue()
The message type.
.google.events.cloud.batch.v1.JobNotification.Type type = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |