public sealed class Session.Types.SessionStateHistory : IMessage<Session.Types.SessionStateHistory>, IEquatable<Session.Types.SessionStateHistory>, IDeepCloneable<Session.Types.SessionStateHistory>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class Session.Types.SessionStateHistory.
[[["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 reference documentation for the `Session.Types.SessionStateHistory` class within the Google Cloud Dataproc v1 API."],["It details the `SessionStateHistory` class, which is designed to capture historical state information of a session, and its available versions range from 3.1.0 to 5.17.0, with 5.17.0 being the latest."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods for message handling, equality checks, deep cloning, and buffer message operations."],["Key properties of `SessionStateHistory` include `State`, `StateMessage`, and `StateStartTime`, which respectively denote the session's state, details about that state, and the time the session entered that historical state."],["The `SessionStateHistory` class can be instantiated via a default constructor, or via a constructor that accepts another instance of itself to be copied."]]],[]]