Class: Google::Apps::Meet::V2beta::Space
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2beta::Space
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2beta/resource.rb
Overview
Developer Preview. Virtual place where conferences are held. Only one active conference can be held in one space at any given time.
Instance Attribute Summary collapse
-
#active_conference ⇒ ::Google::Apps::Meet::V2beta::ActiveConference
Active conference if it exists.
-
#config ⇒ ::Google::Apps::Meet::V2beta::SpaceConfig
Configuration pertaining to the meeting space.
-
#meeting_code ⇒ ::String
readonly
Output only.
-
#meeting_uri ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Immutable.
Instance Attribute Details
#active_conference ⇒ ::Google::Apps::Meet::V2beta::ActiveConference
Returns Active conference if it exists.
46 47 48 49 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 46 class Space include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#config ⇒ ::Google::Apps::Meet::V2beta::SpaceConfig
Returns Configuration pertaining to the meeting space.
46 47 48 49 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 46 class Space include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#meeting_code ⇒ ::String (readonly)
Returns 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.
46 47 48 49 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 46 class Space include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#meeting_uri ⇒ ::String (readonly)
Returns Output only. URI used to join meeting, such as
https://meet.google.com/abc-mnop-xyz.
46 47 48 49 |
# File 'proto_docs/google/apps/meet/v2beta/resource.rb', line 46 class Space include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |