GetTaskResult

data class GetTaskResult(val createTime: String, val description: String, val displayName: String, val executionSpec: GoogleCloudDataplexV1TaskExecutionSpecResponse, val executionStatus: GoogleCloudDataplexV1TaskExecutionStatusResponse, val labels: Map<String, String>, val name: String, val notebook: GoogleCloudDataplexV1TaskNotebookTaskConfigResponse, val spark: GoogleCloudDataplexV1TaskSparkTaskConfigResponse, val state: String, val triggerSpec: GoogleCloudDataplexV1TaskTriggerSpecResponse, val uid: String, val updateTime: String)

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the task was created.

Link copied to clipboard

Optional. Description of the task.

Link copied to clipboard

Optional. User friendly display name.

Link copied to clipboard

Spec related to how a task is executed.

Link copied to clipboard

Status of the latest task executions.

Link copied to clipboard

Optional. User-defined labels for the task.

Link copied to clipboard

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

Link copied to clipboard

Config related to running scheduled Notebooks.

Link copied to clipboard

Config related to running custom Spark tasks.

Link copied to clipboard

Current state of the task.

Link copied to clipboard

Spec related to how often and when a task should be triggered.

Link copied to clipboard
val uid: String

System generated globally unique ID for the task. This ID will be different if the task is deleted and re-created with the same name.

Link copied to clipboard

The time when the task was last updated.