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 27c2bcb

Browse files
committedMar 4, 2025
feat(integrations): update the api
#### integrations:v1 The following keys were deleted: - schemas.GoogleCloudIntegrationsV1alphaImportTemplateRequest.properties.integrationRegion.type (Total Keys: 1) The following keys were added: - schemas.GoogleCloudIntegrationsV1alphaExecuteIntegrationsResponse.properties.parameters (Total Keys: 2)
1 parent 1a83d40 commit 27c2bcb

4 files changed

+68
-8
lines changed
 

‎docs/dyn/integrations_v1.projects.locations.integrations.html

+29
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,35 @@ <h3>Method Details</h3>
383383
},
384384
},
385385
],
386+
&quot;parameters&quot;: { # Optional. OUTPUT parameters from integration execution.
387+
&quot;a_key&quot;: { # The type of the parameter.
388+
&quot;booleanArray&quot;: { # This message only contains a field of boolean array. # Boolean Array.
389+
&quot;booleanValues&quot;: [ # Boolean array.
390+
True or False,
391+
],
392+
},
393+
&quot;booleanValue&quot;: True or False, # Boolean.
394+
&quot;doubleArray&quot;: { # This message only contains a field of double number array. # Double Number Array.
395+
&quot;doubleValues&quot;: [ # Double number array.
396+
3.14,
397+
],
398+
},
399+
&quot;doubleValue&quot;: 3.14, # Double Number.
400+
&quot;intArray&quot;: { # This message only contains a field of integer array. # Integer Array.
401+
&quot;intValues&quot;: [ # Integer array.
402+
&quot;A String&quot;,
403+
],
404+
},
405+
&quot;intValue&quot;: &quot;A String&quot;, # Integer.
406+
&quot;jsonValue&quot;: &quot;A String&quot;, # Json.
407+
&quot;stringArray&quot;: { # This message only contains a field of string array. # String Array.
408+
&quot;stringValues&quot;: [ # String array.
409+
&quot;A String&quot;,
410+
],
411+
},
412+
&quot;stringValue&quot;: &quot;A String&quot;, # String.
413+
},
414+
},
386415
}</pre>
387416
</div>
388417

‎docs/dyn/integrations_v1.projects.locations.products.integrations.html

+29
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,35 @@ <h3>Method Details</h3>
359359
},
360360
},
361361
],
362+
&quot;parameters&quot;: { # Optional. OUTPUT parameters from integration execution.
363+
&quot;a_key&quot;: { # The type of the parameter.
364+
&quot;booleanArray&quot;: { # This message only contains a field of boolean array. # Boolean Array.
365+
&quot;booleanValues&quot;: [ # Boolean array.
366+
True or False,
367+
],
368+
},
369+
&quot;booleanValue&quot;: True or False, # Boolean.
370+
&quot;doubleArray&quot;: { # This message only contains a field of double number array. # Double Number Array.
371+
&quot;doubleValues&quot;: [ # Double number array.
372+
3.14,
373+
],
374+
},
375+
&quot;doubleValue&quot;: 3.14, # Double Number.
376+
&quot;intArray&quot;: { # This message only contains a field of integer array. # Integer Array.
377+
&quot;intValues&quot;: [ # Integer array.
378+
&quot;A String&quot;,
379+
],
380+
},
381+
&quot;intValue&quot;: &quot;A String&quot;, # Integer.
382+
&quot;jsonValue&quot;: &quot;A String&quot;, # Json.
383+
&quot;stringArray&quot;: { # This message only contains a field of string array. # String Array.
384+
&quot;stringValues&quot;: [ # String array.
385+
&quot;A String&quot;,
386+
],
387+
},
388+
&quot;stringValue&quot;: &quot;A String&quot;, # String.
389+
},
390+
},
362391
}</pre>
363392
</div>
364393

‎docs/dyn/integrations_v1.projects.locations.templates.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -6573,8 +6573,7 @@ <h3>Method Details</h3>
65736573
The object takes the form of:
65746574

65756575
{ # Request to Import template
6576-
&quot;integration&quot;: &quot;A String&quot;, # Required. Name of the integration where template needs to be imported.
6577-
&quot;integrationRegion&quot;: &quot;A String&quot;, # Required. The region of the Integration to be created.
6576+
&quot;integration&quot;: &quot;A String&quot;, # Required. Resource Name of the integration where template needs to be imported/inserted.
65786577
&quot;subIntegrations&quot;: { # Optional. Sub Integration which would be created via templates.
65796578
&quot;a_key&quot;: { # Sub Integration which would be created via templates.
65806579
&quot;integration&quot;: &quot;A String&quot;, # Required. Name of the sub integration which would be created via templates.

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

+9-6
Original file line numberDiff line numberDiff line change
@@ -4558,7 +4558,7 @@
45584558
}
45594559
}
45604560
},
4561-
"revision": "20250206",
4561+
"revision": "20250223",
45624562
"rootUrl": "https://integrations.googleapis.com/",
45634563
"schemas": {
45644564
"CrmlogErrorCode": {
@@ -11273,6 +11273,13 @@ false
1127311273
"$ref": "EnterpriseCrmFrontendsEventbusProtoParameterEntry"
1127411274
},
1127511275
"type": "array"
11276+
},
11277+
"parameters": {
11278+
"additionalProperties": {
11279+
"$ref": "GoogleCloudIntegrationsV1alphaValueType"
11280+
},
11281+
"description": "Optional. OUTPUT parameters from integration execution.",
11282+
"type": "object"
1127611283
}
1127711284
},
1127811285
"type": "object"
@@ -11790,11 +11797,7 @@ false
1179011797
"id": "GoogleCloudIntegrationsV1alphaImportTemplateRequest",
1179111798
"properties": {
1179211799
"integration": {
11793-
"description": "Required. Name of the integration where template needs to be imported.",
11794-
"type": "string"
11795-
},
11796-
"integrationRegion": {
11797-
"description": "Required. The region of the Integration to be created.",
11800+
"description": "Required. Resource Name of the integration where template needs to be imported/inserted.",
1179811801
"type": "string"
1179911802
},
1180011803
"subIntegrations": {

0 commit comments

Comments
 (0)
Please sign in to comment.