|
297 | 297 | "https://www.googleapis.com/auth/cloud-platform"
|
298 | 298 | ]
|
299 | 299 | },
|
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 |
| - }, |
325 | 300 | "list": {
|
326 | 301 | "description": "Lists ContactCenters in a given project and location.",
|
327 | 302 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/contactCenters",
|
|
406 | 381 | "scopes": [
|
407 | 382 | "https://www.googleapis.com/auth/cloud-platform"
|
408 | 383 | ]
|
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 |
| - ] |
443 | 384 | }
|
444 | 385 | }
|
445 | 386 | },
|
|
571 | 512 | }
|
572 | 513 | }
|
573 | 514 | },
|
574 |
| - "revision": "20230628", |
| 515 | + "revision": "20230731", |
575 | 516 | "rootUrl": "https://contactcenteraiplatform.googleapis.com/",
|
576 | 517 | "schemas": {
|
577 | 518 | "AdminUser": {
|
|
589 | 530 | },
|
590 | 531 | "type": "object"
|
591 | 532 | },
|
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 |
| - }, |
617 | 533 | "CancelOperationRequest": {
|
618 | 534 | "description": "The request message for Operations.CancelOperation.",
|
619 | 535 | "id": "CancelOperationRequest",
|
|
678 | 594 | "STATE_TERMINATING",
|
679 | 595 | "STATE_FAILED",
|
680 | 596 | "STATE_TERMINATING_FAILED",
|
681 |
| - "STATE_TERMINATED" |
| 597 | + "STATE_TERMINATED", |
| 598 | + "STATE_IN_GRACE_PERIOD" |
682 | 599 | ],
|
683 | 600 | "enumDescriptions": [
|
684 | 601 | "The default value. This value is used if the state is omitted.",
|
|
687 | 604 | "State TERMINATING",
|
688 | 605 | "State FAILED",
|
689 | 606 | "State TERMINATING_FAILED",
|
690 |
| - "State TERMINATED" |
| 607 | + "State TERMINATED", |
| 608 | + "State IN_GRACE_PERIOD" |
691 | 609 | ],
|
692 | 610 | "readOnly": true,
|
693 | 611 | "type": "string"
|
|
1060 | 978 | },
|
1061 | 979 | "type": "object"
|
1062 | 980 | },
|
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’s 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 |
| - }, |
1085 | 981 | "Status": {
|
1086 | 982 | "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).",
|
1087 | 983 | "id": "Status",
|
|
0 commit comments