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.
Historical state information.
Implements
IMessageSessionTypesSessionStateHistory, IEquatableSessionTypesSessionStateHistory, IDeepCloneableSessionTypesSessionStateHistory, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
SessionStateHistory()
public SessionStateHistory()
SessionStateHistory(SessionStateHistory)
public SessionStateHistory(Session.Types.SessionStateHistory other)
Parameter | |
---|---|
Name | Description |
other |
SessionTypesSessionStateHistory |
Properties
State
public Session.Types.State State { get; set; }
Output only. The state of the session at this point in the session history.
Property Value | |
---|---|
Type | Description |
SessionTypesState |
StateMessage
public string StateMessage { get; set; }
Output only. Details about the state at this point in the session history.
Property Value | |
---|---|
Type | Description |
string |
StateStartTime
public Timestamp StateStartTime { get; set; }
Output only. The time when the session entered the historical state.
Property Value | |
---|---|
Type | Description |
Timestamp |