Class: Google::Cloud::Dataproc::V1::Session::SessionStateHistory
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::Session::SessionStateHistory
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/sessions.rb
Overview
Historical state information.
Instance Attribute Summary collapse
-
#state ⇒ ::Google::Cloud::Dataproc::V1::Session::State
readonly
Output only.
-
#state_message ⇒ ::String
readonly
Output only.
-
#state_start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#state ⇒ ::Google::Cloud::Dataproc::V1::Session::State (readonly)
Returns Output only. The state of the session at this point in the session history.
233 234 235 236 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 233 class SessionStateHistory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state_message ⇒ ::String (readonly)
Returns Output only. Details about the state at this point in the session history.
233 234 235 236 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 233 class SessionStateHistory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state_start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time when the session entered the historical state.
233 234 235 236 |
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 233 class SessionStateHistory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |