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.
Implements
IMessage<JobStatus>, IEquatable<JobStatus>, IDeepCloneable<JobStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
JobStatus()
public JobStatus()
JobStatus(JobStatus)
public JobStatus(JobStatus other)
Parameter | |
---|---|
Name | Description |
other | JobStatus |
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 | |
---|---|
Type | Description |
String |
State
public JobStatus.Types.State State { get; set; }
Output only. A state message specifying the overall job state.
Property Value | |
---|---|
Type | Description |
JobStatus.Types.State |
StateStartTime
public Timestamp StateStartTime { get; set; }
Output only. The time when this state was entered.
Property Value | |
---|---|
Type | Description |
Timestamp |
Substate
public JobStatus.Types.Substate Substate { get; set; }
Output only. Additional state information, which includes status reported by the agent.
Property Value | |
---|---|
Type | Description |
JobStatus.Types.Substate |