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 283e648

Browse files
committedMar 7, 2023
feat(contactcenteraiplatform): update the api
#### contactcenteraiplatform:v1alpha1 The following keys were added: - schemas.AdminUser (Total Keys: 4) - schemas.ContactCenter.properties.adminUser.$ref (Total Keys: 1)
1 parent 1e91d5a commit 283e648

File tree

2 files changed

+52
-17
lines changed

2 files changed

+52
-17
lines changed
 

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

+27-11
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,11 @@ <h3>Method Details</h3>
110110
body: object, The request body.
111111
The object takes the form of:
112112

113-
{ # Message describing ContactCenter object
113+
{ # Message describing ContactCenter object Next ID: 14
114+
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
115+
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
116+
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
117+
},
114118
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
115119
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
116120
&quot;customerDomainPrefix&quot;: &quot;A String&quot;, # Required. Immutable. At least 2 and max 16 char long, must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt).
@@ -136,11 +140,11 @@ <h3>Method Details</h3>
136140
&quot;rootUri&quot;: &quot;A String&quot;, # Root Uri of the ContactCenter.
137141
&quot;virtualAgentStreamingServiceUri&quot;: &quot;A String&quot;, # Virtual Agent Streaming Service Uri of the ContactCenter.
138142
},
139-
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin users.
143+
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin user.
140144
}
141145

142146
contactCenterId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and contact_center_id from the method_signature of Create RPC
143-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
147+
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
144148
x__xgafv: string, V1 error format.
145149
Allowed values
146150
1 - v1 error format
@@ -176,7 +180,7 @@ <h3>Method Details</h3>
176180

177181
Args:
178182
name: string, Required. Name of the resource (required)
179-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
183+
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
180184
x__xgafv: string, V1 error format.
181185
Allowed values
182186
1 - v1 error format
@@ -220,7 +224,11 @@ <h3>Method Details</h3>
220224
Returns:
221225
An object of the form:
222226

223-
{ # Message describing ContactCenter object
227+
{ # Message describing ContactCenter object Next ID: 14
228+
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
229+
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
230+
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
231+
},
224232
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
225233
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
226234
&quot;customerDomainPrefix&quot;: &quot;A String&quot;, # Required. Immutable. At least 2 and max 16 char long, must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt).
@@ -246,7 +254,7 @@ <h3>Method Details</h3>
246254
&quot;rootUri&quot;: &quot;A String&quot;, # Root Uri of the ContactCenter.
247255
&quot;virtualAgentStreamingServiceUri&quot;: &quot;A String&quot;, # Virtual Agent Streaming Service Uri of the ContactCenter.
248256
},
249-
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin users.
257+
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin user.
250258
}</pre>
251259
</div>
252260

@@ -270,7 +278,11 @@ <h3>Method Details</h3>
270278

271279
{ # Message for response to listing ContactCenters
272280
&quot;contactCenters&quot;: [ # The list of ContactCenter
273-
{ # Message describing ContactCenter object
281+
{ # Message describing ContactCenter object Next ID: 14
282+
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
283+
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
284+
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
285+
},
274286
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
275287
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
276288
&quot;customerDomainPrefix&quot;: &quot;A String&quot;, # Required. Immutable. At least 2 and max 16 char long, must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt).
@@ -296,7 +308,7 @@ <h3>Method Details</h3>
296308
&quot;rootUri&quot;: &quot;A String&quot;, # Root Uri of the ContactCenter.
297309
&quot;virtualAgentStreamingServiceUri&quot;: &quot;A String&quot;, # Virtual Agent Streaming Service Uri of the ContactCenter.
298310
},
299-
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin users.
311+
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin user.
300312
},
301313
],
302314
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token identifying a page of results the server should return.
@@ -329,7 +341,11 @@ <h3>Method Details</h3>
329341
body: object, The request body.
330342
The object takes the form of:
331343

332-
{ # Message describing ContactCenter object
344+
{ # Message describing ContactCenter object Next ID: 14
345+
&quot;adminUser&quot;: { # Message storing info about the first admin user. Next ID: 3 # Optional. Info about the first admin user, such as given name and family name.
346+
&quot;familyName&quot;: &quot;A String&quot;, # Optional. Last/family name of the first admin user.
347+
&quot;givenName&quot;: &quot;A String&quot;, # Optional. First/given name of the first admin user.
348+
},
333349
&quot;ccaipManagedUsers&quot;: True or False, # Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity
334350
&quot;createTime&quot;: &quot;A String&quot;, # Output only. [Output only] Create time stamp
335351
&quot;customerDomainPrefix&quot;: &quot;A String&quot;, # Required. Immutable. At least 2 and max 16 char long, must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt).
@@ -355,10 +371,10 @@ <h3>Method Details</h3>
355371
&quot;rootUri&quot;: &quot;A String&quot;, # Root Uri of the ContactCenter.
356372
&quot;virtualAgentStreamingServiceUri&quot;: &quot;A String&quot;, # Virtual Agent Streaming Service Uri of the ContactCenter.
357373
},
358-
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin users.
374+
&quot;userEmail&quot;: &quot;A String&quot;, # Optional. Email address of the first admin user.
359375
}
360376

361-
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
377+
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
362378
updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the ContactCenter resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
363379
x__xgafv: string, V1 error format.
364380
Allowed values

‎googleapiclient/discovery_cache/documents/contactcenteraiplatform.v1alpha1.json

+25-6
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
"type": "string"
227227
},
228228
"requestId": {
229-
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
229+
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
230230
"location": "query",
231231
"type": "string"
232232
}
@@ -259,7 +259,7 @@
259259
"type": "string"
260260
},
261261
"requestId": {
262-
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
262+
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
263263
"location": "query",
264264
"type": "string"
265265
}
@@ -360,7 +360,7 @@
360360
"type": "string"
361361
},
362362
"requestId": {
363-
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
363+
"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
364364
"location": "query",
365365
"type": "string"
366366
},
@@ -512,19 +512,38 @@
512512
}
513513
}
514514
},
515-
"revision": "20230215",
515+
"revision": "20230222",
516516
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
517517
"schemas": {
518+
"AdminUser": {
519+
"description": "Message storing info about the first admin user. Next ID: 3",
520+
"id": "AdminUser",
521+
"properties": {
522+
"familyName": {
523+
"description": "Optional. Last/family name of the first admin user.",
524+
"type": "string"
525+
},
526+
"givenName": {
527+
"description": "Optional. First/given name of the first admin user.",
528+
"type": "string"
529+
}
530+
},
531+
"type": "object"
532+
},
518533
"CancelOperationRequest": {
519534
"description": "The request message for Operations.CancelOperation.",
520535
"id": "CancelOperationRequest",
521536
"properties": {},
522537
"type": "object"
523538
},
524539
"ContactCenter": {
525-
"description": "Message describing ContactCenter object",
540+
"description": "Message describing ContactCenter object Next ID: 14",
526541
"id": "ContactCenter",
527542
"properties": {
543+
"adminUser": {
544+
"$ref": "AdminUser",
545+
"description": "Optional. Info about the first admin user, such as given name and family name."
546+
},
528547
"ccaipManagedUsers": {
529548
"description": "Optional. Whether to enable users to be created in the CCAIP-instance concurrently to having users in Cloud identity",
530549
"type": "boolean"
@@ -597,7 +616,7 @@
597616
"readOnly": true
598617
},
599618
"userEmail": {
600-
"description": "Optional. Email address of the first admin users.",
619+
"description": "Optional. Email address of the first admin user.",
601620
"type": "string"
602621
}
603622
},

0 commit comments

Comments
 (0)
Please sign in to comment.