Send feedback
Class Task (2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.1.0 keyboard_arrow_down
public sealed class Task : IMessage<Task>, IEquatable<Task>, IDeepCloneable<Task>, IBufferMessage, IMessage
A task represents a user-visible job.
Namespace
Google.Cloud.Dataplex.V1
Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Task()
Task(Task)
Parameter Name Description other
Task
Properties
ConfigCase
public Task.ConfigOneofCase ConfigCase { get; }
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the task was created.
Description
public string Description { get; set; }
Optional. Description of the task.
Property Value Type Description String
DisplayName
public string DisplayName { get; set; }
Optional. User friendly display name.
Property Value Type Description String
ExecutionSpec
public Task.Types.ExecutionSpec ExecutionSpec { get; set; }
Required. Spec related to how a task is executed.
ExecutionStatus
public Task.Types.ExecutionStatus ExecutionStatus { get; set; }
Output only. Status of the latest task executions.
Labels
public MapField<string, string> Labels { get; }
Optional. User-defined labels for the task.
Name
public string Name { get; set; }
Output only. The relative resource name of the task, of the form:
projects/{project_number}/locations/{location_id}/lakes/{lake_id}/
tasks/{task_id}.
Property Value Type Description String
Spark
public Task.Types.SparkTaskConfig Spark { get; set; }
Config related to running custom Spark tasks.
State
public State State { get; set; }
Output only. Current state of the task.
Property Value Type Description State
TaskName
public TaskName TaskName { get; set; }
TriggerSpec
public Task.Types.TriggerSpec TriggerSpec { get; set; }
Required. Spec related to how often and when a task should be triggered.
Uid
public string Uid { get; set; }
Output 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.
Property Value Type Description String
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the task was last updated.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]