Google Meet V2 API - Class Google::Apps::Meet::V2::Space (v0.4.1)

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
Returns

#active_conference=

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

#config

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

#config=

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

#meeting_code

def meeting_code() -> ::String
Returns
  • (::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
Returns
  • (::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.

#name

def name() -> ::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.

    For more information, see How Meet identifies a meeting space.

#name=

def name=(value) -> ::String
Parameter
  • 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.

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.

    For more information, see How Meet identifies a meeting space.