Class: Google::Apps::Meet::V2::ParticipantSession

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/apps/meet/v2/resource.rb

Overview

Refers to each unique join or leave session when a user joins a conference from a device. Note that any time a user joins the conference a new unique ID is assigned. That means if a user joins a space multiple times from the same device, they're assigned different IDs, and are also be treated as different participant sessions.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Timestamp when the user session ends. Unset if the user session hasn’t ended.

Returns:



178
179
180
181
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 178

class ParticipantSession
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. Session id.

Returns:

  • (::String)

    Identifier. Session id.



178
179
180
181
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 178

class ParticipantSession
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns Output only. Timestamp when the user session starts.

Returns:



178
179
180
181
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 178

class ParticipantSession
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end