Reference documentation and code samples for the Google Apps Chat V1 Client class RichLinkMetadata.
A rich link to a resource. Rich links can be associated with the plain-text
body of the message or represent chips that link to Google Workspace
resources like Google Docs or Sheets with start_index
and length
of 0.
Generated from protobuf message google.chat.v1.RichLinkMetadata
Namespace
Google \ Apps \ Chat \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ uri
string
The URI of this link.
↳ rich_link_type
int
The rich link type.
↳ drive_link_data
↳ chat_space_link_data
↳ meet_space_link_data
↳ calendar_event_link_data
getUri
The URI of this link.
string
setUri
The URI of this link.
var
string
$this
getRichLinkType
The rich link type.
setRichLinkType
The rich link type.
$this
getDriveLinkData
Data for a drive link.
hasDriveLinkData
setDriveLinkData
Data for a drive link.
$this
getChatSpaceLinkData
Data for a chat space link.
hasChatSpaceLinkData
setChatSpaceLinkData
Data for a chat space link.
$this
getMeetSpaceLinkData
Data for a Meet space link.
hasMeetSpaceLinkData
setMeetSpaceLinkData
Data for a Meet space link.
$this
getCalendarEventLinkData
Data for a Calendar event link.
hasCalendarEventLinkData
setCalendarEventLinkData
Data for a Calendar event link.
$this
getData
string

