Google Apps Meet V2beta Client - Class Space (0.1.0)

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

Developer Preview.

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.v2beta.Space

Namespace

Google \ Apps \ Meet \ V2beta

Methods

__construct

Constructor.

Parameters
NameDescription
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 meeting, 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 alias of the space ID to get the space.

↳ config Google\Apps\Meet\V2beta\SpaceConfig

Configuration pertaining to the meeting space.

↳ active_conference Google\Apps\Meet\V2beta\ActiveConference

Active conference if it exists.

getName

Immutable. Resource name of the space.

Format: spaces/{space}

Returns
TypeDescription
string

setName

Immutable. Resource name of the space.

Format: spaces/{space}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMeetingUri

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

Returns
TypeDescription
string

setMeetingUri

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

Parameter
NameDescription
var string
Returns
TypeDescription
$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 alias of the space ID to get the space.

Returns
TypeDescription
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 alias of the space ID to get the space.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getConfig

Configuration pertaining to the meeting space.

Returns
TypeDescription
Google\Apps\Meet\V2beta\SpaceConfig|null

hasConfig

clearConfig

setConfig

Configuration pertaining to the meeting space.

Parameter
NameDescription
var Google\Apps\Meet\V2beta\SpaceConfig
Returns
TypeDescription
$this

getActiveConference

Active conference if it exists.

Returns
TypeDescription
Google\Apps\Meet\V2beta\ActiveConference|null

hasActiveConference

clearActiveConference

setActiveConference

Active conference if it exists.

Parameter
NameDescription
var Google\Apps\Meet\V2beta\ActiveConference
Returns
TypeDescription
$this