(::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.
#meeting_uri
defmeeting_uri()->::String
Returns
(::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.
#name
defname()->::String
Returns
(::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.
[[["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 Meet V2 API - Class Google::Apps::Meet::V2::Space (v0.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.5.0 (latest)](/ruby/docs/reference/google-apps-meet-v2/latest/Google-Apps-Meet-V2-Space)\n- [0.4.2](/ruby/docs/reference/google-apps-meet-v2/0.4.2/Google-Apps-Meet-V2-Space)\n- [0.3.0](/ruby/docs/reference/google-apps-meet-v2/0.3.0/Google-Apps-Meet-V2-Space)\n- [0.2.2](/ruby/docs/reference/google-apps-meet-v2/0.2.2/Google-Apps-Meet-V2-Space)\n- [0.1.0](/ruby/docs/reference/google-apps-meet-v2/0.1.0/Google-Apps-Meet-V2-Space) \nReference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::Space.\n\nVirtual place where conferences are held. Only one active conference can be\nheld in one space at any given time. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #active_conference\n\n def active_conference() -\u003e ::Google::Apps::Meet::V2::ActiveConference\n\n**Returns**\n\n- ([::Google::Apps::Meet::V2::ActiveConference](./Google-Apps-Meet-V2-ActiveConference)) --- Active conference, if it exists.\n\n### #active_conference=\n\n def active_conference=(value) -\u003e ::Google::Apps::Meet::V2::ActiveConference\n\n**Parameter**\n\n- **value** ([::Google::Apps::Meet::V2::ActiveConference](./Google-Apps-Meet-V2-ActiveConference)) --- Active conference, if it exists. \n**Returns**\n\n- ([::Google::Apps::Meet::V2::ActiveConference](./Google-Apps-Meet-V2-ActiveConference)) --- Active conference, if it exists.\n\n### #config\n\n def config() -\u003e ::Google::Apps::Meet::V2::SpaceConfig\n\n**Returns**\n\n- ([::Google::Apps::Meet::V2::SpaceConfig](./Google-Apps-Meet-V2-SpaceConfig)) --- Configuration pertaining to the meeting space.\n\n### #config=\n\n def config=(value) -\u003e ::Google::Apps::Meet::V2::SpaceConfig\n\n**Parameter**\n\n- **value** ([::Google::Apps::Meet::V2::SpaceConfig](./Google-Apps-Meet-V2-SpaceConfig)) --- Configuration pertaining to the meeting space. \n**Returns**\n\n- ([::Google::Apps::Meet::V2::SpaceConfig](./Google-Apps-Meet-V2-SpaceConfig)) --- Configuration pertaining to the meeting space.\n\n### #meeting_code\n\n def meeting_code() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. Type friendly unique string used to join the meeting.\n\n Format: `[a-z]+-[a-z]+-[a-z]+`. For example, `abc-mnop-xyz`.\n\n The maximum length is 128 characters.\n\n Can only be used as an alias of the space name to get the space.\n\n### #meeting_uri\n\n def meeting_uri() -\u003e ::String\n\n**Returns**\n\n- (::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`.\n\n### #name\n\n def name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Immutable. Resource name of the space.\n\n Format: `spaces/{space}`.\n\n `{space}` is the resource identifier for the space. It's a unique,\n server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.\n\n For more information, see [How Meet identifies a meeting\n space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space).\n\n### #name=\n\n def name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Immutable. Resource name of the space.\n\n\n Format: `spaces/{space}`.\n\n `{space}` is the resource identifier for the space. It's a unique,\n server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.\n\n For more information, see [How Meet identifies a meeting\nspace](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space). \n**Returns**\n\n- (::String) --- Immutable. Resource name of the space.\n\n Format: `spaces/{space}`.\n\n `{space}` is the resource identifier for the space. It's a unique,\n server-generated ID and is case sensitive. For example, `jQCFfuBOdN5z`.\n\n For more information, see [How Meet identifies a meeting\n space](https://developers.google.com/meet/api/guides/meeting-spaces#identify-meeting-space)."]]