public interface ContextualTriggerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOnTriggerFunction()
public abstract String getOnTriggerFunction()Required. The name of the endpoint to call when a message matches the trigger.
string on_trigger_function = 4;
| Type | Description |
| String | The onTriggerFunction. |
getOnTriggerFunctionBytes()
public abstract ByteString getOnTriggerFunctionBytes()Required. The name of the endpoint to call when a message matches the trigger.
string on_trigger_function = 4;
| Type | Description |
| ByteString | The bytes for onTriggerFunction. |
getTriggerCase()
public abstract ContextualTrigger.TriggerCase getTriggerCase()| Type | Description |
| ContextualTrigger.TriggerCase |
getUnconditional()
public abstract UnconditionalTrigger getUnconditional()UnconditionalTriggers are executed when any mail message is opened.
.google.apps.script.type.gmail.UnconditionalTrigger unconditional = 1;
| Type | Description |
| UnconditionalTrigger | The unconditional. |
getUnconditionalOrBuilder()
public abstract UnconditionalTriggerOrBuilder getUnconditionalOrBuilder()UnconditionalTriggers are executed when any mail message is opened.
.google.apps.script.type.gmail.UnconditionalTrigger unconditional = 1;
| Type | Description |
| UnconditionalTriggerOrBuilder |
hasUnconditional()
public abstract boolean hasUnconditional()UnconditionalTriggers are executed when any mail message is opened.
.google.apps.script.type.gmail.UnconditionalTrigger unconditional = 1;
| Type | Description |
| boolean | Whether the unconditional field is set. |