Reference documentation and code samples for the Google Meet V2BETA API class Google::Apps::Meet::V2beta::Space.
Developer Preview. 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::V2beta::ActiveConference
Returns
- (::Google::Apps::Meet::V2beta::ActiveConference) — Active conference if it exists.
#active_conference=
def active_conference=(value) -> ::Google::Apps::Meet::V2beta::ActiveConference
Parameter
- value (::Google::Apps::Meet::V2beta::ActiveConference) — Active conference if it exists.
Returns
- (::Google::Apps::Meet::V2beta::ActiveConference) — Active conference if it exists.
#config
def config() -> ::Google::Apps::Meet::V2beta::SpaceConfig
Returns
- (::Google::Apps::Meet::V2beta::SpaceConfig) — Configuration pertaining to the meeting space.
#config=
def config=(value) -> ::Google::Apps::Meet::V2beta::SpaceConfig
Parameter
- value (::Google::Apps::Meet::V2beta::SpaceConfig) — Configuration pertaining to the meeting space.
Returns
- (::Google::Apps::Meet::V2beta::SpaceConfig) — Configuration pertaining to the meeting space.
#meeting_code
def meeting_code() -> ::String
Returns
-
(::String) — Output only. Type friendly code to join the meeting. Format:
[a-z]+-[a-z]+-[a-z]+
such asabc-mnop-xyz
. The maximum length is 128 characters. Can ONLY be used as alias of the space ID to get the space.
#meeting_uri
def meeting_uri() -> ::String
Returns
-
(::String) — Output only. URI used to join meeting, such as
https://meet.google.com/abc-mnop-xyz
.
#name
def name() -> ::String
Returns
-
(::String) — Immutable. Resource name of the space.
Format:
spaces/{space}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Immutable. Resource name of the space.
Format:
spaces/{space}
Returns
-
(::String) — Immutable. Resource name of the space.
Format:
spaces/{space}