Skip to main content

tasks

Overview

Nametasks
TypeResource
Idgoogle.dataplex.tasks

Fields

NameDatatypeDescription
namestringOutput only. The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.
descriptionstringOptional. Description of the task.
createTimestringOutput only. The time when the task was created.
displayNamestringOptional. User friendly display name.
executionSpecobjectExecution related settings, like retry and service_account.
executionStatusobjectStatus of the task execution (e.g. Jobs).
labelsobjectOptional. User-defined labels for the task.
notebookobjectConfig for running scheduled notebooks.
sparkobjectUser-specified config for running a Spark task.
statestringOutput only. Current state of the task.
triggerSpecobjectTask scheduling and trigger settings.
uidstringOutput only. 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.
updateTimestringOutput only. The time when the task was last updated.

Methods

NameAccessible byRequired ParamsDescription
projects_locations_lakes_tasks_getSELECTlakesId, locationsId, projectsId, tasksIdGet task resource.
projects_locations_lakes_tasks_listSELECTlakesId, locationsId, projectsIdLists tasks under the given lake.
projects_locations_lakes_tasks_createINSERTlakesId, locationsId, projectsIdCreates a task resource within a lake.
projects_locations_lakes_tasks_deleteDELETElakesId, locationsId, projectsId, tasksIdDelete the task resource.
_projects_locations_lakes_tasks_listEXEClakesId, locationsId, projectsIdLists tasks under the given lake.
projects_locations_lakes_tasks_patchEXEClakesId, locationsId, projectsId, tasksIdUpdate the task resource.
projects_locations_lakes_tasks_runEXEClakesId, locationsId, projectsId, tasksIdRun an on demand execution of a Task.