Reference documentation and code samples for the Google Apps Meet V2beta 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.v2beta.Space
Namespace
Google \ Apps \ Meet \ V2betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Immutable. Resource name of the space. Format: spaces/{space}
. {space}
is the resource identifier for the space. It's a unique, server-generated ID and is case sensitive. For example, jQCFfuBOdN5z
. For more information, see How Meet identifies a meeting space
.
↳ meeting_uri
string
Output only. URI used to join meetings consisting of https://meet.google.com/
followed by the meeting_code
. For example, https://meet.google.com/abc-mnop-xyz
.
↳ meeting_code
string
Output only. Type friendly unique string used to join the meeting. Format: [a-z]+-[a-z]+-[a-z]+
. For example, abc-mnop-xyz
. The maximum length is 128 characters. Can only be used as an alias of the space name to get the space.
↳ config
↳ active_conference
getName
Immutable. Resource name of the space.
Format: spaces/{space}
. {space}
is the resource identifier for the space. It's a unique,
server-generated ID and is case sensitive. For example, jQCFfuBOdN5z
.
For more information, see How Meet identifies a meeting
space
.
string
setName
Immutable. Resource name of the space.
Format: spaces/{space}
. {space}
is the resource identifier for the space. It's a unique,
server-generated ID and is case sensitive. For example, jQCFfuBOdN5z
.
For more information, see How Meet identifies a meeting
space
.
var
string
$this
getMeetingUri
Output only. URI used to join meetings consisting of https://meet.google.com/
followed by the meeting_code
. For example, https://meet.google.com/abc-mnop-xyz
.
string
setMeetingUri
Output only. URI used to join meetings consisting of https://meet.google.com/
followed by the meeting_code
. For example, https://meet.google.com/abc-mnop-xyz
.
var
string
$this
getMeetingCode
Output only. Type friendly unique string used to join the meeting.
Format: [a-z]+-[a-z]+-[a-z]+
. For example, abc-mnop-xyz
.
The maximum length is 128 characters.
Can only be used as an alias of the space name to get the space.
string
setMeetingCode
Output only. Type friendly unique string used to join the meeting.
Format: [a-z]+-[a-z]+-[a-z]+
. For example, abc-mnop-xyz
.
The maximum length is 128 characters.
Can only be used as an alias of the space name to get the space.
var
string
$this
getConfig
Configuration pertaining to the meeting space.
hasConfig
clearConfig
setConfig
Configuration pertaining to the meeting space.
$this
getActiveConference
Active conference, if it exists.
hasActiveConference
clearActiveConference
setActiveConference
Active conference, if it exists.
$this