Show / Hide Table of Contents

Class JobStatus

Dataproc job status.

Inheritance
object
JobStatus
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.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class JobStatus : IDirectResponseSchema

Properties

Details

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

Declaration
[JsonProperty("details")]
public virtual string Details { 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

State

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

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

StateStartTime

object representation of StateStartTimeRaw.

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

StateStartTimeDateTimeOffset

DateTimeOffset representation of StateStartTimeRaw.

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

StateStartTimeRaw

Output only. The time when this state was entered.

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

Substate

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX