diff --git a/AppsChat/metadata/Chat/V1/Annotation.php b/AppsChat/metadata/Chat/V1/Annotation.php index 134e7ee6698d..9f47dcf47757 100644 Binary files a/AppsChat/metadata/Chat/V1/Annotation.php and b/AppsChat/metadata/Chat/V1/Annotation.php differ diff --git a/AppsChat/src/Chat/V1/RichLinkMetadata/RichLinkType.php b/AppsChat/src/Chat/V1/RichLinkMetadata/RichLinkType.php index 2f76b339263e..21682fed7d60 100644 --- a/AppsChat/src/Chat/V1/RichLinkMetadata/RichLinkType.php +++ b/AppsChat/src/Chat/V1/RichLinkMetadata/RichLinkType.php @@ -31,6 +31,14 @@ class RichLinkType * Generated from protobuf enum CHAT_SPACE = 2; */ const CHAT_SPACE = 2; + /** + * A Gmail message rich link type. Specifically, a Gmail chip from [Share to + * Chat](https://support.google.com/chat?p=chat_gmail). The API only + * supports reading messages with GMAIL_MESSAGE rich links. + * + * Generated from protobuf enum GMAIL_MESSAGE = 3; + */ + const GMAIL_MESSAGE = 3; /** * A Meet message rich link type. For example, a Meet chip. * @@ -48,6 +56,7 @@ class RichLinkType self::RICH_LINK_TYPE_UNSPECIFIED => 'RICH_LINK_TYPE_UNSPECIFIED', self::DRIVE_FILE => 'DRIVE_FILE', self::CHAT_SPACE => 'CHAT_SPACE', + self::GMAIL_MESSAGE => 'GMAIL_MESSAGE', self::MEET_SPACE => 'MEET_SPACE', self::CALENDAR_EVENT => 'CALENDAR_EVENT', ];