Google Cloud Dataproc v1 API - Class Session.Types.SessionStateHistory (5.10.0)

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.

Inheritance

object > Session.Types.SessionStateHistory

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

SessionStateHistory()

public SessionStateHistory()

SessionStateHistory(SessionStateHistory)

public SessionStateHistory(Session.Types.SessionStateHistory other)
Parameter
NameDescription
otherSessionTypesSessionStateHistory

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
TypeDescription
SessionTypesState

StateMessage

public string StateMessage { get; set; }

Output only. Details about the state at this point in the session history.

Property Value
TypeDescription
string

StateStartTime

public Timestamp StateStartTime { get; set; }

Output only. The time when the session entered the historical state.

Property Value
TypeDescription
Timestamp