trigger property

String? trigger
getter/setter pair

Job execution trigger.

Output only. Possible string values are:

  • "TRIGGER_UNSPECIFIED" : The trigger is unspecified.
  • "TASK_CONFIG" : The job was triggered by Dataplex based on trigger spec from task definition.
  • "RUN_REQUEST" : The job was triggered by the explicit call of Task API.

Implementation

core.String? trigger;