Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b2c8577

Browse files
committedNov 14, 2023
feat(integrations): update the api
#### integrations:v1alpha The following keys were added: - schemas.EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata.properties.ancestorIterationNumbers (Total Keys: 2) - schemas.EnterpriseCrmEventbusProtoEventExecutionSnapshotEventExecutionSnapshotMetadata.properties.ancestorTaskNumbers (Total Keys: 2) - schemas.GoogleCloudIntegrationsV1alphaCloudLoggingDetails (Total Keys: 4) - schemas.GoogleCloudIntegrationsV1alphaExecution.properties.cloudLoggingDetails.$ref (Total Keys: 1) - schemas.GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata.properties.ancestorIterationNumbers (Total Keys: 2) - schemas.GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata.properties.ancestorTaskNumbers (Total Keys: 2) - schemas.GoogleCloudIntegrationsV1alphaIntegrationVersion.properties.cloudLoggingDetails.$ref (Total Keys: 1)
1 parent dedbe1d commit b2c8577

6 files changed

+206
-1
lines changed
 

‎docs/dyn/integrations_v1alpha.projects.locations.integrations.executions.html

+22
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,12 @@ <h3>Method Details</h3>
213213
&quot;eventExecutionInfoId&quot;: &quot;A String&quot;, # Points to the event execution info this snapshot belongs to.
214214
&quot;eventExecutionSnapshotId&quot;: &quot;A String&quot;, # Auto-generated. Used as primary key for EventExecutionSnapshots table.
215215
&quot;eventExecutionSnapshotMetadata&quot;: {
216+
&quot;ancestorIterationNumbers&quot;: [ # Ancestor iteration number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
217+
&quot;A String&quot;,
218+
],
219+
&quot;ancestorTaskNumbers&quot;: [ # Ancestor task number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
220+
&quot;A String&quot;,
221+
],
216222
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
217223
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
218224
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
@@ -405,6 +411,10 @@ <h3>Method Details</h3>
405411
],
406412
&quot;executions&quot;: [ # The detailed information of requested executions
407413
{ # The Execution resource contains detailed information of an individual integration execution.
414+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Cloud Logging details for the integration version
415+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
416+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
417+
},
408418
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Created time of the execution.
409419
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
410420
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
@@ -475,6 +485,12 @@ <h3>Method Details</h3>
475485
&quot;eventExecutionInfoId&quot;: &quot;A String&quot;, # Points to the event execution info this snapshot belongs to.
476486
&quot;eventExecutionSnapshotId&quot;: &quot;A String&quot;, # Auto-generated. Used as primary key for EventExecutionSnapshots table.
477487
&quot;eventExecutionSnapshotMetadata&quot;: {
488+
&quot;ancestorIterationNumbers&quot;: [ # Ancestor iteration number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
489+
&quot;A String&quot;,
490+
],
491+
&quot;ancestorTaskNumbers&quot;: [ # Ancestor task number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
492+
&quot;A String&quot;,
493+
],
478494
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
479495
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
480496
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
@@ -562,6 +578,12 @@ <h3>Method Details</h3>
562578
{ # Contains the snapshot of the execution for a given checkpoint.
563579
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.
564580
&quot;executionSnapshotMetadata&quot;: { # Metadata of the execution snapshot. # Metadata of the execution snapshot.
581+
&quot;ancestorIterationNumbers&quot;: [ # Ancestor iteration number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
582+
&quot;A String&quot;,
583+
],
584+
&quot;ancestorTaskNumbers&quot;: [ # Ancestor task number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
585+
&quot;A String&quot;,
586+
],
565587
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
566588
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
567589
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.

‎docs/dyn/integrations_v1alpha.projects.locations.integrations.versions.html

+32
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ <h3>Method Details</h3>
131131
The object takes the form of:
132132

133133
{ # The integration version definition.
134+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
135+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
136+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
137+
},
134138
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
135139
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
136140
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.
@@ -1055,6 +1059,10 @@ <h3>Method Details</h3>
10551059
An object of the form:
10561060

10571061
{ # The integration version definition.
1062+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
1063+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
1064+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
1065+
},
10581066
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
10591067
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
10601068
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.
@@ -2026,6 +2034,10 @@ <h3>Method Details</h3>
20262034
An object of the form:
20272035

20282036
{ # The integration version definition.
2037+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
2038+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
2039+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
2040+
},
20292041
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
20302042
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
20312043
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.
@@ -2962,6 +2974,10 @@ <h3>Method Details</h3>
29622974
{ # Response for ListIntegrationVersions.
29632975
&quot;integrationVersions&quot;: [ # The integrations which match the request.
29642976
{ # The integration version definition.
2977+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
2978+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
2979+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
2980+
},
29652981
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
29662982
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
29672983
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.
@@ -3904,6 +3920,10 @@ <h3>Method Details</h3>
39043920
The object takes the form of:
39053921

39063922
{ # The integration version definition.
3923+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
3924+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
3925+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
3926+
},
39073927
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
39083928
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
39093929
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.
@@ -4827,6 +4847,10 @@ <h3>Method Details</h3>
48274847
An object of the form:
48284848

48294849
{ # The integration version definition.
4850+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
4851+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
4852+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
4853+
},
48304854
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
48314855
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
48324856
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.
@@ -5787,6 +5811,10 @@ <h3>Method Details</h3>
57875811

57885812
{ # Response for TakeoverEditLock.
57895813
&quot;integrationVersion&quot;: { # The integration version definition. # Version after the lock is acquired by the new user.
5814+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
5815+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
5816+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
5817+
},
57905818
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
57915819
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
57925820
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.
@@ -6750,6 +6778,10 @@ <h3>Method Details</h3>
67506778

67516779
{ # Response for UploadIntegrationVersion.
67526780
&quot;integrationVersion&quot;: { # The integration version definition. # The uploaded integration.
6781+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Optional. Cloud Logging details for the integration version
6782+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
6783+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
6784+
},
67536785
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Auto-generated.
67546786
&quot;databasePersistencePolicy&quot;: &quot;A String&quot;, # Optional. Flag to disable database persistence for execution data, including event execution info, execution export info, execution metadata index and execution param index.
67556787
&quot;description&quot;: &quot;A String&quot;, # Optional. The integration description.

‎docs/dyn/integrations_v1alpha.projects.locations.integrations.versions.testCases.html

+16
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ <h3>Method Details</h3>
632632
{ # The response for listing the functional test execution data.
633633
&quot;executions&quot;: [ # The detailed information of requested executions
634634
{ # The Execution resource contains detailed information of an individual integration execution.
635+
&quot;cloudLoggingDetails&quot;: { # Cloud Logging details for execution info # Cloud Logging details for the integration version
636+
&quot;cloudLoggingSeverity&quot;: &quot;A String&quot;, # Optional. Severity selected by the customer for the logs to be sent to Cloud Logging, for the integration version getting executed.
637+
&quot;enableCloudLogging&quot;: True or False, # Optional. Status of whether Cloud Logging is enabled or not for the integration version getting executed.
638+
},
635639
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Created time of the execution.
636640
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
637641
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
@@ -702,6 +706,12 @@ <h3>Method Details</h3>
702706
&quot;eventExecutionInfoId&quot;: &quot;A String&quot;, # Points to the event execution info this snapshot belongs to.
703707
&quot;eventExecutionSnapshotId&quot;: &quot;A String&quot;, # Auto-generated. Used as primary key for EventExecutionSnapshots table.
704708
&quot;eventExecutionSnapshotMetadata&quot;: {
709+
&quot;ancestorIterationNumbers&quot;: [ # Ancestor iteration number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
710+
&quot;A String&quot;,
711+
],
712+
&quot;ancestorTaskNumbers&quot;: [ # Ancestor task number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
713+
&quot;A String&quot;,
714+
],
705715
&quot;eventAttemptNum&quot;: 42, # the event attempt number this snapshot belongs to.
706716
&quot;taskAttemptNum&quot;: 42, # the task attempt number this snapshot belongs to. Could be empty.
707717
&quot;taskLabel&quot;: &quot;A String&quot;, # the task label associated with this snapshot. Could be empty.
@@ -789,6 +799,12 @@ <h3>Method Details</h3>
789799
{ # Contains the snapshot of the execution for a given checkpoint.
790800
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.
791801
&quot;executionSnapshotMetadata&quot;: { # Metadata of the execution snapshot. # Metadata of the execution snapshot.
802+
&quot;ancestorIterationNumbers&quot;: [ # Ancestor iteration number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
803+
&quot;A String&quot;,
804+
],
805+
&quot;ancestorTaskNumbers&quot;: [ # Ancestor task number for the task(it will only be non-empty if the task is under &#x27;private workflow&#x27;)
806+
&quot;A String&quot;,
807+
],
792808
&quot;executionAttempt&quot;: 42, # the execution attempt number this snapshot belongs to.
793809
&quot;task&quot;: &quot;A String&quot;, # the task name associated with this snapshot.
794810
&quot;taskAttempt&quot;: 42, # the task attempt number this snapshot belongs to.

0 commit comments

Comments
 (0)
Please sign in to comment.