Skip to content

Commit 39f0f5a

Browse files
feat(contactcenteraiplatform): update the api
#### contactcenteraiplatform:v1alpha1 The following keys were added: - schemas.ContactCenter.properties.releaseVersion (Total Keys: 2)
1 parent 0a4db90 commit 39f0f5a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dyn/contactcenteraiplatform_v1alpha1.projects.locations.contactCenters.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ <h3>Method Details</h3>
183183
&quot;privateComponents&quot;: [ # Output only. TODO(b/283407860) Deprecate this field.
184184
&quot;A String&quot;,
185185
],
186+
&quot;releaseVersion&quot;: &quot;A String&quot;, # Output only. UJET release version, unique for each new release.
186187
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
187188
&quot;authenticationContexts&quot;: [ # Additional contexts used for authentication.
188189
&quot;A String&quot;,
@@ -358,6 +359,7 @@ <h3>Method Details</h3>
358359
&quot;privateComponents&quot;: [ # Output only. TODO(b/283407860) Deprecate this field.
359360
&quot;A String&quot;,
360361
],
362+
&quot;releaseVersion&quot;: &quot;A String&quot;, # Output only. UJET release version, unique for each new release.
361363
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
362364
&quot;authenticationContexts&quot;: [ # Additional contexts used for authentication.
363365
&quot;A String&quot;,
@@ -473,6 +475,7 @@ <h3>Method Details</h3>
473475
&quot;privateComponents&quot;: [ # Output only. TODO(b/283407860) Deprecate this field.
474476
&quot;A String&quot;,
475477
],
478+
&quot;releaseVersion&quot;: &quot;A String&quot;, # Output only. UJET release version, unique for each new release.
476479
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
477480
&quot;authenticationContexts&quot;: [ # Additional contexts used for authentication.
478481
&quot;A String&quot;,
@@ -597,6 +600,7 @@ <h3>Method Details</h3>
597600
&quot;privateComponents&quot;: [ # Output only. TODO(b/283407860) Deprecate this field.
598601
&quot;A String&quot;,
599602
],
603+
&quot;releaseVersion&quot;: &quot;A String&quot;, # Output only. UJET release version, unique for each new release.
600604
&quot;samlParams&quot;: { # Message storing SAML params to enable Google as IDP. # Optional. Params that sets up Google as IdP.
601605
&quot;authenticationContexts&quot;: [ # Additional contexts used for authentication.
602606
&quot;A String&quot;,

googleapiclient/discovery_cache/documents/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."

0 commit comments

Comments
 (0)