TaskExecutionStatusLatestJob

data class TaskExecutionStatusLatestJob(val endTime: String? = null, val message: String? = null, val name: String? = null, val retryCount: Int? = null, val service: String? = null, val serviceJob: String? = null, val startTime: String? = null, val state: String? = null, val uid: String? = null)

Constructors

Link copied to clipboard
constructor(endTime: String? = null, message: String? = null, name: String? = null, retryCount: Int? = null, service: String? = null, serviceJob: String? = null, startTime: String? = null, state: String? = null, uid: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endTime: String? = null

(Output) The time when the job ended.

Link copied to clipboard
val message: String? = null

(Output) Additional information about the current state.

Link copied to clipboard
val name: String? = null

(Output) The relative resource name of the job, of the form: projects/{project_number}/locations/{locationId}/lakes/{lakeId}/tasks/{taskId}/jobs/{jobId}.

Link copied to clipboard
val retryCount: Int? = null

(Output) The number of times the job has been retried (excluding the initial attempt).

Link copied to clipboard
val service: String? = null

(Output) The underlying service running a job.

Link copied to clipboard
val serviceJob: String? = null

(Output) The full resource name for the job run under a particular service.

Link copied to clipboard
val startTime: String? = null

The first run of the task will be after this time. If not specified, the task will run shortly after being submitted if ON_DEMAND and based on the schedule if RECURRING.

Link copied to clipboard
val state: String? = null

(Output) Execution state for the job.

Link copied to clipboard
val uid: String? = null

(Output) System generated globally unique ID for the job.