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 6eea651

Browse files
committedAug 4, 2023
feat(contactcenteraiplatform): update the api
#### contactcenteraiplatform:v1alpha1 The following keys were deleted: - resources.projects.resources.locations.resources.contactCenters.methods.getAuthentication-config (Total Keys: 11) - resources.projects.resources.locations.resources.contactCenters.methods.updateAuthentication-config (Total Keys: 15) - schemas.AuthenticationConfig (Total Keys: 5) - schemas.BasicAuthConfig (Total Keys: 3) - schemas.SamlConfig (Total Keys: 6)
1 parent a928d04 commit 6eea651

File tree

2 files changed

+5
-188
lines changed

2 files changed

+5
-188
lines changed
 

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

-79
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ <h2>Instance Methods</h2>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Gets details of a single ContactCenter.</p>
89-
<p class="toc_element">
90-
<code><a href="#getAuthentication_config">getAuthentication_config(name, x__xgafv=None)</a></code></p>
91-
<p class="firstline"></p>
9289
<p class="toc_element">
9390
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
9491
<p class="firstline">Lists ContactCenters in a given project and location.</p>
@@ -98,9 +95,6 @@ <h2>Instance Methods</h2>
9895
<p class="toc_element">
9996
<code><a href="#patch">patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)</a></code></p>
10097
<p class="firstline">Updates the parameters of a single ContactCenter.</p>
101-
<p class="toc_element">
102-
<code><a href="#updateAuthentication_config">updateAuthentication_config(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
103-
<p class="firstline"></p>
10498
<h3>Method Details</h3>
10599
<div class="method">
106100
<code class="details" id="close">close()</code>
@@ -266,34 +260,6 @@ <h3>Method Details</h3>
266260
}</pre>
267261
</div>
268262

269-
<div class="method">
270-
<code class="details" id="getAuthentication_config">getAuthentication_config(name, x__xgafv=None)</code>
271-
<pre>
272-
273-
Args:
274-
name: string, Required. The name of the AuthenticationConfig resource. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config (required)
275-
x__xgafv: string, V1 error format.
276-
Allowed values
277-
1 - v1 error format
278-
2 - v2 error format
279-
280-
Returns:
281-
An object of the form:
282-
283-
{
284-
&quot;basicAuthSetting&quot;: {
285-
&quot;enabled&quot;: True or False,
286-
},
287-
&quot;name&quot;: &quot;A String&quot;, # Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config
288-
&quot;samlSetting&quot;: {
289-
&quot;cert&quot;: &quot;A String&quot;, # X.509 public certificate for IdP
290-
&quot;emailMapping&quot;: &quot;A String&quot;, # IdP field that maps to the user’s email address
291-
&quot;entityId&quot;: &quot;A String&quot;, # The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata
292-
&quot;loginUri&quot;: &quot;A String&quot;, # The sso login url. Example: https://[IDP Domain]/saml/sso/login
293-
},
294-
}</pre>
295-
</div>
296-
297263
<div class="method">
298264
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)</code>
299265
<pre>Lists ContactCenters in a given project and location.
@@ -443,49 +409,4 @@ <h3>Method Details</h3>
443409
}</pre>
444410
</div>
445411

446-
<div class="method">
447-
<code class="details" id="updateAuthentication_config">updateAuthentication_config(name, body=None, updateMask=None, x__xgafv=None)</code>
448-
<pre>
449-
450-
Args:
451-
name: string, Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config (required)
452-
body: object, The request body.
453-
The object takes the form of:
454-
455-
{
456-
&quot;basicAuthSetting&quot;: {
457-
&quot;enabled&quot;: True or False,
458-
},
459-
&quot;name&quot;: &quot;A String&quot;, # Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config
460-
&quot;samlSetting&quot;: {
461-
&quot;cert&quot;: &quot;A String&quot;, # X.509 public certificate for IdP
462-
&quot;emailMapping&quot;: &quot;A String&quot;, # IdP field that maps to the user’s email address
463-
&quot;entityId&quot;: &quot;A String&quot;, # The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata
464-
&quot;loginUri&quot;: &quot;A String&quot;, # The sso login url. Example: https://[IDP Domain]/saml/sso/login
465-
},
466-
}
467-
468-
updateMask: string, Required. Indicates which fields in the provided authentication config to update. Must be specified and non-empty.
469-
x__xgafv: string, V1 error format.
470-
Allowed values
471-
1 - v1 error format
472-
2 - v2 error format
473-
474-
Returns:
475-
An object of the form:
476-
477-
{
478-
&quot;basicAuthSetting&quot;: {
479-
&quot;enabled&quot;: True or False,
480-
},
481-
&quot;name&quot;: &quot;A String&quot;, # Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config
482-
&quot;samlSetting&quot;: {
483-
&quot;cert&quot;: &quot;A String&quot;, # X.509 public certificate for IdP
484-
&quot;emailMapping&quot;: &quot;A String&quot;, # IdP field that maps to the user’s email address
485-
&quot;entityId&quot;: &quot;A String&quot;, # The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata
486-
&quot;loginUri&quot;: &quot;A String&quot;, # The sso login url. Example: https://[IDP Domain]/saml/sso/login
487-
},
488-
}</pre>
489-
</div>
490-
491412
</body></html>

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

+5-109
Original file line numberDiff line numberDiff line change
@@ -297,31 +297,6 @@
297297
"https://www.googleapis.com/auth/cloud-platform"
298298
]
299299
},
300-
"getAuthentication-config": {
301-
"description": "",
302-
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/contactCenters/{contactCentersId}/authentication-config",
303-
"httpMethod": "GET",
304-
"id": "contactcenteraiplatform.projects.locations.contactCenters.getAuthentication-config",
305-
"parameterOrder": [
306-
"name"
307-
],
308-
"parameters": {
309-
"name": {
310-
"description": "Required. The name of the AuthenticationConfig resource. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config",
311-
"location": "path",
312-
"pattern": "^projects/[^/]+/locations/[^/]+/contactCenters/[^/]+/authentication-config$",
313-
"required": true,
314-
"type": "string"
315-
}
316-
},
317-
"path": "v1alpha1/{+name}",
318-
"response": {
319-
"$ref": "AuthenticationConfig"
320-
},
321-
"scopes": [
322-
"https://www.googleapis.com/auth/cloud-platform"
323-
]
324-
},
325300
"list": {
326301
"description": "Lists ContactCenters in a given project and location.",
327302
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/contactCenters",
@@ -406,40 +381,6 @@
406381
"scopes": [
407382
"https://www.googleapis.com/auth/cloud-platform"
408383
]
409-
},
410-
"updateAuthentication-config": {
411-
"description": "",
412-
"flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/contactCenters/{contactCentersId}/authentication-config",
413-
"httpMethod": "PATCH",
414-
"id": "contactcenteraiplatform.projects.locations.contactCenters.updateAuthentication-config",
415-
"parameterOrder": [
416-
"name"
417-
],
418-
"parameters": {
419-
"name": {
420-
"description": "Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config",
421-
"location": "path",
422-
"pattern": "^projects/[^/]+/locations/[^/]+/contactCenters/[^/]+/authentication-config$",
423-
"required": true,
424-
"type": "string"
425-
},
426-
"updateMask": {
427-
"description": "Required. Indicates which fields in the provided authentication config to update. Must be specified and non-empty.",
428-
"format": "google-fieldmask",
429-
"location": "query",
430-
"type": "string"
431-
}
432-
},
433-
"path": "v1alpha1/{+name}",
434-
"request": {
435-
"$ref": "AuthenticationConfig"
436-
},
437-
"response": {
438-
"$ref": "AuthenticationConfig"
439-
},
440-
"scopes": [
441-
"https://www.googleapis.com/auth/cloud-platform"
442-
]
443384
}
444385
}
445386
},
@@ -571,7 +512,7 @@
571512
}
572513
}
573514
},
574-
"revision": "20230628",
515+
"revision": "20230731",
575516
"rootUrl": "https://contactcenteraiplatform.googleapis.com/",
576517
"schemas": {
577518
"AdminUser": {
@@ -589,31 +530,6 @@
589530
},
590531
"type": "object"
591532
},
592-
"AuthenticationConfig": {
593-
"id": "AuthenticationConfig",
594-
"properties": {
595-
"basicAuthSetting": {
596-
"$ref": "BasicAuthConfig"
597-
},
598-
"name": {
599-
"description": "Name of authentication config. Format: projects/{project}/locations/{location}/contactCenters/{contact_center}/authentication-config",
600-
"type": "string"
601-
},
602-
"samlSetting": {
603-
"$ref": "SamlConfig"
604-
}
605-
},
606-
"type": "object"
607-
},
608-
"BasicAuthConfig": {
609-
"id": "BasicAuthConfig",
610-
"properties": {
611-
"enabled": {
612-
"type": "boolean"
613-
}
614-
},
615-
"type": "object"
616-
},
617533
"CancelOperationRequest": {
618534
"description": "The request message for Operations.CancelOperation.",
619535
"id": "CancelOperationRequest",
@@ -678,7 +594,8 @@
678594
"STATE_TERMINATING",
679595
"STATE_FAILED",
680596
"STATE_TERMINATING_FAILED",
681-
"STATE_TERMINATED"
597+
"STATE_TERMINATED",
598+
"STATE_IN_GRACE_PERIOD"
682599
],
683600
"enumDescriptions": [
684601
"The default value. This value is used if the state is omitted.",
@@ -687,7 +604,8 @@
687604
"State TERMINATING",
688605
"State FAILED",
689606
"State TERMINATING_FAILED",
690-
"State TERMINATED"
607+
"State TERMINATED",
608+
"State IN_GRACE_PERIOD"
691609
],
692610
"readOnly": true,
693611
"type": "string"
@@ -1060,28 +978,6 @@
1060978
},
1061979
"type": "object"
1062980
},
1063-
"SamlConfig": {
1064-
"id": "SamlConfig",
1065-
"properties": {
1066-
"cert": {
1067-
"description": "X.509 public certificate for IdP",
1068-
"type": "string"
1069-
},
1070-
"emailMapping": {
1071-
"description": "IdP field that maps to the user\u2019s email address",
1072-
"type": "string"
1073-
},
1074-
"entityId": {
1075-
"description": "The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata",
1076-
"type": "string"
1077-
},
1078-
"loginUri": {
1079-
"description": "The sso login url. Example: https://[IDP Domain]/saml/sso/login",
1080-
"type": "string"
1081-
}
1082-
},
1083-
"type": "object"
1084-
},
1085981
"Status": {
1086982
"description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors).",
1087983
"id": "Status",

0 commit comments

Comments
 (0)
Please sign in to comment.