JobMode

The processing mode of the job. The default is PROCESSING_MODE_INTERACTIVE.

Entries

Link copied to clipboard

The job processing mode is not specified.

Link copied to clipboard

The job processing mode is interactive mode. Interactive job will either be ran or rejected if quota does not allow for it.

Link copied to clipboard

The job processing mode is batch mode. Batch mode allows queuing of jobs.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): JobMode
Link copied to clipboard
fun valueOf(value: String): JobMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: JobMode
Link copied to clipboard
Link copied to clipboard