Google Apps Meet V2beta Client - Class Participant (0.1.0)

Reference documentation and code samples for the Google Apps Meet V2beta Client class Participant.

Developer Preview.

User who attended or is attending a conference.

Generated from protobuf message google.apps.meet.v2beta.Participant

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ signedin_user Google\Apps\Meet\V2beta\SignedinUser

Signed-in user.

↳ anonymous_user Google\Apps\Meet\V2beta\AnonymousUser

Anonymous user.

↳ phone_user Google\Apps\Meet\V2beta\PhoneUser

User who calls in from their phone.

↳ name string

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

↳ earliest_start_time Google\Protobuf\Timestamp

Output only. Time when the participant joined the meeting for the first time.

↳ latest_end_time Google\Protobuf\Timestamp

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

getSignedinUser

Signed-in user.

Returns
TypeDescription
Google\Apps\Meet\V2beta\SignedinUser|null

hasSignedinUser

setSignedinUser

Signed-in user.

Parameter
NameDescription
var Google\Apps\Meet\V2beta\SignedinUser
Returns
TypeDescription
$this

getAnonymousUser

Anonymous user.

Returns
TypeDescription
Google\Apps\Meet\V2beta\AnonymousUser|null

hasAnonymousUser

setAnonymousUser

Anonymous user.

Parameter
NameDescription
var Google\Apps\Meet\V2beta\AnonymousUser
Returns
TypeDescription
$this

getPhoneUser

User who calls in from their phone.

Returns
TypeDescription
Google\Apps\Meet\V2beta\PhoneUser|null

hasPhoneUser

setPhoneUser

User who calls in from their phone.

Parameter
NameDescription
var Google\Apps\Meet\V2beta\PhoneUser
Returns
TypeDescription
$this

getName

Output only. Resource name of the participant.

Format: conferenceRecords/{conference_record}/participants/{participant}

Returns
TypeDescription
string

setName

Output only. Resource name of the participant.

Format: conferenceRecords/{conference_record}/participants/{participant}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getEarliestStartTime

Output only. Time when the participant joined the meeting for the first time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasEarliestStartTime

clearEarliestStartTime

setEarliestStartTime

Output only. Time when the participant joined the meeting for the first time.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLatestEndTime

Output only. Time when the participant left the meeting for the last time.

This can be null if it is an active meeting.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasLatestEndTime

clearLatestEndTime

setLatestEndTime

Output only. Time when the participant left the meeting for the last time.

This can be null if it is an active meeting.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUser

Returns
TypeDescription
string