Skip to content

Commit 07c58f8

Browse files
feat(integrations): update the api
#### integrations:v1 The following keys were added: - schemas.EnterpriseCrmFrontendsEventbusProtoEventExecutionInfoReplayInfo.properties.replayMode.type (Total Keys: 1) - schemas.GoogleCloudIntegrationsV1alphaExecutionReplayInfo.properties.replayMode.type (Total Keys: 1)
1 parent 421a937 commit 07c58f8

4 files changed

+38
-3
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,7 @@ <h3>Method Details</h3>
404404
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
405405
&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
406406
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
407+
&quot;replayMode&quot;: &quot;A String&quot;, # Replay mode for the execution
407408
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
408409
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
409410
&quot;A String&quot;,
@@ -790,6 +791,7 @@ <h3>Method Details</h3>
790791
&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.
791792
&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
792793
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
794+
&quot;replayMode&quot;: &quot;A String&quot;, # Replay mode for the execution
793795
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
794796
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
795797
&quot;A String&quot;,
@@ -1142,6 +1144,7 @@ <h3>Method Details</h3>
11421144
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
11431145
&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
11441146
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
1147+
&quot;replayMode&quot;: &quot;A String&quot;, # Replay mode for the execution
11451148
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
11461149
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
11471150
&quot;A String&quot;,
@@ -1327,7 +1330,7 @@ <h3>Method Details</h3>
13271330
<pre>Re-execute an existing execution, with same request parameters and execution strategy.
13281331

13291332
Args:
1330-
name: string, Required. Next ID: 5 The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id} (required)
1333+
name: string, Required. Next ID: 6 The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id} (required)
13311334
body: object, The request body.
13321335
The object takes the form of:
13331336

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1715,6 +1715,7 @@ <h3>Method Details</h3>
17151715
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
17161716
&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
17171717
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
1718+
&quot;replayMode&quot;: &quot;A String&quot;, # Replay mode for the execution
17181719
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
17191720
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
17201721
&quot;A String&quot;,

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ <h3>Method Details</h3>
372372
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
373373
&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
374374
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
375+
&quot;replayMode&quot;: &quot;A String&quot;, # Replay mode for the execution
375376
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
376377
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
377378
&quot;A String&quot;,
@@ -758,6 +759,7 @@ <h3>Method Details</h3>
758759
&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.
759760
&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
760761
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
762+
&quot;replayMode&quot;: &quot;A String&quot;, # Replay mode for the execution
761763
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
762764
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
763765
&quot;A String&quot;,
@@ -1110,6 +1112,7 @@ <h3>Method Details</h3>
11101112
&quot;name&quot;: &quot;A String&quot;, # Auto-generated primary key.
11111113
&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
11121114
&quot;originalExecutionInfoId&quot;: &quot;A String&quot;, # If this execution is a replay of another execution, then this field contains the original execution id.
1115+
&quot;replayMode&quot;: &quot;A String&quot;, # Replay mode for the execution
11131116
&quot;replayReason&quot;: &quot;A String&quot;, # reason for replay
11141117
&quot;replayedExecutionInfoIds&quot;: [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
11151118
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/integrations.v1.json

Lines changed: 30 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@
14471447
],
14481448
"parameters": {
14491449
"name": {
1450-
"description": "Required. Next ID: 5 The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id}",
1450+
"description": "Required. Next ID: 6 The execution resource name. Format: projects/{gcp_project_id}/locations/{location}/integrations/{integration}/executions/{execution_id}",
14511451
"location": "path",
14521452
"pattern": "^projects/[^/]+/locations/[^/]+/integrations/[^/]+/executions/[^/]+$",
14531453
"required": true,
@@ -4525,7 +4525,7 @@
45254525
}
45264526
}
45274527
},
4528-
"revision": "20241207",
4528+
"revision": "20241209",
45294529
"rootUrl": "https://integrations.googleapis.com/",
45304530
"schemas": {
45314531
"CrmlogErrorCode": {
@@ -8137,6 +8137,20 @@ false
81378137
"description": "If this execution is a replay of another execution, then this field contains the original execution id.",
81388138
"type": "string"
81398139
},
8140+
"replayMode": {
8141+
"description": "Replay mode for the execution",
8142+
"enum": [
8143+
"REPLAY_MODE_UNSPECIFIED",
8144+
"REPLAY_MODE_FROM_BEGINNING",
8145+
"REPLAY_MODE_POINT_OF_FAILURE"
8146+
],
8147+
"enumDescriptions": [
8148+
"",
8149+
"Replay the original execution from the beginning.",
8150+
"Replay the execution from the first failed task."
8151+
],
8152+
"type": "string"
8153+
},
81408154
"replayReason": {
81418155
"description": "reason for replay",
81428156
"type": "string"
@@ -11447,6 +11461,20 @@ false
1144711461
"description": "If this execution is a replay of another execution, then this field contains the original execution id.",
1144811462
"type": "string"
1144911463
},
11464+
"replayMode": {
11465+
"description": "Replay mode for the execution",
11466+
"enum": [
11467+
"REPLAY_MODE_UNSPECIFIED",
11468+
"REPLAY_MODE_FROM_BEGINNING",
11469+
"REPLAY_MODE_POINT_OF_FAILURE"
11470+
],
11471+
"enumDescriptions": [
11472+
"Default value.",
11473+
"Replay the original execution from the beginning.",
11474+
"Replay the execution from the first failed task."
11475+
],
11476+
"type": "string"
11477+
},
1145011478
"replayReason": {
1145111479
"description": "reason for replay",
1145211480
"type": "string"

0 commit comments

Comments
 (0)