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 f95e423

Browse files
committedJan 16, 2024
feat(integrations): update the api
#### integrations:v1alpha The following keys were added: - resources.projects.resources.locations.resources.integrations.resources.executions.methods.list.parameters.snapshotMetadataWithoutParams (Total Keys: 2) - resources.projects.resources.locations.resources.products.resources.integrations.resources.executions.methods.list.parameters.snapshotMetadataWithoutParams (Total Keys: 2) - schemas.EnterpriseCrmEventbusProtoEventExecutionDetails.properties.eventExecutionSnapshotsSize (Total Keys: 2) - schemas.EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails.properties.eventExecutionSnapshotsSize (Total Keys: 2) - schemas.GoogleCloudConnectorsV1ConnectorVersionInfraConfig.properties.deploymentModel.type (Total Keys: 1) - schemas.GoogleCloudConnectorsV1EventingConfig.properties.deadLetterConfig.$ref (Total Keys: 1) - schemas.GoogleCloudConnectorsV1EventingConfigDeadLetterConfig (Total Keys: 4) - schemas.GoogleCloudIntegrationsV1alphaExecutionDetails.properties.eventExecutionSnapshotsSize (Total Keys: 2) - schemas.GoogleCloudIntegrationsV1alphaTestCase.properties.workflowId.deprecated (Total Keys: 1)
1 parent e204b4a commit f95e423

6 files changed

+98
-22
lines changed
 

‎docs/dyn/integrations_v1alpha.projects.locations.connections.html

+5
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ <h3>Method Details</h3>
231231
&quot;connectorVersion&quot;: &quot;A String&quot;, # Required. Connector version on which the connection is created. The format is: projects/*/locations/*/providers/*/connectors/*/versions/* Only global location is supported for ConnectorVersion resource.
232232
&quot;connectorVersionInfraConfig&quot;: { # This cofiguration provides infra configs like rate limit threshold which need to be configurable for every connector version # Output only. Infra configs supported by Connector Version.
233233
&quot;connectionRatelimitWindowSeconds&quot;: &quot;A String&quot;, # Output only. The window used for ratelimiting runtime requests to connections.
234+
&quot;deploymentModel&quot;: &quot;A String&quot;, # Optional. Indicates whether connector is deployed on GKE/CloudRun
234235
&quot;hpaConfig&quot;: { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
235236
&quot;cpuUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent CPU utilization where HPA triggers autoscaling.
236237
&quot;memoryUtilizationThreshold&quot;: &quot;A String&quot;, # Output only. Percent Memory utilization where HPA triggers autoscaling.
@@ -344,6 +345,10 @@ <h3>Method Details</h3>
344345
&quot;username&quot;: &quot;A String&quot;, # Username.
345346
},
346347
},
348+
&quot;deadLetterConfig&quot;: { # Dead Letter configuration details provided by the user. # Optional. Dead letter configuration for eventing of a connection.
349+
&quot;projectId&quot;: &quot;A String&quot;, # Optional. Project which has the topic given.
350+
&quot;topic&quot;: &quot;A String&quot;, # Optional. Topic to push events which couldn&#x27;t be processed.
351+
},
347352
&quot;enrichmentEnabled&quot;: True or False, # Enrichment Enabled.
348353
&quot;eventsListenerIngressEndpoint&quot;: &quot;A String&quot;, # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
349354
&quot;listenerAuthConfig&quot;: { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.

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

+8-4
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>Instance Methods</h2>
8383
<code><a href="#close">close()</a></code></p>
8484
<p class="firstline">Close httplib2 connections.</p>
8585
<p class="toc_element">
86-
<code><a href="#list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</a></code></p>
86+
<code><a href="#list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, snapshotMetadataWithoutParams=None, truncateParams=None, x__xgafv=None)</a></code></p>
8787
<p class="firstline">Lists the results of all the integration executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.</p>
8888
<p class="toc_element">
8989
<code><a href="#list_next">list_next()</a></code></p>
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
9595
</div>
9696

9797
<div class="method">
98-
<code class="details" id="list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</code>
98+
<code class="details" id="list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, snapshotMetadataWithoutParams=None, truncateParams=None, x__xgafv=None)</code>
9999
<pre>Lists the results of all the integration executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.
100100

101101
Args:
@@ -118,6 +118,7 @@ <h3>Method Details</h3>
118118
pageToken: string, Optional. The token returned in the previous response.
119119
readMask: string, Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned.
120120
refreshAcl: boolean, Optional. If true, the service will use the most recent acl information to list event execution infos and renew the acl cache. Note that fetching the most recent acl is synchronous, so it will increase RPC call latency.
121+
snapshotMetadataWithoutParams: boolean, Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters.
121122
truncateParams: boolean, Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.
122123
x__xgafv: string, V1 error format.
123124
Allowed values
@@ -145,7 +146,7 @@ <h3>Method Details</h3>
145146
&quot;taskNumber&quot;: 42, # The task try-number, in which, the error occurred. If zero, the error happened at the event level.
146147
},
147148
],
148-
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
149+
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
149150
&quot;eventAttemptStats&quot;: [
150151
{
151152
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
@@ -291,6 +292,7 @@ <h3>Method Details</h3>
291292
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
292293
},
293294
],
295+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
294296
&quot;eventExecutionState&quot;: &quot;A String&quot;, # The execution state of this event.
295297
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
296298
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
@@ -423,7 +425,7 @@ <h3>Method Details</h3>
423425
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
424426
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
425427
],
426-
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
428+
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
427429
&quot;eventAttemptStats&quot;: [
428430
{
429431
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
@@ -566,6 +568,7 @@ <h3>Method Details</h3>
566568
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
567569
},
568570
],
571+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
569572
&quot;eventExecutionState&quot;: &quot;A String&quot;,
570573
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
571574
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
@@ -580,6 +583,7 @@ <h3>Method Details</h3>
580583
&quot;startTime&quot;: &quot;A String&quot;, # The start time of the integration execution for current attempt. This could be in the future if it&#x27;s been scheduled.
581584
},
582585
],
586+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
583587
&quot;executionSnapshots&quot;: [ # List of snapshots taken during the execution.
584588
{ # Contains the snapshot of the execution for a given checkpoint.
585589
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.

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

+9-7
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109109
<pre>Creates a new test case
110110

111111
Args:
112-
parent: string, Required. (required)
112+
parent: string, Required. The parent resource where this test case will be created. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{integration_version} (required)
113113
body: object, The request body.
114114
The object takes the form of:
115115

@@ -246,7 +246,7 @@ <h3>Method Details</h3>
246246
],
247247
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
248248
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
249-
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
249+
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
250250
}
251251

252252
testCaseId: string, Required. Required
@@ -391,7 +391,7 @@ <h3>Method Details</h3>
391391
],
392392
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
393393
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
394-
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
394+
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
395395
}</pre>
396396
</div>
397397

@@ -661,7 +661,7 @@ <h3>Method Details</h3>
661661
],
662662
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
663663
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
664-
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
664+
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
665665
}</pre>
666666
</div>
667667

@@ -696,7 +696,7 @@ <h3>Method Details</h3>
696696
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
697697
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
698698
],
699-
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
699+
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
700700
&quot;eventAttemptStats&quot;: [
701701
{
702702
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
@@ -839,6 +839,7 @@ <h3>Method Details</h3>
839839
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
840840
},
841841
],
842+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
842843
&quot;eventExecutionState&quot;: &quot;A String&quot;,
843844
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
844845
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
@@ -853,6 +854,7 @@ <h3>Method Details</h3>
853854
&quot;startTime&quot;: &quot;A String&quot;, # The start time of the integration execution for current attempt. This could be in the future if it&#x27;s been scheduled.
854855
},
855856
],
857+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
856858
&quot;executionSnapshots&quot;: [ # List of snapshots taken during the execution.
857859
{ # Contains the snapshot of the execution for a given checkpoint.
858860
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.
@@ -1234,7 +1236,7 @@ <h3>Method Details</h3>
12341236
],
12351237
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
12361238
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
1237-
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
1239+
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
12381240
}
12391241

12401242
updateMask: string, Optional. Field mask specifying the fields in the above integration that have been modified and need to be updated.
@@ -1379,7 +1381,7 @@ <h3>Method Details</h3>
13791381
],
13801382
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
13811383
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
1382-
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
1384+
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
13831385
}</pre>
13841386
</div>
13851387

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

+11-5
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Instance Methods</h2>
8989
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9090
<p class="firstline">Get an execution in the specified project.</p>
9191
<p class="toc_element">
92-
<code><a href="#list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</a></code></p>
92+
<code><a href="#list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, snapshotMetadataWithoutParams=None, truncateParams=None, x__xgafv=None)</a></code></p>
9393
<p class="firstline">Lists the results of all the integration executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.</p>
9494
<p class="toc_element">
9595
<code><a href="#list_next">list_next()</a></code></p>
@@ -148,7 +148,7 @@ <h3>Method Details</h3>
148148
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
149149
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
150150
],
151-
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
151+
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
152152
&quot;eventAttemptStats&quot;: [
153153
{
154154
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
@@ -291,6 +291,7 @@ <h3>Method Details</h3>
291291
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
292292
},
293293
],
294+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
294295
&quot;eventExecutionState&quot;: &quot;A String&quot;,
295296
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
296297
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
@@ -305,6 +306,7 @@ <h3>Method Details</h3>
305306
&quot;startTime&quot;: &quot;A String&quot;, # The start time of the integration execution for current attempt. This could be in the future if it&#x27;s been scheduled.
306307
},
307308
],
309+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
308310
&quot;executionSnapshots&quot;: [ # List of snapshots taken during the execution.
309311
{ # Contains the snapshot of the execution for a given checkpoint.
310312
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.
@@ -528,7 +530,7 @@ <h3>Method Details</h3>
528530
</div>
529531

530532
<div class="method">
531-
<code class="details" id="list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, truncateParams=None, x__xgafv=None)</code>
533+
<code class="details" id="list">list(parent, filter=None, filterParams_customFilter=None, filterParams_endTime=None, filterParams_eventStatuses=None, filterParams_executionId=None, filterParams_parameterKey=None, filterParams_parameterPairKey=None, filterParams_parameterPairValue=None, filterParams_parameterType=None, filterParams_parameterValue=None, filterParams_startTime=None, filterParams_taskStatuses=None, filterParams_workflowName=None, orderBy=None, pageSize=None, pageToken=None, readMask=None, refreshAcl=None, snapshotMetadataWithoutParams=None, truncateParams=None, x__xgafv=None)</code>
532534
<pre>Lists the results of all the integration executions. The response includes the same information as the [execution log](https://cloud.google.com/application-integration/docs/viewing-logs) in the Integration UI.
533535

534536
Args:
@@ -551,6 +553,7 @@ <h3>Method Details</h3>
551553
pageToken: string, Optional. The token returned in the previous response.
552554
readMask: string, Optional. View mask for the response data. If set, only the field specified will be returned as part of the result. If not set, all fields in event execution info will be filled and returned.
553555
refreshAcl: boolean, Optional. If true, the service will use the most recent acl information to list event execution infos and renew the acl cache. Note that fetching the most recent acl is synchronous, so it will increase RPC call latency.
556+
snapshotMetadataWithoutParams: boolean, Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters.
554557
truncateParams: boolean, Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.
555558
x__xgafv: string, V1 error format.
556559
Allowed values
@@ -578,7 +581,7 @@ <h3>Method Details</h3>
578581
&quot;taskNumber&quot;: 42, # The task try-number, in which, the error occurred. If zero, the error happened at the event level.
579582
},
580583
],
581-
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
584+
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
582585
&quot;eventAttemptStats&quot;: [
583586
{
584587
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
@@ -724,6 +727,7 @@ <h3>Method Details</h3>
724727
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
725728
},
726729
],
730+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
727731
&quot;eventExecutionState&quot;: &quot;A String&quot;, # The execution state of this event.
728732
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
729733
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
@@ -856,7 +860,7 @@ <h3>Method Details</h3>
856860
&quot;directSubExecutions&quot;: [ # Direct sub executions of the following Execution.
857861
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
858862
],
859-
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10 # The execution info about this event.
863+
&quot;eventExecutionDetails&quot;: { # Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11 # The execution info about this event.
860864
&quot;eventAttemptStats&quot;: [
861865
{
862866
&quot;endTime&quot;: &quot;A String&quot;, # The end time of the event execution for current attempt.
@@ -999,6 +1003,7 @@ <h3>Method Details</h3>
9991003
&quot;taskName&quot;: &quot;A String&quot;, # The task name associated with this snapshot. Could be empty.
10001004
},
10011005
],
1006+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
10021007
&quot;eventExecutionState&quot;: &quot;A String&quot;,
10031008
&quot;eventRetriesFromBeginningCount&quot;: 42, # Indicates the number of times the execution has restarted from the beginning.
10041009
&quot;logFilePath&quot;: &quot;A String&quot;, # The log file path (aka. cns address) for this event.
@@ -1013,6 +1018,7 @@ <h3>Method Details</h3>
10131018
&quot;startTime&quot;: &quot;A String&quot;, # The start time of the integration execution for current attempt. This could be in the future if it&#x27;s been scheduled.
10141019
},
10151020
],
1021+
&quot;eventExecutionSnapshotsSize&quot;: &quot;A String&quot;, # Total size of all event_execution_snapshots for an execution
10161022
&quot;executionSnapshots&quot;: [ # List of snapshots taken during the execution.
10171023
{ # Contains the snapshot of the execution for a given checkpoint.
10181024
&quot;checkpointTaskNumber&quot;: &quot;A String&quot;, # Indicates &quot;after which checkpoint task&#x27;s execution&quot; this snapshot is taken.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244244
],
245245
&quot;triggerId&quot;: &quot;A String&quot;, # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
246246
&quot;updateTime&quot;: &quot;A String&quot;, # Auto-generated.
247-
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated
247+
&quot;workflowId&quot;: &quot;A String&quot;, # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
248248
},
249249
],
250250
}</pre>

‎googleapiclient/discovery_cache/documents/integrations.v1alpha.json

+64-5
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,11 @@
919919
"location": "query",
920920
"type": "boolean"
921921
},
922+
"snapshotMetadataWithoutParams": {
923+
"description": "Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters.",
924+
"location": "query",
925+
"type": "boolean"
926+
},
922927
"truncateParams": {
923928
"deprecated": true,
924929
"description": "Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.",
@@ -1402,7 +1407,7 @@
14021407
],
14031408
"parameters": {
14041409
"parent": {
1405-
"description": "Required.",
1410+
"description": "Required. The parent resource where this test case will be created. Format: projects/{project}/locations/{location}/integrations/{integration}/versions/{integration_version}",
14061411
"location": "path",
14071412
"pattern": "^projects/[^/]+/locations/[^/]+/integrations/[^/]+/versions/[^/]+$",
14081413
"required": true,
@@ -2260,6 +2265,11 @@
22602265
"location": "query",
22612266
"type": "boolean"
22622267
},
2268+
"snapshotMetadataWithoutParams": {
2269+
"description": "Optional. If true, the service will provide execution info with snapshot metadata only i.e. without event parameters.",
2270+
"location": "query",
2271+
"type": "boolean"
2272+
},
22632273
"truncateParams": {
22642274
"deprecated": true,
22652275
"description": "Optional. If true, the service will truncate the params to only keep the first 1000 characters of string params and empty the executions in order to make response smaller. Only works for UI and when the params fields are not filtered out.",
@@ -3556,7 +3566,7 @@
35563566
}
35573567
}
35583568
},
3559-
"revision": "20231213",
3569+
"revision": "20240109",
35603570
"rootUrl": "https://integrations.googleapis.com/",
35613571
"schemas": {
35623572
"CrmlogErrorCode": {
@@ -4487,7 +4497,7 @@ false
44874497
"type": "object"
44884498
},
44894499
"EnterpriseCrmEventbusProtoEventExecutionDetails": {
4490-
"description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10",
4500+
"description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11",
44914501
"id": "EnterpriseCrmEventbusProtoEventExecutionDetails",
44924502
"properties": {
44934503
"eventAttemptStats": {
@@ -4502,6 +4512,11 @@ false
45024512
},
45034513
"type": "array"
45044514
},
4515+
"eventExecutionSnapshotsSize": {
4516+
"description": "Total size of all event_execution_snapshots for an execution",
4517+
"format": "int64",
4518+
"type": "string"
4519+
},
45054520
"eventExecutionState": {
45064521
"enum": [
45074522
"UNSPECIFIED",
@@ -6884,7 +6899,7 @@ false
68846899
"type": "object"
68856900
},
68866901
"EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails": {
6887-
"description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 10",
6902+
"description": "Contains the details of the execution info of this event: this includes the tasks execution details plus the event execution statistics. Next available id: 11",
68886903
"id": "EnterpriseCrmFrontendsEventbusProtoEventExecutionDetails",
68896904
"properties": {
68906905
"eventAttemptStats": {
@@ -6900,6 +6915,11 @@ false
69006915
},
69016916
"type": "array"
69026917
},
6918+
"eventExecutionSnapshotsSize": {
6919+
"description": "Total size of all event_execution_snapshots for an execution",
6920+
"format": "int64",
6921+
"type": "string"
6922+
},
69036923
"eventExecutionState": {
69046924
"description": "The execution state of this event.",
69056925
"enum": [
@@ -8621,6 +8641,20 @@ false
86218641
"readOnly": true,
86228642
"type": "string"
86238643
},
8644+
"deploymentModel": {
8645+
"description": "Optional. Indicates whether connector is deployed on GKE/CloudRun",
8646+
"enum": [
8647+
"DEPLOYMENT_MODEL_UNSPECIFIED",
8648+
"GKE_MST",
8649+
"CLOUD_RUN_MST"
8650+
],
8651+
"enumDescriptions": [
8652+
"Deployment model is not specified.",
8653+
"Default model gke mst.",
8654+
"Cloud run mst."
8655+
],
8656+
"type": "string"
8657+
},
86248658
"hpaConfig": {
86258659
"$ref": "GoogleCloudConnectorsV1HPAConfig",
86268660
"description": "Output only. HPA autoscaling config.",
@@ -8734,6 +8768,10 @@ false
87348768
"$ref": "GoogleCloudConnectorsV1AuthConfig",
87358769
"description": "Auth details for the webhook adapter."
87368770
},
8771+
"deadLetterConfig": {
8772+
"$ref": "GoogleCloudConnectorsV1EventingConfigDeadLetterConfig",
8773+
"description": "Optional. Dead letter configuration for eventing of a connection."
8774+
},
87378775
"enrichmentEnabled": {
87388776
"description": "Enrichment Enabled.",
87398777
"type": "boolean"
@@ -8757,6 +8795,21 @@ false
87578795
},
87588796
"type": "object"
87598797
},
8798+
"GoogleCloudConnectorsV1EventingConfigDeadLetterConfig": {
8799+
"description": "Dead Letter configuration details provided by the user.",
8800+
"id": "GoogleCloudConnectorsV1EventingConfigDeadLetterConfig",
8801+
"properties": {
8802+
"projectId": {
8803+
"description": "Optional. Project which has the topic given.",
8804+
"type": "string"
8805+
},
8806+
"topic": {
8807+
"description": "Optional. Topic to push events which couldn't be processed.",
8808+
"type": "string"
8809+
}
8810+
},
8811+
"type": "object"
8812+
},
87608813
"GoogleCloudConnectorsV1EventingRuntimeData": {
87618814
"description": "Eventing runtime data has the details related to eventing managed by the system.",
87628815
"id": "GoogleCloudConnectorsV1EventingRuntimeData",
@@ -9951,6 +10004,11 @@ false
995110004
},
995210005
"type": "array"
995310006
},
10007+
"eventExecutionSnapshotsSize": {
10008+
"description": "Total size of all event_execution_snapshots for an execution",
10009+
"format": "int64",
10010+
"type": "string"
10011+
},
995410012
"executionSnapshots": {
995510013
"description": "List of snapshots taken during the execution.",
995610014
"items": {
@@ -12058,7 +12116,8 @@ false
1205812116
"type": "string"
1205912117
},
1206012118
"workflowId": {
12061-
"description": "ID of the workflow with which this test case is associated",
12119+
"deprecated": true,
12120+
"description": "ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.",
1206212121
"type": "string"
1206312122
}
1206412123
},

0 commit comments

Comments
 (0)
Please sign in to comment.