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 @@

Method Details

876876
"taskId": "A String", # Task number of the next task.
877877
},
878878
],
879+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
879880
"triggerId": "A String", # Optional. The backend trigger ID.
880881
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
881882
"triggerType": "A String", # Optional. Type of trigger
882883
},
883884
],
884885
"triggerConfigsInternal": [ # Optional. Trigger configurations.
885-
{ # Configuration detail of a trigger. Next available id: 19
886+
{ # Configuration detail of a trigger. Next available id: 20
886887
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -1028,6 +1029,7 @@

Method Details

10281029
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
10291030
},
10301031
"triggerId": "A String", # The backend trigger ID.
1032+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
10321034
"triggerType": "A String",
10331035
},
@@ -1797,13 +1799,14 @@

Method Details

17971799
"taskId": "A String", # Task number of the next task.
17981800
},
17991801
],
1802+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
18001803
"triggerId": "A String", # Optional. The backend trigger ID.
18011804
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
18021805
"triggerType": "A String", # Optional. Type of trigger
18031806
},
18041807
],
18051808
"triggerConfigsInternal": [ # Optional. Trigger configurations.
1806-
{ # Configuration detail of a trigger. Next available id: 19
1809+
{ # Configuration detail of a trigger. Next available id: 20
18071810
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -1949,6 +1952,7 @@

Method Details

19491952
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
19501953
},
19511954
"triggerId": "A String", # The backend trigger ID.
1955+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
19531957
"triggerType": "A String",
19541958
},
@@ -2765,13 +2769,14 @@

Method Details

27652769
"taskId": "A String", # Task number of the next task.
27662770
},
27672771
],
2772+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
27682773
"triggerId": "A String", # Optional. The backend trigger ID.
27692774
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
27702775
"triggerType": "A String", # Optional. Type of trigger
27712776
},
27722777
],
27732778
"triggerConfigsInternal": [ # Optional. Trigger configurations.
2774-
{ # Configuration detail of a trigger. Next available id: 19
2779+
{ # Configuration detail of a trigger. Next available id: 20
27752780
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -2917,6 +2922,7 @@

Method Details

29172922
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
29182923
},
29192924
"triggerId": "A String", # The backend trigger ID.
2925+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
29212927
"triggerType": "A String",
29222928
},
@@ -3698,13 +3704,14 @@

Method Details

36983704
"taskId": "A String", # Task number of the next task.
36993705
},
37003706
],
3707+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
37013708
"triggerId": "A String", # Optional. The backend trigger ID.
37023709
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
37033710
"triggerType": "A String", # Optional. Type of trigger
37043711
},
37053712
],
37063713
"triggerConfigsInternal": [ # Optional. Trigger configurations.
3707-
{ # Configuration detail of a trigger. Next available id: 19
3714+
{ # Configuration detail of a trigger. Next available id: 20
37083715
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -3850,6 +3857,7 @@

Method Details

38503857
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
38513858
},
38523859
"triggerId": "A String", # The backend trigger ID.
3860+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
38543862
"triggerType": "A String",
38553863
},
@@ -4637,13 +4645,14 @@

Method Details

46374645
"taskId": "A String", # Task number of the next task.
46384646
},
46394647
],
4648+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
46404649
"triggerId": "A String", # Optional. The backend trigger ID.
46414650
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
46424651
"triggerType": "A String", # Optional. Type of trigger
46434652
},
46444653
],
46454654
"triggerConfigsInternal": [ # Optional. Trigger configurations.
4646-
{ # Configuration detail of a trigger. Next available id: 19
4655+
{ # Configuration detail of a trigger. Next available id: 20
46474656
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -4789,6 +4798,7 @@

Method Details

47894798
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
47904799
},
47914800
"triggerId": "A String", # The backend trigger ID.
4801+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
47934803
"triggerType": "A String",
47944804
},
@@ -5557,13 +5567,14 @@

Method Details

55575567
"taskId": "A String", # Task number of the next task.
55585568
},
55595569
],
5570+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
55605571
"triggerId": "A String", # Optional. The backend trigger ID.
55615572
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
55625573
"triggerType": "A String", # Optional. Type of trigger
55635574
},
55645575
],
55655576
"triggerConfigsInternal": [ # Optional. Trigger configurations.
5566-
{ # Configuration detail of a trigger. Next available id: 19
5577+
{ # Configuration detail of a trigger. Next available id: 20
55675578
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -5709,6 +5720,7 @@

Method Details

57095720
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
57105721
},
57115722
"triggerId": "A String", # The backend trigger ID.
5723+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
57135725
"triggerType": "A String",
57145726
},
@@ -6514,13 +6526,14 @@

Method Details

65146526
"taskId": "A String", # Task number of the next task.
65156527
},
65166528
],
6529+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
65176530
"triggerId": "A String", # Optional. The backend trigger ID.
65186531
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
65196532
"triggerType": "A String", # Optional. Type of trigger
65206533
},
65216534
],
65226535
"triggerConfigsInternal": [ # Optional. Trigger configurations.
6523-
{ # Configuration detail of a trigger. Next available id: 19
6536+
{ # Configuration detail of a trigger. Next available id: 20
65246537
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -6666,6 +6679,7 @@

Method Details

66666679
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
66676680
},
66686681
"triggerId": "A String", # The backend trigger ID.
6682+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
66706684
"triggerType": "A String",
66716685
},
@@ -7474,13 +7488,14 @@

Method Details

74747488
"taskId": "A String", # Task number of the next task.
74757489
},
74767490
],
7491+
"trigger": "A String", # Optional. Name of the trigger. Example: "API Trigger", "Cloud Pub Sub Trigger" When set will be sent out to monitoring dashabord for tracking purpose.
74777492
"triggerId": "A String", # Optional. The backend trigger ID.
74787493
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the integration on UI.
74797494
"triggerType": "A String", # Optional. Type of trigger
74807495
},
74817496
],
74827497
"triggerConfigsInternal": [ # Optional. Trigger configurations.
7483-
{ # Configuration detail of a trigger. Next available id: 19
7498+
{ # Configuration detail of a trigger. Next available id: 20
74847499
"alertConfig": [ # 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
"aggregationPeriod": "A String", # For an EXPECTED_MIN threshold, this aggregation_period must be lesser than 24 hours.
@@ -7626,6 +7641,7 @@

Method Details

76267641
"triggerCriteriaTaskImplementationClassName": "A String", # Optional. Implementation class name. The class should implement the “TypedTask” interface.
76277642
},
76287643
"triggerId": "A String", # The backend trigger ID.
7644+
"triggerName": "A String", # 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
"triggerNumber": "A String", # Required. A number to uniquely identify each trigger config within the workflow on UI.
76307646
"triggerType": "A String",
76317647
},

0 commit comments

Comments
 (0)