Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::Space.
Virtual place where conferences are held. Only one active conference can be held in one space at any given time.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#active_conference
def
active_conference
()
-
>
::
Google
::
Apps
::
Meet
::
V2
::
ActiveConference
- ( ::Google::Apps::Meet::V2::ActiveConference ) — Active conference, if it exists.
#active_conference=
def
active_conference=
(
value
)
-
>
::
Google
::
Apps
::
Meet
::
V2
::
ActiveConference
- value( ::Google::Apps::Meet::V2::ActiveConference ) — Active conference, if it exists.
- ( ::Google::Apps::Meet::V2::ActiveConference ) — Active conference, if it exists.
#config
def
config
()
-
>
::
Google
::
Apps
::
Meet
::
V2
::
SpaceConfig
- ( ::Google::Apps::Meet::V2::SpaceConfig ) — Configuration pertaining to the meeting space.
#config=
def
config=
(
value
)
-
>
::
Google
::
Apps
::
Meet
::
V2
::
SpaceConfig
- value( ::Google::Apps::Meet::V2::SpaceConfig ) — Configuration pertaining to the meeting space.
- ( ::Google::Apps::Meet::V2::SpaceConfig ) — Configuration pertaining to the meeting space.
#meeting_code
def
meeting_code
()
-
>
::
String
- (::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
def
meeting_uri
()
-
>
::
String
- (::String) — Output only. URI used to join meetings consisting of
https://meet.google.com/
followed by themeeting_code
. For example,https://meet.google.com/abc-mnop-xyz
.
#name
def
name
()
-
>
::
String
- (::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 .
#name=
def
name=
(
value
)
-
>
::
String
- value(::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 .
- (::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 .