Show / Hide Table of Contents

Class GoogleCloudDataplexV1Task

A task represents a user-visible job.

Inheritance
object
GoogleCloudDataplexV1Task
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1Task : IDirectResponseSchema

Properties

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time when the task was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

Description

Optional. Description of the task.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

DisplayName

Optional. User friendly display name.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExecutionSpec

Required. Spec related to how a task is executed.

Declaration
[JsonProperty("executionSpec")]
public virtual GoogleCloudDataplexV1TaskExecutionSpec ExecutionSpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1TaskExecutionSpec

ExecutionStatus

Output only. Status of the latest task executions.

Declaration
[JsonProperty("executionStatus")]
public virtual GoogleCloudDataplexV1TaskExecutionStatus ExecutionStatus { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1TaskExecutionStatus

Labels

Optional. User-defined labels for the task.

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

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

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Notebook

Config related to running scheduled Notebooks.

Declaration
[JsonProperty("notebook")]
public virtual GoogleCloudDataplexV1TaskNotebookTaskConfig Notebook { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1TaskNotebookTaskConfig

Spark

Config related to running custom Spark tasks.

Declaration
[JsonProperty("spark")]
public virtual GoogleCloudDataplexV1TaskSparkTaskConfig Spark { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1TaskSparkTaskConfig

State

Output only. Current state of the task.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

TriggerSpec

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

Declaration
[JsonProperty("triggerSpec")]
public virtual GoogleCloudDataplexV1TaskTriggerSpec TriggerSpec { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1TaskTriggerSpec

Uid

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.

Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time when the task was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX