Interface JobNotification.MessageOrBuilder

    • Method Detail

      • getTypeValue

        int getTypeValue()
         The message type.
         
        .google.cloud.batch.v1alpha.JobNotification.Type type = 1;
        Returns:
        The enum numeric value on the wire for type.
      • getType

        JobNotification.Type getType()
         The message type.
         
        .google.cloud.batch.v1alpha.JobNotification.Type type = 1;
        Returns:
        The type.
      • getNewJobStateValue

        int getNewJobStateValue()
         The new job state.
         
        .google.cloud.batch.v1alpha.JobStatus.State new_job_state = 2;
        Returns:
        The enum numeric value on the wire for newJobState.
      • getNewJobState

        JobStatus.State getNewJobState()
         The new job state.
         
        .google.cloud.batch.v1alpha.JobStatus.State new_job_state = 2;
        Returns:
        The newJobState.
      • getNewTaskStateValue

        int getNewTaskStateValue()
         The new task state.
         
        .google.cloud.batch.v1alpha.TaskStatus.State new_task_state = 3;
        Returns:
        The enum numeric value on the wire for newTaskState.
      • getNewTaskState

        TaskStatus.State getNewTaskState()
         The new task state.
         
        .google.cloud.batch.v1alpha.TaskStatus.State new_task_state = 3;
        Returns:
        The newTaskState.