public sealed class StateHistory : IMessage<Batch.Types.StateHistory>, IEquatable<Batch.Types.StateHistory>, IDeepCloneable<Batch.Types.StateHistory>, IBufferMessage, IMessageHistorical state information.
Implements
IMessage<Batch.Types.StateHistory>, IEquatable<Batch.Types.StateHistory>, IDeepCloneable<Batch.Types.StateHistory>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
StateHistory()
public StateHistory()StateHistory(Batch.Types.StateHistory)
public StateHistory(Batch.Types.StateHistory other)| Parameter | |
|---|---|
| Name | Description |
other |
Batch.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 | |
|---|---|
| Type | Description |
Batch.Types.State |
|
StateMessage
public string StateMessage { get; set; }Output only. Details about the state at this point in history.
| Property Value | |
|---|---|
| Type | Description |
String |
|
StateStartTime
public Timestamp StateStartTime { get; set; }Output only. The time when the batch entered the historical state.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|