public sealed class StateHistory : IMessage<Batch.Types.StateHistory>, IEquatable<Batch.Types.StateHistory>, IDeepCloneable<Batch.Types.StateHistory>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `StateHistory` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its structure and usage across multiple versions."],["The `StateHistory` class represents historical state information for batches and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `StateHistory` class include `State`, `StateMessage`, and `StateStartTime`, which respectively describe the state, details about the state, and the timestamp of when the state was entered."],["The documentation lists available versions of the `StateHistory` class, ranging from version 3.1.0 up to the latest version 5.17.0, along with the 4.0.0 version."],["The class also has two constructors: one default and one that accepts an existing instance of `Batch.Types.StateHistory` as an argument for creating a new object."]]],[]]