Google Apps Meet V2 Client - Class SignedinUser (0.2.2)

Reference documentation and code samples for the Google Apps Meet V2 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.v2.SignedinUser

Namespace

Google \ Apps \ Meet \ V2

Methods

__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: users/{user}

↳ display_name string

Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-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 name and last name. For a robot account, it's the administrator-specified device name.

For example, "Altostrat Room".

Returns
Type Description
string

setDisplayName

Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name.

For example, "Altostrat Room".

Parameter
Name Description
var string
Returns
Type Description
$this