Class: Google::Apps::Meet::V2::Participant

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

Overview

User who attended or is attending a conference.

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_user::Google::Apps::Meet::V2::AnonymousUser

Returns Anonymous user.

Returns:



158
159
160
161
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 158

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

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

Returns Output only. Time when the participant first joined the meeting.

Returns:



158
159
160
161
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 158

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

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

Returns Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting.



158
159
160
161
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 158

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

#name::String (readonly)

Returns Output only. Resource name of the participant. Format: conferenceRecords/{conference_record}/participants/{participant}.

Returns:

  • (::String)

    Output only. Resource name of the participant. Format: conferenceRecords/{conference_record}/participants/{participant}



158
159
160
161
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 158

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

#phone_user::Google::Apps::Meet::V2::PhoneUser

Returns User calling from their phone.

Returns:



158
159
160
161
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 158

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

#signedin_user::Google::Apps::Meet::V2::SignedinUser

Returns Signed-in user.

Returns:



158
159
160
161
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 158

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