Class: Google::Apps::Meet::V2::Space
- Inherits:
-
Object
- Object
- Google::Apps::Meet::V2::Space
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/apps/meet/v2/resource.rb
Overview
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::V2::ActiveConference
Active conference, if it exists.
-
#config ⇒ ::Google::Apps::Meet::V2::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::V2::ActiveConference
Returns Active conference, if it exists.
45 46 47 48 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 45 class Space include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#config ⇒ ::Google::Apps::Meet::V2::SpaceConfig
Returns Configuration pertaining to the meeting space.
45 46 47 48 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 45 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 an alias of the space ID to get the space.
45 46 47 48 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 45 class Space include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#meeting_uri ⇒ ::String (readonly)
Returns Output only. URI used to join meetings, such as
https://meet.google.com/abc-mnop-xyz
.
45 46 47 48 |
# File 'proto_docs/google/apps/meet/v2/resource.rb', line 45 class Space include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |