Reference documentation and code samples for the Google Apps Meet V2beta Client class Participant.
User who attended or is attending a conference.
Generated from protobuf message google.apps.meet.v2beta.Participant
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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: |
↳ 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 | |
|---|---|
| Type | Description |
Google\Apps\Meet\V2beta\SignedinUser|null |
|
hasSignedinUser
setSignedinUser
Signed-in user.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Apps\Meet\V2beta\SignedinUser
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAnonymousUser
Anonymous user.
| Returns | |
|---|---|
| Type | Description |
Google\Apps\Meet\V2beta\AnonymousUser|null |
|
hasAnonymousUser
setAnonymousUser
Anonymous user.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Apps\Meet\V2beta\AnonymousUser
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPhoneUser
User who calls in from their phone.
| Returns | |
|---|---|
| Type | Description |
Google\Apps\Meet\V2beta\PhoneUser|null |
|
hasPhoneUser
setPhoneUser
User who calls in from their phone.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Apps\Meet\V2beta\PhoneUser
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getName
Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Output only. Resource name of the participant.
Format: conferenceRecords/{conference_record}/participants/{participant}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getEarliestStartTime
Output only. Time when the participant joined the meeting for the first time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasEarliestStartTime
clearEarliestStartTime
setEarliestStartTime
Output only. Time when the participant joined the meeting for the first time.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUser
| Returns | |
|---|---|
| Type | Description |
string |
|