Trigger
Stay organized with collections
Save and categorize content based on your preferences.
The underlying event which triggered the rule.
Enums |
TRIGGER_UNSPECIFIED |
Trigger is unspecified. |
DRIVE_SHARE |
A Drive file is shared. |
CHROME_FILE_DOWNLOAD |
A file being downloaded in a Chrome browser. |
CHROME_FILE_UPLOAD |
A file being uploaded from a Chrome browser. |
CHROME_WEB_CONTENT_UPLOAD |
Web content being uploaded from a Chrome browser. |
CHAT_MESSAGE_SENT |
A Chat message is sent. |
CHAT_ATTACHMENT_UPLOADED |
A Chat attachment is uploaded. |
CHROME_PAGE_PRINT |
A page is being printed by Chrome. |
CHROME_URL_VISITED |
A URL is visited within Chrome. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-10 UTC.
[null,null,["Last updated 2025-04-10 UTC."],[],[],null,["# Trigger\n\nThe underlying event which triggered the rule.\n\n| Enums ||\n|-----------------------------|---------------------------------------------------|\n| `TRIGGER_UNSPECIFIED` | Trigger is unspecified. |\n| `DRIVE_SHARE` | A Drive file is shared. |\n| `CHROME_FILE_DOWNLOAD` | A file being downloaded in a Chrome browser. |\n| `CHROME_FILE_UPLOAD` | A file being uploaded from a Chrome browser. |\n| `CHROME_WEB_CONTENT_UPLOAD` | Web content being uploaded from a Chrome browser. |\n| `CHAT_MESSAGE_SENT` | A Chat message is sent. |\n| `CHAT_ATTACHMENT_UPLOADED` | A Chat attachment is uploaded. |\n| `CHROME_PAGE_PRINT` | A page is being printed by Chrome. |\n| `CHROME_URL_VISITED` | A URL is visited within Chrome. |"]]