Class: Google::Apps::Chat::V1::RichLinkMetadata
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::RichLinkMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/annotation.rb
Overview
A rich link to a resource.
Defined Under Namespace
Modules: RichLinkType
Instance Attribute Summary collapse
-
#chat_space_link_data ⇒ ::Google::Apps::Chat::V1::ChatSpaceLinkData
Data for a chat space link.
-
#drive_link_data ⇒ ::Google::Apps::Chat::V1::DriveLinkData
Data for a drive link.
-
#rich_link_type ⇒ ::Google::Apps::Chat::V1::RichLinkMetadata::RichLinkType
The rich link type.
-
#uri ⇒ ::String
The URI of this link.
Instance Attribute Details
#chat_space_link_data ⇒ ::Google::Apps::Chat::V1::ChatSpaceLinkData
Returns Data for a chat space link.
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 144 class RichLinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The rich link type. More types might be added in the future. module RichLinkType # Default value for the enum. Don't use. RICH_LINK_TYPE_UNSPECIFIED = 0 # A Google Drive rich link type. DRIVE_FILE = 1 # A Chat space rich link type. For example, a space smart chip. CHAT_SPACE = 2 end end |
#drive_link_data ⇒ ::Google::Apps::Chat::V1::DriveLinkData
Returns Data for a drive link.
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 144 class RichLinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The rich link type. More types might be added in the future. module RichLinkType # Default value for the enum. Don't use. RICH_LINK_TYPE_UNSPECIFIED = 0 # A Google Drive rich link type. DRIVE_FILE = 1 # A Chat space rich link type. For example, a space smart chip. CHAT_SPACE = 2 end end |
#rich_link_type ⇒ ::Google::Apps::Chat::V1::RichLinkMetadata::RichLinkType
Returns The rich link type.
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 144 class RichLinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The rich link type. More types might be added in the future. module RichLinkType # Default value for the enum. Don't use. RICH_LINK_TYPE_UNSPECIFIED = 0 # A Google Drive rich link type. DRIVE_FILE = 1 # A Chat space rich link type. For example, a space smart chip. CHAT_SPACE = 2 end end |
#uri ⇒ ::String
Returns The URI of this link.
144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 144 class RichLinkMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The rich link type. More types might be added in the future. module RichLinkType # Default value for the enum. Don't use. RICH_LINK_TYPE_UNSPECIFIED = 0 # A Google Drive rich link type. DRIVE_FILE = 1 # A Chat space rich link type. For example, a space smart chip. CHAT_SPACE = 2 end end |