Skip to content

Commit 366fb11

Browse files
yoshi-automationsofisl
authored andcommitted
feat(contactcenteraiplatform): update the API
#### contactcenteraiplatform:v1alpha1 The following keys were added: - schemas.ContactCenter.properties.releaseVersion.description - schemas.ContactCenter.properties.releaseVersion.readOnly - schemas.ContactCenter.properties.releaseVersion.type
1 parent 2e3c7c3 commit 366fb11

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

discovery/contactcenteraiplatform-v1alpha1.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@
518518
}
519519
}
520520
},
521-
"revision": "20250414",
521+
"revision": "20250703",
522522
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
523523
"schemas": {
524524
"AdminUser": {
@@ -633,6 +633,11 @@
633633
"readOnly": true,
634634
"type": "array"
635635
},
636+
"releaseVersion": {
637+
"description": "Output only. UJET release version, unique for each new release.",
638+
"readOnly": true,
639+
"type": "string"
640+
},
636641
"samlParams": {
637642
"$ref": "SAMLParams",
638643
"description": "Optional. Params that sets up Google as IdP."

src/apis/contactcenteraiplatform/v1alpha1.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,10 @@ export namespace contactcenteraiplatform_v1alpha1 {
218218
* Output only. TODO(b/283407860) Deprecate this field.
219219
*/
220220
privateComponents?: string[] | null;
221+
/**
222+
* Output only. UJET release version, unique for each new release.
223+
*/
224+
releaseVersion?: string | null;
221225
/**
222226
* Optional. Params that sets up Google as IdP.
223227
*/
@@ -1163,6 +1167,7 @@ export namespace contactcenteraiplatform_v1alpha1 {
11631167
* // "normal": {},
11641168
* // "privateAccess": {},
11651169
* // "privateComponents": [],
1170+
* // "releaseVersion": "my_releaseVersion",
11661171
* // "samlParams": {},
11671172
* // "state": "my_state",
11681173
* // "updateTime": "my_updateTime",
@@ -1475,6 +1480,7 @@ export namespace contactcenteraiplatform_v1alpha1 {
14751480
* // "normal": {},
14761481
* // "privateAccess": {},
14771482
* // "privateComponents": [],
1483+
* // "releaseVersion": "my_releaseVersion",
14781484
* // "samlParams": {},
14791485
* // "state": "my_state",
14801486
* // "updateTime": "my_updateTime",
@@ -1787,6 +1793,7 @@ export namespace contactcenteraiplatform_v1alpha1 {
17871793
* // "normal": {},
17881794
* // "privateAccess": {},
17891795
* // "privateComponents": [],
1796+
* // "releaseVersion": "my_releaseVersion",
17901797
* // "samlParams": {},
17911798
* // "state": "my_state",
17921799
* // "updateTime": "my_updateTime",

0 commit comments

Comments
 (0)