Show / Hide Table of Contents

Class JobStatus

Dataproc job status.

Inheritance
System.Object
JobStatus
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Dataproc.v1beta2.Data
Assembly: Google.Apis.Dataproc.v1beta2.dll
Syntax
public class JobStatus : IDirectResponseSchema

Properties

Details

Output only. Optional 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
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.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
System.String

StateStartTime

Output only. The time when this state was entered.

Declaration
[JsonProperty("stateStartTime")]
public virtual object StateStartTime { get; set; }
Property Value
Type Description
System.Object

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
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top