Google Apps Meet V2 Client - Class Space (0.2.2)

Reference documentation and code samples for the Google Apps Meet V2 Client class Space.

Virtual place where conferences are held. Only one active conference can be held in one space at any given time.

Generated from protobuf message google.apps.meet.v2.Space

Namespace

Google \ Apps \ Meet \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Immutable. Resource name of the space. Format: spaces/{space}

↳ meeting_uri string

Output only. URI used to join meetings, such as https://meet.google.com/abc-mnop-xyz.

↳ meeting_code string

Output only. Type friendly code to join the meeting. Format: [a-z]+-[a-z]+-[a-z]+ such as abc-mnop-xyz. The maximum length is 128 characters. Can only be used as an alias of the space ID to get the space.

↳ config Google\Apps\Meet\V2\SpaceConfig

Configuration pertaining to the meeting space.

↳ active_conference Google\Apps\Meet\V2\ActiveConference

Active conference, if it exists.

getName

Immutable. Resource name of the space.

Format: spaces/{space}

Returns
Type Description
string

setName

Immutable. Resource name of the space.

Format: spaces/{space}

Parameter
Name Description
var string
Returns
Type Description
$this

getMeetingUri

Output only. URI used to join meetings, such as https://meet.google.com/abc-mnop-xyz.

Returns
Type Description
string

setMeetingUri

Output only. URI used to join meetings, such as https://meet.google.com/abc-mnop-xyz.

Parameter
Name Description
var string
Returns
Type Description
$this

getMeetingCode

Output only. Type friendly code to join the meeting. Format: [a-z]+-[a-z]+-[a-z]+ such as abc-mnop-xyz. The maximum length is 128 characters. Can only be used as an alias of the space ID to get the space.

Returns
Type Description
string

setMeetingCode

Output only. Type friendly code to join the meeting. Format: [a-z]+-[a-z]+-[a-z]+ such as abc-mnop-xyz. The maximum length is 128 characters. Can only be used as an alias of the space ID to get the space.

Parameter
Name Description
var string
Returns
Type Description
$this

getConfig

Configuration pertaining to the meeting space.

Returns
Type Description
Google\Apps\Meet\V2\SpaceConfig|null

hasConfig

clearConfig

setConfig

Configuration pertaining to the meeting space.

Parameter
Name Description
var Google\Apps\Meet\V2\SpaceConfig
Returns
Type Description
$this

getActiveConference

Active conference, if it exists.

Returns
Type Description
Google\Apps\Meet\V2\ActiveConference|null

hasActiveConference

clearActiveConference

setActiveConference

Active conference, if it exists.

Parameter
Name Description
var Google\Apps\Meet\V2\ActiveConference
Returns
Type Description
$this