GoogleCloudDataplexV1JobResponse

data class GoogleCloudDataplexV1JobResponse(val endTime: String, val message: String, val name: String, val retryCount: Int, val service: String, val serviceJob: String, val startTime: String, val state: String, val uid: String)

A job represents an instance of a task.

Constructors

Link copied to clipboard
fun GoogleCloudDataplexV1JobResponse(endTime: String, message: String, name: String, retryCount: Int, service: String, serviceJob: String, startTime: String, state: String, uid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the job ended.

Link copied to clipboard

Additional information about the current state.

Link copied to clipboard

The relative resource name of the job, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}.

Link copied to clipboard

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

Link copied to clipboard

The underlying service running a job.

Link copied to clipboard

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

Link copied to clipboard

The time when the job was started.

Link copied to clipboard

Execution state for the job.

Link copied to clipboard
val uid: String

System generated globally unique ID for the job.