|
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 | + }, |
300 | 325 | "list": { |
301 | 326 | "description": "Lists ContactCenters in a given project and location.", |
302 | 327 | "flatPath": "v1alpha1/projects/{projectsId}/locations/{locationsId}/contactCenters", |
|
381 | 406 | "scopes": [ |
382 | 407 | "https://www.googleapis.com/auth/cloud-platform" |
383 | 408 | ] |
| 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 | + ] |
384 | 443 | } |
385 | 444 | } |
386 | 445 | }, |
|
512 | 571 | } |
513 | 572 | } |
514 | 573 | }, |
515 | | - "revision": "20230503", |
| 574 | + "revision": "20230615", |
516 | 575 | "rootUrl": "https://contactcenteraiplatform.googleapis.com/", |
517 | 576 | "schemas": { |
518 | 577 | "AdminUser": { |
|
530 | 589 | }, |
531 | 590 | "type": "object" |
532 | 591 | }, |
| 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 | + }, |
533 | 617 | "CancelOperationRequest": { |
534 | 618 | "description": "The request message for Operations.CancelOperation.", |
535 | 619 | "id": "CancelOperationRequest", |
|
652 | 736 | "properties": {}, |
653 | 737 | "type": "object" |
654 | 738 | }, |
| 739 | + "GoogleCloudCommonOperationMetadata": { |
| 740 | + "description": "Represents the metadata of the long-running operation.", |
| 741 | + "id": "GoogleCloudCommonOperationMetadata", |
| 742 | + "properties": { |
| 743 | + "apiVersion": { |
| 744 | + "description": "Output only. API version used to start the operation.", |
| 745 | + "readOnly": true, |
| 746 | + "type": "string" |
| 747 | + }, |
| 748 | + "cancelRequested": { |
| 749 | + "description": "Output only. Identifies whether the user has requested cancellation of the operation. Operations that have been cancelled successfully have Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.", |
| 750 | + "readOnly": true, |
| 751 | + "type": "boolean" |
| 752 | + }, |
| 753 | + "createTime": { |
| 754 | + "description": "Output only. The time the operation was created.", |
| 755 | + "format": "google-datetime", |
| 756 | + "readOnly": true, |
| 757 | + "type": "string" |
| 758 | + }, |
| 759 | + "endTime": { |
| 760 | + "description": "Output only. The time the operation finished running.", |
| 761 | + "format": "google-datetime", |
| 762 | + "readOnly": true, |
| 763 | + "type": "string" |
| 764 | + }, |
| 765 | + "statusDetail": { |
| 766 | + "description": "Output only. Human-readable status of the operation, if any.", |
| 767 | + "readOnly": true, |
| 768 | + "type": "string" |
| 769 | + }, |
| 770 | + "target": { |
| 771 | + "description": "Output only. Server-defined resource path for the target of the operation.", |
| 772 | + "readOnly": true, |
| 773 | + "type": "string" |
| 774 | + }, |
| 775 | + "verb": { |
| 776 | + "description": "Output only. Name of the verb executed by the operation.", |
| 777 | + "readOnly": true, |
| 778 | + "type": "string" |
| 779 | + } |
| 780 | + }, |
| 781 | + "type": "object" |
| 782 | + }, |
655 | 783 | "InstanceConfig": { |
656 | 784 | "description": "Message storing the instance configuration.", |
657 | 785 | "id": "InstanceConfig", |
|
665 | 793 | "STANDARD_LARGE", |
666 | 794 | "STANDARD_XLARGE", |
667 | 795 | "STANDARD_2XLARGE", |
668 | | - "STANDARD_3XLARGE" |
| 796 | + "STANDARD_3XLARGE", |
| 797 | + "DEV_XSMALL" |
669 | 798 | ], |
670 | 799 | "enumDescriptions": [ |
671 | 800 | "The default value. This value is used if the state is omitted.", |
|
674 | 803 | "Instance Size STANDARD_LARGE.", |
675 | 804 | "Instance Size STANDARD_XLARGE.", |
676 | 805 | "Instance Size STANDARD_2XLARGE.", |
677 | | - "Instance Size STANDARD_3XLARGE." |
| 806 | + "Instance Size STANDARD_3XLARGE.", |
| 807 | + "Instance Size DEV_EXTRA_SMALL." |
678 | 808 | ], |
679 | 809 | "type": "string" |
680 | 810 | } |
|
882 | 1012 | "STANDARD_LARGE", |
883 | 1013 | "STANDARD_XLARGE", |
884 | 1014 | "STANDARD_2XLARGE", |
885 | | - "STANDARD_3XLARGE" |
| 1015 | + "STANDARD_3XLARGE", |
| 1016 | + "DEV_XSMALL" |
886 | 1017 | ], |
887 | 1018 | "enumDescriptions": [ |
888 | 1019 | "The default value. This value is used if the state is omitted.", |
|
891 | 1022 | "Instance Size STANDARD_LARGE.", |
892 | 1023 | "Instance Size STANDARD_XLARGE.", |
893 | 1024 | "Instance Size STANDARD_2XLARGE.", |
894 | | - "Instance Size STANDARD_3XLARGE." |
| 1025 | + "Instance Size STANDARD_3XLARGE.", |
| 1026 | + "Instance Size DEV_EXTRA_SMALL." |
895 | 1027 | ], |
896 | 1028 | "type": "string" |
897 | 1029 | } |
|
921 | 1053 | }, |
922 | 1054 | "type": "object" |
923 | 1055 | }, |
| 1056 | + "SamlConfig": { |
| 1057 | + "id": "SamlConfig", |
| 1058 | + "properties": { |
| 1059 | + "cert": { |
| 1060 | + "description": "X.509 public certificate for IdP", |
| 1061 | + "type": "string" |
| 1062 | + }, |
| 1063 | + "emailMapping": { |
| 1064 | + "description": "IdP field that maps to the user\u2019s email address", |
| 1065 | + "type": "string" |
| 1066 | + }, |
| 1067 | + "entityId": { |
| 1068 | + "description": "The entity ID for the identity provider. Example: https://[IDP Domain]/saml/metadata", |
| 1069 | + "type": "string" |
| 1070 | + }, |
| 1071 | + "loginUri": { |
| 1072 | + "description": "The sso login url. Example: https://[IDP Domain]/saml/sso/login", |
| 1073 | + "type": "string" |
| 1074 | + } |
| 1075 | + }, |
| 1076 | + "type": "object" |
| 1077 | + }, |
924 | 1078 | "Status": { |
925 | 1079 | "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).", |
926 | 1080 | "id": "Status", |
|
0 commit comments