Skip to content

Commit c78ca46

Browse files
feat(integrations): update the api
#### integrations:v1alpha The following keys were added: - schemas.EnterpriseCrmFrontendsEventbusProtoTriggerConfig.properties.triggerName.type (Total Keys: 1) - schemas.GoogleCloudIntegrationsV1alphaTriggerConfig.properties.trigger.type (Total Keys: 1)
1 parent fa5313f commit c78ca46

4 files changed

+66
-22
lines changed

docs/dyn/integrations_v1alpha.projects.locations.integrations.versions.html

Lines changed: 24 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -876,13 +876,14 @@ <h3>Method Details</h3>
876876
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
877877
},
878878
],
879+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
879880
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
880881
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
881882
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
882883
},
883884
],
884885
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
885-
{ # Configuration detail of a trigger. Next available id: 19
886+
{ # Configuration detail of a trigger. Next available id: 20
886887
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
887888
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
888889
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -1028,6 +1029,7 @@ <h3>Method Details</h3>
10281029
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
10291030
},
10301031
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
1032+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
10311033
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
10321034
&quot;triggerType&quot;: &quot;A String&quot;,
10331035
},
@@ -1797,13 +1799,14 @@ <h3>Method Details</h3>
17971799
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
17981800
},
17991801
],
1802+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
18001803
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
18011804
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
18021805
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
18031806
},
18041807
],
18051808
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
1806-
{ # Configuration detail of a trigger. Next available id: 19
1809+
{ # Configuration detail of a trigger. Next available id: 20
18071810
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
18081811
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
18091812
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -1949,6 +1952,7 @@ <h3>Method Details</h3>
19491952
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
19501953
},
19511954
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
1955+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
19521956
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
19531957
&quot;triggerType&quot;: &quot;A String&quot;,
19541958
},
@@ -2765,13 +2769,14 @@ <h3>Method Details</h3>
27652769
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
27662770
},
27672771
],
2772+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
27682773
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
27692774
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
27702775
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
27712776
},
27722777
],
27732778
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
2774-
{ # Configuration detail of a trigger. Next available id: 19
2779+
{ # Configuration detail of a trigger. Next available id: 20
27752780
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
27762781
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
27772782
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -2917,6 +2922,7 @@ <h3>Method Details</h3>
29172922
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
29182923
},
29192924
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
2925+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
29202926
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
29212927
&quot;triggerType&quot;: &quot;A String&quot;,
29222928
},
@@ -3698,13 +3704,14 @@ <h3>Method Details</h3>
36983704
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
36993705
},
37003706
],
3707+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
37013708
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
37023709
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
37033710
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
37043711
},
37053712
],
37063713
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
3707-
{ # Configuration detail of a trigger. Next available id: 19
3714+
{ # Configuration detail of a trigger. Next available id: 20
37083715
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
37093716
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
37103717
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -3850,6 +3857,7 @@ <h3>Method Details</h3>
38503857
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
38513858
},
38523859
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
3860+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
38533861
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
38543862
&quot;triggerType&quot;: &quot;A String&quot;,
38553863
},
@@ -4637,13 +4645,14 @@ <h3>Method Details</h3>
46374645
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
46384646
},
46394647
],
4648+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
46404649
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
46414650
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
46424651
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
46434652
},
46444653
],
46454654
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
4646-
{ # Configuration detail of a trigger. Next available id: 19
4655+
{ # Configuration detail of a trigger. Next available id: 20
46474656
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
46484657
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
46494658
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -4789,6 +4798,7 @@ <h3>Method Details</h3>
47894798
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
47904799
},
47914800
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
4801+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
47924802
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
47934803
&quot;triggerType&quot;: &quot;A String&quot;,
47944804
},
@@ -5557,13 +5567,14 @@ <h3>Method Details</h3>
55575567
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
55585568
},
55595569
],
5570+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
55605571
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
55615572
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
55625573
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
55635574
},
55645575
],
55655576
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
5566-
{ # Configuration detail of a trigger. Next available id: 19
5577+
{ # Configuration detail of a trigger. Next available id: 20
55675578
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
55685579
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
55695580
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -5709,6 +5720,7 @@ <h3>Method Details</h3>
57095720
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
57105721
},
57115722
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
5723+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
57125724
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
57135725
&quot;triggerType&quot;: &quot;A String&quot;,
57145726
},
@@ -6514,13 +6526,14 @@ <h3>Method Details</h3>
65146526
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
65156527
},
65166528
],
6529+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
65176530
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
65186531
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
65196532
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
65206533
},
65216534
],
65226535
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
6523-
{ # Configuration detail of a trigger. Next available id: 19
6536+
{ # Configuration detail of a trigger. Next available id: 20
65246537
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
65256538
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
65266539
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -6666,6 +6679,7 @@ <h3>Method Details</h3>
66666679
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
66676680
},
66686681
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
6682+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
66696683
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
66706684
&quot;triggerType&quot;: &quot;A String&quot;,
66716685
},
@@ -7474,13 +7488,14 @@ <h3>Method Details</h3>
74747488
&quot;taskId&quot;: &quot;A String&quot;, # Task number of the next task.
74757489
},
74767490
],
7491+
&quot;trigger&quot;: &quot;A String&quot;, # Optional. Name of the trigger. Example: &quot;API Trigger&quot;, &quot;Cloud Pub Sub Trigger&quot; When set will be sent out to monitoring dashabord for tracking purpose.
74777492
&quot;triggerId&quot;: &quot;A String&quot;, # Optional. The backend trigger ID.
74787493
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the integration on UI.
74797494
&quot;triggerType&quot;: &quot;A String&quot;, # Optional. Type of trigger
74807495
},
74817496
],
74827497
&quot;triggerConfigsInternal&quot;: [ # Optional. Trigger configurations.
7483-
{ # Configuration detail of a trigger. Next available id: 19
7498+
{ # Configuration detail of a trigger. Next available id: 20
74847499
&quot;alertConfig&quot;: [ # An alert threshold configuration for the [trigger + client + workflow] tuple. If these values are not specified in the trigger config, default values will be populated by the system. Note that there must be exactly one alert threshold configured per [client + trigger + workflow] when published.
74857500
{ # Message to be used to configure custom alerting in the {@code EventConfig} protos for an event.
74867501
&quot;aggregationPeriod&quot;: &quot;A String&quot;, # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -7626,6 +7641,7 @@ <h3>Method Details</h3>
76267641
&quot;triggerCriteriaTaskImplementationClassName&quot;: &quot;A String&quot;, # Optional. Implementation class name. The class should implement the “TypedTask” interface.
76277642
},
76287643
&quot;triggerId&quot;: &quot;A String&quot;, # The backend trigger ID.
7644+
&quot;triggerName&quot;: &quot;A String&quot;, # Optional. Name of the trigger This is added to identify the type of trigger. This is avoid the logic on triggerId to identify the trigger_type and push the same to monitoring.
76297645
&quot;triggerNumber&quot;: &quot;A String&quot;, # Required. A number to uniquely identify each trigger config within the workflow on UI.
76307646
&quot;triggerType&quot;: &quot;A String&quot;,
76317647
},

0 commit comments

Comments
 (0)