Google Meet V2BETA API - Class Google::Apps::Meet::V2beta::Space (v0.3.0)

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

#active_conference=

def active_conference=(value) -> ::Google::Apps::Meet::V2beta::ActiveConference
Parameter
Returns

#config

def config() -> ::Google::Apps::Meet::V2beta::SpaceConfig
Returns

#config=

def config=(value) -> ::Google::Apps::Meet::V2beta::SpaceConfig
Parameter
Returns

#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 as abc-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}