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.connections.html
+5
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,7 @@ <h3>Method Details</h3>
231
231
"connectorVersion": "A String", # 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.
232
232
"connectorVersionInfraConfig": { # 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.
233
233
"connectionRatelimitWindowSeconds": "A String", # Output only. The window used for ratelimiting runtime requests to connections.
234
+
"deploymentModel": "A String", # Optional. Indicates whether connector is deployed on GKE/CloudRun
234
235
"hpaConfig": { # Autoscaling config for connector deployment system metrics. # Output only. HPA autoscaling config.
235
236
"cpuUtilizationThreshold": "A String", # Output only. Percent CPU utilization where HPA triggers autoscaling.
"deadLetterConfig": { # Dead Letter configuration details provided by the user. # Optional. Dead letter configuration for eventing of a connection.
349
+
"projectId": "A String", # Optional. Project which has the topic given.
350
+
"topic": "A String", # Optional. Topic to push events which couldn't be processed.
351
+
},
347
352
"enrichmentEnabled": True or False, # Enrichment Enabled.
348
353
"eventsListenerIngressEndpoint": "A String", # Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.
349
354
"listenerAuthConfig": { # AuthConfig defines details of a authentication type. # Optional. Auth details for the event listener.
<pclass="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>
<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.
100
100
101
101
Args:
@@ -118,6 +118,7 @@ <h3>Method Details</h3>
118
118
pageToken: string, Optional. The token returned in the previous response.
119
119
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.
120
120
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.
121
122
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.
122
123
x__xgafv: string, V1 error format.
123
124
Allowed values
@@ -145,7 +146,7 @@ <h3>Method Details</h3>
145
146
"taskNumber": 42, # The task try-number, in which, the error occurred. If zero, the error happened at the event level.
146
147
},
147
148
],
148
-
"eventExecutionDetails": { # 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
+
"eventExecutionDetails": { # 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.
149
150
"eventAttemptStats": [
150
151
{
151
152
"endTime": "A String", # The end time of the event execution for current attempt.
@@ -291,6 +292,7 @@ <h3>Method Details</h3>
291
292
"taskName": "A String", # The task name associated with this snapshot. Could be empty.
292
293
},
293
294
],
295
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
294
296
"eventExecutionState": "A String", # The execution state of this event.
295
297
"eventRetriesFromBeginningCount": 42, # Indicates the number of times the execution has restarted from the beginning.
296
298
"logFilePath": "A String", # The log file path (aka. cns address) for this event.
@@ -423,7 +425,7 @@ <h3>Method Details</h3>
423
425
"directSubExecutions": [ # Direct sub executions of the following Execution.
424
426
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
425
427
],
426
-
"eventExecutionDetails": { # 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
+
"eventExecutionDetails": { # 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.
427
429
"eventAttemptStats": [
428
430
{
429
431
"endTime": "A String", # The end time of the event execution for current attempt.
@@ -566,6 +568,7 @@ <h3>Method Details</h3>
566
568
"taskName": "A String", # The task name associated with this snapshot. Could be empty.
567
569
},
568
570
],
571
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
"eventRetriesFromBeginningCount": 42, # Indicates the number of times the execution has restarted from the beginning.
571
574
"logFilePath": "A String", # The log file path (aka. cns address) for this event.
@@ -580,6 +583,7 @@ <h3>Method Details</h3>
580
583
"startTime": "A String", # The start time of the integration execution for current attempt. This could be in the future if it's been scheduled.
581
584
},
582
585
],
586
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
583
587
"executionSnapshots": [ # List of snapshots taken during the execution.
584
588
{ # Contains the snapshot of the execution for a given checkpoint.
585
589
"checkpointTaskNumber": "A String", # Indicates "after which checkpoint task's execution" this snapshot is taken.
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1alpha.projects.locations.integrations.versions.testCases.html
+9-7
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ <h3>Method Details</h3>
109
109
<pre>Creates a new test case
110
110
111
111
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)
113
113
body: object, The request body.
114
114
The object takes the form of:
115
115
@@ -246,7 +246,7 @@ <h3>Method Details</h3>
246
246
],
247
247
"triggerId": "A String", # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
"workflowId": "A String", # ID of the workflow with which this test case is associated
249
+
"workflowId": "A String", # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
250
250
}
251
251
252
252
testCaseId: string, Required. Required
@@ -391,7 +391,7 @@ <h3>Method Details</h3>
391
391
],
392
392
"triggerId": "A String", # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
"workflowId": "A String", # ID of the workflow with which this test case is associated
394
+
"workflowId": "A String", # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
395
395
}</pre>
396
396
</div>
397
397
@@ -661,7 +661,7 @@ <h3>Method Details</h3>
661
661
],
662
662
"triggerId": "A String", # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
"workflowId": "A String", # ID of the workflow with which this test case is associated
664
+
"workflowId": "A String", # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
665
665
}</pre>
666
666
</div>
667
667
@@ -696,7 +696,7 @@ <h3>Method Details</h3>
696
696
"directSubExecutions": [ # Direct sub executions of the following Execution.
697
697
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
698
698
],
699
-
"eventExecutionDetails": { # 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
+
"eventExecutionDetails": { # 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.
700
700
"eventAttemptStats": [
701
701
{
702
702
"endTime": "A String", # The end time of the event execution for current attempt.
@@ -839,6 +839,7 @@ <h3>Method Details</h3>
839
839
"taskName": "A String", # The task name associated with this snapshot. Could be empty.
840
840
},
841
841
],
842
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
"eventRetriesFromBeginningCount": 42, # Indicates the number of times the execution has restarted from the beginning.
844
845
"logFilePath": "A String", # The log file path (aka. cns address) for this event.
@@ -853,6 +854,7 @@ <h3>Method Details</h3>
853
854
"startTime": "A String", # The start time of the integration execution for current attempt. This could be in the future if it's been scheduled.
854
855
},
855
856
],
857
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
856
858
"executionSnapshots": [ # List of snapshots taken during the execution.
857
859
{ # Contains the snapshot of the execution for a given checkpoint.
858
860
"checkpointTaskNumber": "A String", # Indicates "after which checkpoint task's execution" this snapshot is taken.
@@ -1234,7 +1236,7 @@ <h3>Method Details</h3>
1234
1236
],
1235
1237
"triggerId": "A String", # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
"workflowId": "A String", # ID of the workflow with which this test case is associated
1239
+
"workflowId": "A String", # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
1238
1240
}
1239
1241
1240
1242
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>
1379
1381
],
1380
1382
"triggerId": "A String", # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
"workflowId": "A String", # ID of the workflow with which this test case is associated
1384
+
"workflowId": "A String", # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
<pclass="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>
"directSubExecutions": [ # Direct sub executions of the following Execution.
149
149
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
150
150
],
151
-
"eventExecutionDetails": { # 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
+
"eventExecutionDetails": { # 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.
152
152
"eventAttemptStats": [
153
153
{
154
154
"endTime": "A String", # The end time of the event execution for current attempt.
@@ -291,6 +291,7 @@ <h3>Method Details</h3>
291
291
"taskName": "A String", # The task name associated with this snapshot. Could be empty.
292
292
},
293
293
],
294
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
"eventRetriesFromBeginningCount": 42, # Indicates the number of times the execution has restarted from the beginning.
296
297
"logFilePath": "A String", # The log file path (aka. cns address) for this event.
@@ -305,6 +306,7 @@ <h3>Method Details</h3>
305
306
"startTime": "A String", # The start time of the integration execution for current attempt. This could be in the future if it's been scheduled.
306
307
},
307
308
],
309
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
308
310
"executionSnapshots": [ # List of snapshots taken during the execution.
309
311
{ # Contains the snapshot of the execution for a given checkpoint.
310
312
"checkpointTaskNumber": "A String", # Indicates "after which checkpoint task's execution" this snapshot is taken.
<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.
533
535
534
536
Args:
@@ -551,6 +553,7 @@ <h3>Method Details</h3>
551
553
pageToken: string, Optional. The token returned in the previous response.
552
554
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.
553
555
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.
554
557
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.
555
558
x__xgafv: string, V1 error format.
556
559
Allowed values
@@ -578,7 +581,7 @@ <h3>Method Details</h3>
578
581
"taskNumber": 42, # The task try-number, in which, the error occurred. If zero, the error happened at the event level.
579
582
},
580
583
],
581
-
"eventExecutionDetails": { # 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
+
"eventExecutionDetails": { # 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.
582
585
"eventAttemptStats": [
583
586
{
584
587
"endTime": "A String", # The end time of the event execution for current attempt.
@@ -724,6 +727,7 @@ <h3>Method Details</h3>
724
727
"taskName": "A String", # The task name associated with this snapshot. Could be empty.
725
728
},
726
729
],
730
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
727
731
"eventExecutionState": "A String", # The execution state of this event.
728
732
"eventRetriesFromBeginningCount": 42, # Indicates the number of times the execution has restarted from the beginning.
729
733
"logFilePath": "A String", # The log file path (aka. cns address) for this event.
@@ -856,7 +860,7 @@ <h3>Method Details</h3>
856
860
"directSubExecutions": [ # Direct sub executions of the following Execution.
857
861
# Object with schema name: GoogleCloudIntegrationsV1alphaExecution
858
862
],
859
-
"eventExecutionDetails": { # 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
+
"eventExecutionDetails": { # 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.
860
864
"eventAttemptStats": [
861
865
{
862
866
"endTime": "A String", # The end time of the event execution for current attempt.
@@ -999,6 +1003,7 @@ <h3>Method Details</h3>
999
1003
"taskName": "A String", # The task name associated with this snapshot. Could be empty.
1000
1004
},
1001
1005
],
1006
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
"eventRetriesFromBeginningCount": 42, # Indicates the number of times the execution has restarted from the beginning.
1004
1009
"logFilePath": "A String", # The log file path (aka. cns address) for this event.
@@ -1013,6 +1018,7 @@ <h3>Method Details</h3>
1013
1018
"startTime": "A String", # The start time of the integration execution for current attempt. This could be in the future if it's been scheduled.
1014
1019
},
1015
1020
],
1021
+
"eventExecutionSnapshotsSize": "A String", # Total size of all event_execution_snapshots for an execution
1016
1022
"executionSnapshots": [ # List of snapshots taken during the execution.
1017
1023
{ # Contains the snapshot of the execution for a given checkpoint.
1018
1024
"checkpointTaskNumber": "A String", # Indicates "after which checkpoint task's execution" this snapshot is taken.
Copy file name to clipboardexpand all lines: docs/dyn/integrations_v1alpha.projects.locations.products.integrations.versions.testCases.html
+1-1
Original file line number
Diff line number
Diff line change
@@ -244,7 +244,7 @@ <h3>Method Details</h3>
244
244
],
245
245
"triggerId": "A String", # Required. This defines the trigger ID in workflow which is considered to be executed as starting point of the test case
"workflowId": "A String", # ID of the workflow with which this test case is associated
247
+
"workflowId": "A String", # ID of the workflow with which this test case is associated Deprecated. Please read the workflow_id from name or parent.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/integrations.v1alpha.json
+64-5
Original file line number
Diff line number
Diff line change
@@ -919,6 +919,11 @@
919
919
"location": "query",
920
920
"type": "boolean"
921
921
},
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
+
},
922
927
"truncateParams": {
923
928
"deprecated": true,
924
929
"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 @@
1402
1407
],
1403
1408
"parameters": {
1404
1409
"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}",
"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
+
},
2263
2273
"truncateParams": {
2264
2274
"deprecated": true,
2265
2275
"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.",
"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",
"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",
0 commit comments