Get Task Result
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
Link copied to clipboard
constructor(createTime: String, description: String, displayName: String, executionSpec: GoogleCloudDataplexV1TaskExecutionSpecResponse, executionStatus: GoogleCloudDataplexV1TaskExecutionStatusResponse, labels: Map<String, String>, name: String, notebook: GoogleCloudDataplexV1TaskNotebookTaskConfigResponse, spark: GoogleCloudDataplexV1TaskSparkTaskConfigResponse, state: String, triggerSpec: GoogleCloudDataplexV1TaskTriggerSpecResponse, uid: String, updateTime: String)
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
Config related to running scheduled Notebooks.
Link copied to clipboard
Config related to running custom Spark tasks.
Link copied to clipboard
Spec related to how often and when a task should be triggered.
Link copied to clipboard
The time when the task was last updated.