Interface JobNotification.MessageOrBuilder (0.41.0)

public static interface JobNotification.MessageOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNewJobState()

public abstract JobStatus.State getNewJobState()

The new job state.

.google.cloud.batch.v1.JobStatus.State new_job_state = 2;

Returns
TypeDescription
JobStatus.State

The newJobState.

getNewJobStateValue()

public abstract int getNewJobStateValue()

The new job state.

.google.cloud.batch.v1.JobStatus.State new_job_state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for newJobState.

getNewTaskState()

public abstract TaskStatus.State getNewTaskState()

The new task state.

.google.cloud.batch.v1.TaskStatus.State new_task_state = 3;

Returns
TypeDescription
TaskStatus.State

The newTaskState.

getNewTaskStateValue()

public abstract int getNewTaskStateValue()

The new task state.

.google.cloud.batch.v1.TaskStatus.State new_task_state = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for newTaskState.

getType()

public abstract JobNotification.Type getType()

The message type.

.google.cloud.batch.v1.JobNotification.Type type = 1;

Returns
TypeDescription
JobNotification.Type

The type.

getTypeValue()

public abstract int getTypeValue()

The message type.

.google.cloud.batch.v1.JobNotification.Type type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.