Package com.google.apps.script.type.gmail (2.41.0)

GitHub Repository

Classes

Class Description
com.google.apps.script.type.gmail.ComposeTrigger A trigger that activates when user is composing an email.
com.google.apps.script.type.gmail.ComposeTrigger.Builder A trigger that activates when user is composing an email.
com.google.apps.script.type.gmail.ContextualTrigger Defines a trigger that fires when the open email meets a specific criteria. When the trigger fires, it executes a specific endpoint, usually in order to create new cards and update the UI.
com.google.apps.script.type.gmail.ContextualTrigger.Builder Defines a trigger that fires when the open email meets a specific criteria. When the trigger fires, it executes a specific endpoint, usually in order to create new cards and update the UI.
com.google.apps.script.type.gmail.GmailAddOnManifest Properties customizing the appearance and execution of a Gmail add-on.
com.google.apps.script.type.gmail.GmailAddOnManifest.Builder Properties customizing the appearance and execution of a Gmail add-on.
com.google.apps.script.type.gmail.GmailAddOnManifestProto
com.google.apps.script.type.gmail.UnconditionalTrigger A trigger that fires when any email message is opened.
com.google.apps.script.type.gmail.UnconditionalTrigger.Builder A trigger that fires when any email message is opened.
com.google.apps.script.type.gmail.UniversalAction An action that is always available in the add-on toolbar menu regardless of message context.
com.google.apps.script.type.gmail.UniversalAction.Builder An action that is always available in the add-on toolbar menu regardless of message context.

Interfaces

Interface Description
com.google.apps.script.type.gmail.ComposeTriggerOrBuilder
com.google.apps.script.type.gmail.ContextualTriggerOrBuilder
com.google.apps.script.type.gmail.GmailAddOnManifestOrBuilder
com.google.apps.script.type.gmail.UnconditionalTriggerOrBuilder
com.google.apps.script.type.gmail.UniversalActionOrBuilder

Enums

Enum Description
com.google.apps.script.type.gmail.ComposeTrigger.DraftAccess An enum defining the level of data access this compose trigger requires.
com.google.apps.script.type.gmail.ContextualTrigger.TriggerCase
com.google.apps.script.type.gmail.UniversalAction.ActionTypeCase