public sealed class Batch.Types.StateHistory : IMessage<Batch.Types.StateHistory>, IEquatable<Batch.Types.StateHistory>, IDeepCloneable<Batch.Types.StateHistory>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class Batch.Types.StateHistory.
Historical state information.
Implements
IMessageBatchTypesStateHistory, IEquatableBatchTypesStateHistory, IDeepCloneableBatchTypesStateHistory, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataprocV1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
StateHistory()
public StateHistory()
StateHistory(StateHistory)
public StateHistory(Batch.Types.StateHistory other)
Parameter | |
---|---|
Name | Description |
other | BatchTypesStateHistory |
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 |
BatchTypesState |
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 |