Reference documentation and code samples for the Google Apps Meet V2beta Client class SignedinUser.
A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode.
b) A robot account used by conference room devices.
Generated from protobuf message google.apps.meet.v2beta.SignedinUser
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user |
string
Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: |
↳ display_name |
string
Output only. For a personal device, it's the user's first and last name. For a robot account, it's the admin specified device name. For example, "Altostrat Room". |
getUser
Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
Returns | |
---|---|
Type | Description |
string |
setUser
Output only. Unique ID for the user. Interoperable with Admin SDK API and
People API. Format: users/{user}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Output only. For a personal device, it's the user's first and last name.
For a robot account, it's the admin specified device name. For example, "Altostrat Room".
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Output only. For a personal device, it's the user's first and last name.
For a robot account, it's the admin specified device name. For example, "Altostrat Room".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |