LegacyPlaybookApiTriggerCondition

LegacyPlaybookApiTriggerCondition represents a condition for a workflow trigger.

JSON representation
{"fieldName":string,"value":string,"matchType":enum (ConditionMatchType),"customOperatorName":string}
Fields
fieldName

string

Required. FieldName is the name of the field to check.

value

string

Required. Value is the value to compare against.

matchType

enum (ConditionMatchType)

Required. MatchType is the operator to use for comparison.

customOperatorName

string

Optional. CustomOperatorName is the name of the custom operator.

ConditionMatchType

ConditionMatchType is the operator to use for comparison.

Enums
CONDITION_MATCH_TYPE_UNSPECIFIEDThe condition match type is unspecified.
EQUALThe condition match type is equal.
CONTAINSThe condition match type is contains.
STARTS_WITHThe condition match type is starts with.
GREATER_THANThe condition match type is greater than.
LESSER_THANThe condition match type is less than.
NOT_EQUALThe condition match type is not equal.
NOT_CONTAINSThe condition match type is not contains.
IS_EMPTYThe condition match type is is empty.
IS_NOT_EMPTYThe condition match type is is not empty.
CUSTOMThe condition match type is custom.
EQUALS_ANYThe condition match type is equals any.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-02-02 UTC.