Google Cloud Dataproc v1 API - Class JobStatus (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class JobStatus.

Dataproc job status.

Inheritance

object > JobStatus

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

JobStatus()

public JobStatus()

JobStatus(JobStatus)

public JobStatus(JobStatus other)
Parameter
NameDescription
otherJobStatus

Properties

Details

public string Details { get; set; }

Optional. Output only. Job state details, such as an error description if the state is <code>ERROR</code>.

Property Value
TypeDescription
string

State

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

Output only. A state message specifying the overall job state.

Property Value
TypeDescription
JobStatusTypesState

StateStartTime

public Timestamp StateStartTime { get; set; }

Output only. The time when this state was entered.

Property Value
TypeDescription
Timestamp

Substate

public JobStatus.Types.Substate Substate { get; set; }

Output only. Additional state information, which includes status reported by the agent.

Property Value
TypeDescription
JobStatusTypesSubstate