Class Job (2.0.0)

public sealed class Job : IMessage<Job>, IEquatable<Job>, IDeepCloneable<Job>, IBufferMessage, IMessage

A job represents an instance of a task.

Inheritance

Object > Job

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Job()

public Job()

Job(Job)

public Job(Job other)
Parameter
NameDescription
otherJob

Properties

EndTime

public Timestamp EndTime { get; set; }

Output only. The time when the job ended.

Property Value
TypeDescription
Timestamp

JobName

public JobName JobName { get; set; }

JobName-typed view over the Name resource name property.

Property Value
TypeDescription
JobName

Message

public string Message { get; set; }

Output only. Additional information about the current state.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

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

Property Value
TypeDescription
String

RetryCount

public uint RetryCount { get; set; }

Output only. The number of times the job has been retried (excluding the initial attempt).

Property Value
TypeDescription
UInt32

Service

public Job.Types.Service Service { get; set; }

Output only. The underlying service running a job.

Property Value
TypeDescription
Job.Types.Service

ServiceJob

public string ServiceJob { get; set; }

Output only. The full resource name for the job run under a particular service.

Property Value
TypeDescription
String

StartTime

public Timestamp StartTime { get; set; }

Output only. The time when the job was started.

Property Value
TypeDescription
Timestamp

State

public Job.Types.State State { get; set; }

Output only. Execution state for the job.

Property Value
TypeDescription
Job.Types.State

Uid

public string Uid { get; set; }

Output only. System generated globally unique ID for the job.

Property Value
TypeDescription
String