Reference documentation and code samples for the Google Chat V1 API class Google::Apps::Chat::V1::RichLinkMetadata.
A rich link to a resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#drive_link_data
def drive_link_data() -> ::Google::Apps::Chat::V1::DriveLinkData
Returns
- (::Google::Apps::Chat::V1::DriveLinkData) — Data for a drive link.
#drive_link_data=
def drive_link_data=(value) -> ::Google::Apps::Chat::V1::DriveLinkData
Parameter
- value (::Google::Apps::Chat::V1::DriveLinkData) — Data for a drive link.
Returns
- (::Google::Apps::Chat::V1::DriveLinkData) — Data for a drive link.
#rich_link_type
def rich_link_type() -> ::Google::Apps::Chat::V1::RichLinkMetadata::RichLinkType
Returns
- (::Google::Apps::Chat::V1::RichLinkMetadata::RichLinkType) — The rich link type.
#rich_link_type=
def rich_link_type=(value) -> ::Google::Apps::Chat::V1::RichLinkMetadata::RichLinkType
Parameter
- value (::Google::Apps::Chat::V1::RichLinkMetadata::RichLinkType) — The rich link type.
Returns
- (::Google::Apps::Chat::V1::RichLinkMetadata::RichLinkType) — The rich link type.
#uri
def uri() -> ::String
Returns
- (::String) — The URI of this link.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — The URI of this link.
Returns
- (::String) — The URI of this link.