Interface protos.google.cloud.dataplex.v1.ITask (3.7.0)

Properties of a Task.

Package

@google-cloud/dataplex

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Task createTime

description

description?: (string|null);

Task description

displayName

displayName?: (string|null);

Task displayName

executionSpec

executionSpec?: (google.cloud.dataplex.v1.Task.IExecutionSpec|null);

Task executionSpec

executionStatus

executionStatus?: (google.cloud.dataplex.v1.Task.IExecutionStatus|null);

Task executionStatus

labels

labels?: ({ [k: string]: string }|null);

Task labels

name

name?: (string|null);

Task name

notebook

notebook?: (google.cloud.dataplex.v1.Task.INotebookTaskConfig|null);

Task notebook

spark

spark?: (google.cloud.dataplex.v1.Task.ISparkTaskConfig|null);

Task spark

state

state?: (google.cloud.dataplex.v1.State|keyof typeof google.cloud.dataplex.v1.State|null);

Task state

triggerSpec

triggerSpec?: (google.cloud.dataplex.v1.Task.ITriggerSpec|null);

Task triggerSpec

uid

uid?: (string|null);

Task uid

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Task updateTime