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."],[[["The provided content outlines the `StateHistory` class within the `Google.Cloud.Dataproc.V1` namespace, detailing its implementation and historical versions."],["`StateHistory` is a class used to represent historical state information for batches, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StateHistory` class has a constructor that allows it to be instantiated and also cloned from another `StateHistory` instance."],["Key properties of the `StateHistory` class include `State`, `StateMessage`, and `StateStartTime`, providing details about the batch's historical state, relevant messages, and timestamps."],["The document also contains a list of historical versions of the `Google.Cloud.Dataproc.V1` library, ranging from version 3.1.0 to the latest 5.17.0, showing the evolution of the library over time."]]],[]]