Class: Google::Apps::Chat::V1::MeetSpaceLinkData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::MeetSpaceLinkData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/annotation.rb
Overview
Data for Meet space links.
Defined Under Namespace
Modules: HuddleStatus, Type
Instance Attribute Summary collapse
-
#huddle_status ⇒ ::Google::Apps::Chat::V1::MeetSpaceLinkData::HuddleStatus
readonly
Optional.
-
#meeting_code ⇒ ::String
Meeting code of the linked Meet space.
-
#type ⇒ ::Google::Apps::Chat::V1::MeetSpaceLinkData::Type
Indicates the type of the Meet space.
Instance Attribute Details
#huddle_status ⇒ ::Google::Apps::Chat::V1::MeetSpaceLinkData::HuddleStatus (readonly)
Returns Optional. Output only. If the Meet is a Huddle, indicates the status of the huddle. Otherwise, this is unset.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 251 class MeetSpaceLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the Meet space. module Type # Default value for the enum. Don't use. TYPE_UNSPECIFIED = 0 # The Meet space is a meeting. MEETING = 1 # The Meet space is a huddle. HUDDLE = 2 end # The status of the huddle module HuddleStatus # Default value for the enum. Don't use. HUDDLE_STATUS_UNSPECIFIED = 0 # The huddle has started. STARTED = 1 # The huddle has ended. In this case the Meet space URI and identifiers # will no longer be valid. ENDED = 2 # The huddle has been missed. In this case the Meet space URI and # identifiers will no longer be valid. MISSED = 3 end end |
#meeting_code ⇒ ::String
Returns Meeting code of the linked Meet space.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 251 class MeetSpaceLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the Meet space. module Type # Default value for the enum. Don't use. TYPE_UNSPECIFIED = 0 # The Meet space is a meeting. MEETING = 1 # The Meet space is a huddle. HUDDLE = 2 end # The status of the huddle module HuddleStatus # Default value for the enum. Don't use. HUDDLE_STATUS_UNSPECIFIED = 0 # The huddle has started. STARTED = 1 # The huddle has ended. In this case the Meet space URI and identifiers # will no longer be valid. ENDED = 2 # The huddle has been missed. In this case the Meet space URI and # identifiers will no longer be valid. MISSED = 3 end end |
#type ⇒ ::Google::Apps::Chat::V1::MeetSpaceLinkData::Type
Returns Indicates the type of the Meet space.
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 251 class MeetSpaceLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The type of the Meet space. module Type # Default value for the enum. Don't use. TYPE_UNSPECIFIED = 0 # The Meet space is a meeting. MEETING = 1 # The Meet space is a huddle. HUDDLE = 2 end # The status of the huddle module HuddleStatus # Default value for the enum. Don't use. HUDDLE_STATUS_UNSPECIFIED = 0 # The huddle has started. STARTED = 1 # The huddle has ended. In this case the Meet space URI and identifiers # will no longer be valid. ENDED = 2 # The huddle has been missed. In this case the Meet space URI and # identifiers will no longer be valid. MISSED = 3 end end |