Skip to content

Commit 578d8c5

Browse files
feat(integrations): update the api
#### integrations:v1 The following keys were added: - schemas.EnterpriseCrmEventbusProtoExternalTraffic.properties.retryRequestForQuota.type (Total Keys: 1) - schemas.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo.properties.replayInfo.$ref (Total Keys: 1) - schemas.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo (Total Keys: 6) - schemas.GoogleCloudIntegrationsV1alphaExecution.properties.replayInfo (Total Keys: 2) - schemas.GoogleCloudIntegrationsV1alphaExecutionReplayInfo (Total Keys: 6) - schemas.GoogleCloudIntegrationsV1alphaIntegration.properties.createTime (Total Keys: 3)
1 parent 110240c commit 578d8c5

5 files changed

+111
-4
lines changed

docs/dyn/integrations_v1.projects.locations.integrations.executions.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,13 @@ <h3>Method Details</h3>
367367
&quot;executionMethod&quot;: &quot;A String&quot;, # The ways user posts this event.
368368
&quot;integrationVersionState&quot;: &quot;A String&quot;, # Output only. State of the integration version
369369
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
370+
&quot;replayInfo&quot;: { # Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship # Output only. Replay info for the execution
371+
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
372+
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
373+
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
374+
&quot;A String&quot;,
375+
],
376+
},
370377
&quot;requestParameters&quot;: { # Event parameters come in as part of the request.
371378
&quot;a_key&quot;: { # The type of the parameter.
372379
&quot;booleanArray&quot;: { # This message only contains a field of boolean array. # Boolean Array.
@@ -561,7 +568,7 @@ <h3>Method Details</h3>
561568

562569
{ # Response for listing the integration execution data.
563570
&quot;executionInfos&quot;: [ # Required. The detailed information of requested executions.
564-
{ # Contains all the execution details for a workflow instance. Next available id: 24
571+
{ # Contains all the execution details for a workflow instance. Next available id: 25
565572
&quot;clientId&quot;: &quot;A String&quot;, # The event data user sends as request.
566573
&quot;createTime&quot;: &quot;A String&quot;, # Auto-generated.
567574
&quot;errorCode&quot;: { # Registered ids for errors, as &quot;oneof&quot; enums. Each task or logical grouping of tasks may share the same enum. # Final error-code if event failed.
@@ -740,6 +747,13 @@ <h3>Method Details</h3>
740747
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Auto-generated.
741748
&quot;postMethod&quot;: &quot;A String&quot;, # The ways user posts this event.
742749
&quot;product&quot;: &quot;A String&quot;, # Which Google product the execution_info belongs to. If not set, the execution_info belongs to Integration Platform by default.
750+
&quot;replayInfo&quot;: { # Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship # Replay info for the execution
751+
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
752+
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
753+
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
754+
&quot;A String&quot;,
755+
],
756+
},
743757
&quot;requestId&quot;: &quot;A String&quot;, # Optional. This is used to de-dup incoming request.
744758
&quot;requestParams&quot;: { # LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see # Event parameters come in as part of the request.
745759
&quot;parameters&quot;: [ # Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
@@ -1082,6 +1096,13 @@ <h3>Method Details</h3>
10821096
&quot;executionMethod&quot;: &quot;A String&quot;, # The ways user posts this event.
10831097
&quot;integrationVersionState&quot;: &quot;A String&quot;, # Output only. State of the integration version
10841098
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
1099+
&quot;replayInfo&quot;: { # Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship # Output only. Replay info for the execution
1100+
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
1101+
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
1102+
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
1103+
&quot;A String&quot;,
1104+
],
1105+
},
10851106
&quot;requestParameters&quot;: { # Event parameters come in as part of the request.
10861107
&quot;a_key&quot;: { # The type of the parameter.
10871108
&quot;booleanArray&quot;: { # This message only contains a field of boolean array. # Boolean Array.

docs/dyn/integrations_v1.projects.locations.integrations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,7 @@ <h3>Method Details</h3>
429429
&quot;integrations&quot;: [ # The integrations which match the request.
430430
{ # The integration definition.
431431
&quot;active&quot;: True or False, # Required. If any integration version is published.
432+
&quot;createTime&quot;: &quot;A String&quot;, # Required. Output only. Auto-generated.
432433
&quot;creatorEmail&quot;: &quot;A String&quot;, # Output only. The creator&#x27;s email address. Generated based on the End User Credentials/LOAS role of the user making the call.
433434
&quot;description&quot;: &quot;A String&quot;, # Optional.
434435
&quot;lastModifierEmail&quot;: &quot;A String&quot;, # Required. The last modifier of this integration

docs/dyn/integrations_v1.projects.locations.products.integrations.executions.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,13 @@ <h3>Method Details</h3>
395395
&quot;executionMethod&quot;: &quot;A String&quot;, # The ways user posts this event.
396396
&quot;integrationVersionState&quot;: &quot;A String&quot;, # Output only. State of the integration version
397397
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
398+
&quot;replayInfo&quot;: { # Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship # Output only. Replay info for the execution
399+
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
400+
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
401+
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
402+
&quot;A String&quot;,
403+
],
404+
},
398405
&quot;requestParameters&quot;: { # Event parameters come in as part of the request.
399406
&quot;a_key&quot;: { # The type of the parameter.
400407
&quot;booleanArray&quot;: { # This message only contains a field of boolean array. # Boolean Array.
@@ -589,7 +596,7 @@ <h3>Method Details</h3>
589596

590597
{ # Response for listing the integration execution data.
591598
&quot;executionInfos&quot;: [ # Required. The detailed information of requested executions.
592-
{ # Contains all the execution details for a workflow instance. Next available id: 24
599+
{ # Contains all the execution details for a workflow instance. Next available id: 25
593600
&quot;clientId&quot;: &quot;A String&quot;, # The event data user sends as request.
594601
&quot;createTime&quot;: &quot;A String&quot;, # Auto-generated.
595602
&quot;errorCode&quot;: { # Registered ids for errors, as &quot;oneof&quot; enums. Each task or logical grouping of tasks may share the same enum. # Final error-code if event failed.
@@ -768,6 +775,13 @@ <h3>Method Details</h3>
768775
&quot;lastModifiedTime&quot;: &quot;A String&quot;, # Auto-generated.
769776
&quot;postMethod&quot;: &quot;A String&quot;, # The ways user posts this event.
770777
&quot;product&quot;: &quot;A String&quot;, # Which Google product the execution_info belongs to. If not set, the execution_info belongs to Integration Platform by default.
778+
&quot;replayInfo&quot;: { # Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship # Replay info for the execution
779+
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
780+
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
781+
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
782+
&quot;A String&quot;,
783+
],
784+
},
771785
&quot;requestId&quot;: &quot;A String&quot;, # Optional. This is used to de-dup incoming request.
772786
&quot;requestParams&quot;: { # LINT.IfChange This message is used for processing and persisting (when applicable) key value pair parameters for each event in the event bus. Please see # Event parameters come in as part of the request.
773787
&quot;parameters&quot;: [ # Parameters are a part of Event and can be used to communicate between different tasks that are part of the same workflow execution.
@@ -1110,6 +1124,13 @@ <h3>Method Details</h3>
11101124
&quot;executionMethod&quot;: &quot;A String&quot;, # The ways user posts this event.
11111125
&quot;integrationVersionState&quot;: &quot;A String&quot;, # Output only. State of the integration version
11121126
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
1127+
&quot;replayInfo&quot;: { # Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship # Output only. Replay info for the execution
1128+
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
1129+
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
1130+
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
1131+
&quot;A String&quot;,
1132+
],
1133+
},
11131134
&quot;requestParameters&quot;: { # Event parameters come in as part of the request.
11141135
&quot;a_key&quot;: { # The type of the parameter.
11151136
&quot;booleanArray&quot;: { # This message only contains a field of boolean array. # Boolean Array.

docs/dyn/integrations_v1.projects.locations.products.integrations.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -384,6 +384,7 @@ <h3>Method Details</h3>
384384
&quot;integrations&quot;: [ # The integrations which match the request.
385385
{ # The integration definition.
386386
&quot;active&quot;: True or False, # Required. If any integration version is published.
387+
&quot;createTime&quot;: &quot;A String&quot;, # Required. Output only. Auto-generated.
387388
&quot;creatorEmail&quot;: &quot;A String&quot;, # Output only. The creator&#x27;s email address. Generated based on the End User Credentials/LOAS role of the user making the call.
388389
&quot;description&quot;: &quot;A String&quot;, # Optional.
389390
&quot;lastModifierEmail&quot;: &quot;A String&quot;, # Required. The last modifier of this integration

googleapiclient/discovery_cache/documents/integrations.v1.json

Lines changed: 65 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,7 +3712,7 @@
37123712
}
37133713
}
37143714
},
3715-
"revision": "20240416",
3715+
"revision": "20240428",
37163716
"rootUrl": "https://integrations.googleapis.com/",
37173717
"schemas": {
37183718
"CrmlogErrorCode": {
@@ -4877,6 +4877,10 @@ false
48774877
"description": "Location for the user's request.",
48784878
"type": "string"
48794879
},
4880+
"retryRequestForQuota": {
4881+
"description": "Enqueue the execution request due to quota issue",
4882+
"type": "boolean"
4883+
},
48804884
"source": {
48814885
"description": "LINT.ThenChange(//depot/google3/enterprise/crm/eventbus/proto/product.proto:product, //depot/google3/java/com/google/enterprise/crm/integrationplatform/api/utils/ConverterUtils.java:source_to_product)",
48824886
"enum": [
@@ -7121,7 +7125,7 @@ false
71217125
"type": "object"
71227126
},
71237127
"EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo": {
7124-
"description": "Contains all the execution details for a workflow instance. Next available id: 24",
7128+
"description": "Contains all the execution details for a workflow instance. Next available id: 25",
71257129
"id": "EnterpriseCrmFrontendsEventbusProtoEventExecutionInfo",
71267130
"properties": {
71277131
"clientId": {
@@ -7197,6 +7201,10 @@ false
71977201
],
71987202
"type": "string"
71997203
},
7204+
"replayInfo": {
7205+
"$ref": "EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo",
7206+
"description": "Replay info for the execution"
7207+
},
72007208
"requestId": {
72017209
"description": "Optional. This is used to de-dup incoming request.",
72027210
"type": "string"
@@ -7238,6 +7246,28 @@ false
72387246
},
72397247
"type": "object"
72407248
},
7249+
"EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo": {
7250+
"description": "Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship",
7251+
"id": "EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo",
7252+
"properties": {
7253+
"originalExecutionInfoId": {
7254+
"description": "If this execution is a replay of another execution, then this field contains the original execution id.",
7255+
"type": "string"
7256+
},
7257+
"replayReason": {
7258+
"description": "reason for replay",
7259+
"type": "string"
7260+
},
7261+
"replayedExecutionInfoIds": {
7262+
"description": "If this execution has been replayed, then this field contains the execution ids of the replayed executions.",
7263+
"items": {
7264+
"type": "string"
7265+
},
7266+
"type": "array"
7267+
}
7268+
},
7269+
"type": "object"
7270+
},
72417271
"EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot": {
72427272
"id": "EnterpriseCrmFrontendsEventbusProtoEventExecutionSnapshot",
72437273
"properties": {
@@ -10209,6 +10239,11 @@ false
1020910239
"description": "Auto-generated primary key.",
1021010240
"type": "string"
1021110241
},
10242+
"replayInfo": {
10243+
"$ref": "GoogleCloudIntegrationsV1alphaExecutionReplayInfo",
10244+
"description": "Output only. Replay info for the execution",
10245+
"readOnly": true
10246+
},
1021210247
"requestParameters": {
1021310248
"additionalProperties": {
1021410249
"$ref": "GoogleCloudIntegrationsV1alphaValueType"
@@ -10308,6 +10343,28 @@ false
1030810343
},
1030910344
"type": "object"
1031010345
},
10346+
"GoogleCloudIntegrationsV1alphaExecutionReplayInfo": {
10347+
"description": "Contains the details of the execution info: this includes the replay reason and replay tree connecting executions in a parent-child relationship",
10348+
"id": "GoogleCloudIntegrationsV1alphaExecutionReplayInfo",
10349+
"properties": {
10350+
"originalExecutionInfoId": {
10351+
"description": "If this execution is a replay of another execution, then this field contains the original execution id.",
10352+
"type": "string"
10353+
},
10354+
"replayReason": {
10355+
"description": "reason for replay",
10356+
"type": "string"
10357+
},
10358+
"replayedExecutionInfoIds": {
10359+
"description": "If this execution has been replayed, then this field contains the execution ids of the replayed executions.",
10360+
"items": {
10361+
"type": "string"
10362+
},
10363+
"type": "array"
10364+
}
10365+
},
10366+
"type": "object"
10367+
},
1031110368
"GoogleCloudIntegrationsV1alphaExecutionSnapshot": {
1031210369
"description": "Contains the snapshot of the execution for a given checkpoint.",
1031310370
"id": "GoogleCloudIntegrationsV1alphaExecutionSnapshot",
@@ -10514,6 +10571,12 @@ false
1051410571
"description": "Required. If any integration version is published.",
1051510572
"type": "boolean"
1051610573
},
10574+
"createTime": {
10575+
"description": "Required. Output only. Auto-generated.",
10576+
"format": "google-datetime",
10577+
"readOnly": true,
10578+
"type": "string"
10579+
},
1051710580
"creatorEmail": {
1051810581
"description": "Output only. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.",
1051910582
"readOnly": true,

0 commit comments

Comments
 (0)