Class Batch.Types.StateHistory (3.4.0)

public sealed class StateHistory : IMessage<Batch.Types.StateHistory>, IEquatable<Batch.Types.StateHistory>, IDeepCloneable<Batch.Types.StateHistory>, IBufferMessage, IMessage

Historical state information.

Inheritance

Object > Batch.Types.StateHistory

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

StateHistory()

public StateHistory()

StateHistory(Batch.Types.StateHistory)

public StateHistory(Batch.Types.StateHistory other)
Parameter
NameDescription
otherBatch.Types.StateHistory

Properties

State

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

Output only. The state of the batch at this point in history.

Property Value
TypeDescription
Batch.Types.State

StateMessage

public string StateMessage { get; set; }

Output only. Details about the state at this point in history.

Property Value
TypeDescription
String

StateStartTime

public Timestamp StateStartTime { get; set; }

Output only. The time when the batch entered the historical state.

Property Value
TypeDescription
Timestamp