Google Apps Meet V2beta Client - Class SignedinUser (0.1.0)

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 \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
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 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
TypeDescription
string

setUser

Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: users/{user}

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this