Class: Google::Cloud::DeviceStreaming::V1::DeviceSession::SessionStateEvent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#event_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time that the session_state first encountered that state.

Returns:



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.

Returns:



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.

Returns:

  • (::String)

    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