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
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1alpha.projects.locations.integrations.executions.html
+22
Original file line number
Diff line number
Diff line change
@@ -213,6 +213,12 @@ <h3>Method Details</h3>
213
213
"eventExecutionInfoId": "A String", # Points to the event execution info this snapshot belongs to.
214
214
"eventExecutionSnapshotId": "A String", # Auto-generated. Used as primary key for EventExecutionSnapshots table.
215
215
"eventExecutionSnapshotMetadata": {
216
+
"ancestorIterationNumbers": [ # Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')
217
+
"A String",
218
+
],
219
+
"ancestorTaskNumbers": [ # Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')
220
+
"A String",
221
+
],
216
222
"eventAttemptNum": 42, # the event attempt number this snapshot belongs to.
217
223
"taskAttemptNum": 42, # the task attempt number this snapshot belongs to. Could be empty.
218
224
"taskLabel": "A String", # the task label associated with this snapshot. Could be empty.
@@ -405,6 +411,10 @@ <h3>Method Details</h3>
405
411
],
406
412
"executions": [ # The detailed information of requested executions
407
413
{ # The Execution resource contains detailed information of an individual integration execution.
414
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Cloud Logging details for the integration version
415
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
416
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
417
+
},
408
418
"createTime": "A String", # Output only. Created time of the execution.
409
419
"directSubExecutions": [ # Direct sub executions of the following Execution.
410
420
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
@@ -475,6 +485,12 @@ <h3>Method Details</h3>
475
485
"eventExecutionInfoId": "A String", # Points to the event execution info this snapshot belongs to.
476
486
"eventExecutionSnapshotId": "A String", # Auto-generated. Used as primary key for EventExecutionSnapshots table.
477
487
"eventExecutionSnapshotMetadata": {
488
+
"ancestorIterationNumbers": [ # Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')
489
+
"A String",
490
+
],
491
+
"ancestorTaskNumbers": [ # Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')
492
+
"A String",
493
+
],
478
494
"eventAttemptNum": 42, # the event attempt number this snapshot belongs to.
479
495
"taskAttemptNum": 42, # the task attempt number this snapshot belongs to. Could be empty.
480
496
"taskLabel": "A String", # the task label associated with this snapshot. Could be empty.
@@ -562,6 +578,12 @@ <h3>Method Details</h3>
562
578
{ # Contains the snapshot of the execution for a given checkpoint.
563
579
"checkpointTaskNumber": "A String", # Indicates "after which checkpoint task's execution" this snapshot is taken.
564
580
"executionSnapshotMetadata": { # Metadata of the execution snapshot. # Metadata of the execution snapshot.
581
+
"ancestorIterationNumbers": [ # Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')
582
+
"A String",
583
+
],
584
+
"ancestorTaskNumbers": [ # Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')
585
+
"A String",
586
+
],
565
587
"executionAttempt": 42, # the execution attempt number this snapshot belongs to.
566
588
"task": "A String", # the task name associated with this snapshot.
567
589
"taskAttempt": 42, # the task attempt number this snapshot belongs to.
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1alpha.projects.locations.integrations.versions.html
+32
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,10 @@ <h3>Method Details</h3>
131
131
The object takes the form of:
132
132
133
133
{ # The integration version definition.
134
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
135
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
136
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
136
140
"description": "A String", # Optional. The integration description.
@@ -1055,6 +1059,10 @@ <h3>Method Details</h3>
1055
1059
An object of the form:
1056
1060
1057
1061
{ # The integration version definition.
1062
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
1063
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
1064
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
1060
1068
"description": "A String", # Optional. The integration description.
@@ -2026,6 +2034,10 @@ <h3>Method Details</h3>
2026
2034
An object of the form:
2027
2035
2028
2036
{ # The integration version definition.
2037
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
2038
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
2039
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
2031
2043
"description": "A String", # Optional. The integration description.
@@ -2962,6 +2974,10 @@ <h3>Method Details</h3>
2962
2974
{ # Response for ListIntegrationVersions.
2963
2975
"integrationVersions": [ # The integrations which match the request.
2964
2976
{ # The integration version definition.
2977
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
2978
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
2979
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
2967
2983
"description": "A String", # Optional. The integration description.
@@ -3904,6 +3920,10 @@ <h3>Method Details</h3>
3904
3920
The object takes the form of:
3905
3921
3906
3922
{ # The integration version definition.
3923
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
3924
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
3925
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
3909
3929
"description": "A String", # Optional. The integration description.
@@ -4827,6 +4847,10 @@ <h3>Method Details</h3>
4827
4847
An object of the form:
4828
4848
4829
4849
{ # The integration version definition.
4850
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
4851
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
4852
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
4832
4856
"description": "A String", # Optional. The integration description.
@@ -5787,6 +5811,10 @@ <h3>Method Details</h3>
5787
5811
5788
5812
{ # Response for TakeoverEditLock.
5789
5813
"integrationVersion": { # The integration version definition. # Version after the lock is acquired by the new user.
5814
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
5815
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
5816
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
5792
5820
"description": "A String", # Optional. The integration description.
@@ -6750,6 +6778,10 @@ <h3>Method Details</h3>
6750
6778
6751
6779
{ # Response for UploadIntegrationVersion.
6752
6780
"integrationVersion": { # The integration version definition. # The uploaded integration.
6781
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
6782
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
6783
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
"databasePersistencePolicy": "A String", # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
6755
6787
"description": "A String", # Optional. The integration description.
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1alpha.projects.locations.integrations.versions.testCases.html
+16
Original file line number
Diff line number
Diff line change
@@ -632,6 +632,10 @@ <h3>Method Details</h3>
632
632
{ # The response for listing the functional test execution data.
633
633
"executions": [ # The detailed information of requested executions
634
634
{ # The Execution resource contains detailed information of an individual integration execution.
635
+
"cloudLoggingDetails": { # Cloud Logging details for execution info # Cloud Logging details for the integration version
636
+
"cloudLoggingSeverity": "A String", # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
637
+
"enableCloudLogging": True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
638
+
},
635
639
"createTime": "A String", # Output only. Created time of the execution.
636
640
"directSubExecutions": [ # Direct sub executions of the following Execution.
637
641
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
@@ -702,6 +706,12 @@ <h3>Method Details</h3>
702
706
"eventExecutionInfoId": "A String", # Points to the event execution info this snapshot belongs to.
703
707
"eventExecutionSnapshotId": "A String", # Auto-generated. Used as primary key for EventExecutionSnapshots table.
704
708
"eventExecutionSnapshotMetadata": {
709
+
"ancestorIterationNumbers": [ # Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')
710
+
"A String",
711
+
],
712
+
"ancestorTaskNumbers": [ # Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')
713
+
"A String",
714
+
],
705
715
"eventAttemptNum": 42, # the event attempt number this snapshot belongs to.
706
716
"taskAttemptNum": 42, # the task attempt number this snapshot belongs to. Could be empty.
707
717
"taskLabel": "A String", # the task label associated with this snapshot. Could be empty.
@@ -789,6 +799,12 @@ <h3>Method Details</h3>
789
799
{ # Contains the snapshot of the execution for a given checkpoint.
790
800
"checkpointTaskNumber": "A String", # Indicates "after which checkpoint task's execution" this snapshot is taken.
791
801
"executionSnapshotMetadata": { # Metadata of the execution snapshot. # Metadata of the execution snapshot.
802
+
"ancestorIterationNumbers": [ # Ancestor iteration number for the task(it will only be non-empty if the task is under 'private workflow')
803
+
"A String",
804
+
],
805
+
"ancestorTaskNumbers": [ # Ancestor task number for the task(it will only be non-empty if the task is under 'private workflow')
806
+
"A String",
807
+
],
792
808
"executionAttempt": 42, # the execution attempt number this snapshot belongs to.
793
809
"task": "A String", # the task name associated with this snapshot.
794
810
"taskAttempt": 42, # the task attempt number this snapshot belongs to.
0 commit comments