Skip to content

Commit 4eccddb

Browse files
Google APIscopybara-github
authored andcommitted
feat: Addition of GMAIL_MESSAGE value for RichLinkType enum in the RichLinkMetadata proto
PiperOrigin-RevId: 844825126
1 parent a11bbeb commit 4eccddb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

google/chat/v1/annotation.proto

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ message RichLinkMetadata {
152152
// A Chat space rich link type. For example, a space smart chip.
153153
CHAT_SPACE = 2;
154154

155+
// A Gmail message rich link type. Specifically, a Gmail chip from [Share to
156+
// Chat](https://support.google.com/chat?p=chat_gmail). The API only
157+
// supports reading messages with GMAIL_MESSAGE rich links.
158+
GMAIL_MESSAGE = 3;
159+
155160
// A Meet message rich link type. For example, a Meet chip.
156161
MEET_SPACE = 4;
157162

0 commit comments

Comments
 (0)