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 messagegoogle.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}.{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, seeHow Meet identifies a meeting space.
↳ meeting_uri
string
Output only. URI used to join meetings consisting ofhttps://meet.google.com/followed by themeeting_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.
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, seeHow Meet identifies a meeting
space.
Returns
Type
Description
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, seeHow Meet identifies a meeting
space.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getMeetingUri
Output only. URI used to join meetings consisting ofhttps://meet.google.com/followed by themeeting_code. For example,https://meet.google.com/abc-mnop-xyz.
Returns
Type
Description
string
setMeetingUri
Output only. URI used to join meetings consisting ofhttps://meet.google.com/followed by themeeting_code. For example,https://meet.google.com/abc-mnop-xyz.
Parameter
Name
Description
var
string
Returns
Type
Description
$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.
Returns
Type
Description
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Meet V2 Client - Class Space (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2.Space)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2.Space)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2.Space)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2.Space)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2.Space) \nReference documentation and code samples for the Google Apps Meet V2 Client class Space.\n\nVirtual place where conferences are held. Only one active conference can be\nheld in one space at any given time.\n\nGenerated from protobuf message `google.apps.meet.v2.Space`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getName\n\nImmutable. Resource name of the space.\n\nFormat: `spaces/{space}`.\n`{space}` is the resource identifier for the space. It's a unique,\nserver-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.\nFor more information, see [How Meet identifies a meeting\nspace](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).\n\n### setName\n\nImmutable. Resource name of the space.\n\nFormat: `spaces/{space}`.\n`{space}` is the resource identifier for the space. It's a unique,\nserver-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.\nFor more information, see [How Meet identifies a meeting\nspace](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).\n\n### getMeetingUri\n\nOutput only. URI used to join meetings consisting of\n`https://meet.google.com/` followed by the `meeting_code`. For example,\n`https://meet.google.com/abc-mnop-xyz`.\n\n### setMeetingUri\n\nOutput only. URI used to join meetings consisting of\n`https://meet.google.com/` followed by the `meeting_code`. For example,\n`https://meet.google.com/abc-mnop-xyz`.\n\n### getMeetingCode\n\nOutput only. Type friendly unique string used to join the meeting.\n\nFormat: `[a-z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`.\nThe maximum length is 128 characters.\nCan only be used as an alias of the space name to get the space.\n\n### setMeetingCode\n\nOutput only. Type friendly unique string used to join the meeting.\n\nFormat: `[a-z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`.\nThe maximum length is 128 characters.\nCan only be used as an alias of the space name to get the space.\n\n### getConfig\n\nConfiguration pertaining to the meeting space.\n\n### hasConfig\n\n### clearConfig\n\n### setConfig\n\nConfiguration pertaining to the meeting space.\n\n### getActiveConference\n\nActive conference, if it exists.\n\n### hasActiveConference\n\n### clearActiveConference\n\n### setActiveConference\n\nActive conference, if it exists."]]