Class: Google::Cloud::DeviceStreaming::V1::DeviceSession::SessionStateEvent
- Inherits:
-
Object
- Object
- Google::Cloud::DeviceStreaming::V1::DeviceSession::SessionStateEvent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/devicestreaming/v1/service.rb
Overview
A message encapsulating a series of Session states and the time that the DeviceSession first entered those states.
Instance Attribute Summary collapse
-
#event_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#session_state ⇒ ::Google::Cloud::DeviceStreaming::V1::DeviceSession::SessionState
readonly
Output only.
-
#state_message ⇒ ::String
readonly
Output only.
Instance Attribute Details
#event_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time that the session_state first encountered that state.
168 169 170 171 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 168 class SessionStateEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#session_state ⇒ ::Google::Cloud::DeviceStreaming::V1::DeviceSession::SessionState (readonly)
Returns Output only. The session_state tracked by this event.
168 169 170 171 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 168 class SessionStateEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#state_message ⇒ ::String (readonly)
Returns Output only. A human-readable message to explain the state.
168 169 170 171 |
# File 'proto_docs/google/cloud/devicestreaming/v1/service.rb', line 168 class SessionStateEvent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |