You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"replayInfo": { # 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
406
406
"originalExecutionInfoId": "A String", # If this execution is a replay of another execution, then this field contains the original execution id.
407
+
"replayMode": "A String", # Replay mode for the execution
407
408
"replayReason": "A String", # reason for replay
408
409
"replayedExecutionInfoIds": [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
409
410
"A String",
@@ -790,6 +791,7 @@ <h3>Method Details</h3>
790
791
"product": "A String", # Which Google product the execution_info belongs to. If not set, the execution_info belongs to Integration Platform by default.
791
792
"replayInfo": { # 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
792
793
"originalExecutionInfoId": "A String", # If this execution is a replay of another execution, then this field contains the original execution id.
794
+
"replayMode": "A String", # Replay mode for the execution
793
795
"replayReason": "A String", # reason for replay
794
796
"replayedExecutionInfoIds": [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
"replayInfo": { # 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
1144
1146
"originalExecutionInfoId": "A String", # If this execution is a replay of another execution, then this field contains the original execution id.
1147
+
"replayMode": "A String", # Replay mode for the execution
1145
1148
"replayReason": "A String", # reason for replay
1146
1149
"replayedExecutionInfoIds": [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
1147
1150
"A String",
@@ -1327,7 +1330,7 @@ <h3>Method Details</h3>
1327
1330
<pre>Re-execute an existing execution, with same request parameters and execution strategy.
1328
1331
1329
1332
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)
"replayInfo": { # 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
1717
1717
"originalExecutionInfoId": "A String", # If this execution is a replay of another execution, then this field contains the original execution id.
1718
+
"replayMode": "A String", # Replay mode for the execution
1718
1719
"replayReason": "A String", # reason for replay
1719
1720
"replayedExecutionInfoIds": [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
"replayInfo": { # 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
374
374
"originalExecutionInfoId": "A String", # If this execution is a replay of another execution, then this field contains the original execution id.
375
+
"replayMode": "A String", # Replay mode for the execution
375
376
"replayReason": "A String", # reason for replay
376
377
"replayedExecutionInfoIds": [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
377
378
"A String",
@@ -758,6 +759,7 @@ <h3>Method Details</h3>
758
759
"product": "A String", # Which Google product the execution_info belongs to. If not set, the execution_info belongs to Integration Platform by default.
759
760
"replayInfo": { # 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
760
761
"originalExecutionInfoId": "A String", # If this execution is a replay of another execution, then this field contains the original execution id.
762
+
"replayMode": "A String", # Replay mode for the execution
761
763
"replayReason": "A String", # reason for replay
762
764
"replayedExecutionInfoIds": [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
"replayInfo": { # 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
1112
1114
"originalExecutionInfoId": "A String", # If this execution is a replay of another execution, then this field contains the original execution id.
1115
+
"replayMode": "A String", # Replay mode for the execution
1113
1116
"replayReason": "A String", # reason for replay
1114
1117
"replayedExecutionInfoIds": [ # If this execution has been replayed, then this field contains the execution ids of the replayed executions.
0 commit comments