Class: Google::Apps::Meet::V2beta::ParticipantSession
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::ParticipantSession
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/resource.rb
Overview
Developer Preview. Refers to each unique join/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
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when the user session ended. Unset if the user session hasn’t ended.
183 184 185 186 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 183 class ParticipantSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Session id.
183 184 185 186 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 183 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 started.
183 184 185 186 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 183 class ParticipantSession include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |