|
512 | 512 | }
|
513 | 513 | }
|
514 | 514 | },
|
515 |
| - "revision": "20230329", |
| 515 | + "revision": "20230503", |
516 | 516 | "rootUrl": "https://contactcenteraiplatform.googleapis.com/",
|
517 | 517 | "schemas": {
|
518 | 518 | "AdminUser": {
|
|
627 | 627 | "id": "ContactCenterQuota",
|
628 | 628 | "properties": {
|
629 | 629 | "contactCenterCountLimit": {
|
630 |
| - "description": "Reflects the count limit of contact centers on a billing account.", |
| 630 | + "description": "Deprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account.", |
631 | 631 | "format": "int32",
|
632 | 632 | "type": "integer"
|
633 | 633 | },
|
634 | 634 | "contactCenterCountSum": {
|
635 |
| - "description": "Reflects the count sum of contact centers on a billing account.", |
| 635 | + "description": "Deprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account.", |
636 | 636 | "format": "int32",
|
637 | 637 | "type": "integer"
|
| 638 | + }, |
| 639 | + "quotas": { |
| 640 | + "description": "Quota details per contact center instance type.", |
| 641 | + "items": { |
| 642 | + "$ref": "Quota" |
| 643 | + }, |
| 644 | + "type": "array" |
638 | 645 | }
|
639 | 646 | },
|
640 | 647 | "type": "object"
|
|
736 | 743 | "type": "object"
|
737 | 744 | },
|
738 | 745 | "Location": {
|
739 |
| - "description": "A resource that represents Google Cloud Platform location.", |
| 746 | + "description": "A resource that represents a Google Cloud location.", |
740 | 747 | "id": "Location",
|
741 | 748 | "properties": {
|
742 | 749 | "displayName": {
|
|
852 | 859 | },
|
853 | 860 | "type": "object"
|
854 | 861 | },
|
| 862 | + "Quota": { |
| 863 | + "description": "Quota details.", |
| 864 | + "id": "Quota", |
| 865 | + "properties": { |
| 866 | + "contactCenterCountLimit": { |
| 867 | + "description": "Reflects the count limit of contact centers on a billing account.", |
| 868 | + "format": "int32", |
| 869 | + "type": "integer" |
| 870 | + }, |
| 871 | + "contactCenterCountSum": { |
| 872 | + "description": "Reflects the count sum of contact centers on a billing account.", |
| 873 | + "format": "int32", |
| 874 | + "type": "integer" |
| 875 | + }, |
| 876 | + "contactCenterInstanceSize": { |
| 877 | + "description": "Contact center instance type.", |
| 878 | + "enum": [ |
| 879 | + "INSTANCE_SIZE_UNSPECIFIED", |
| 880 | + "STANDARD_SMALL", |
| 881 | + "STANDARD_MEDIUM", |
| 882 | + "STANDARD_LARGE", |
| 883 | + "STANDARD_XLARGE", |
| 884 | + "STANDARD_2XLARGE", |
| 885 | + "STANDARD_3XLARGE" |
| 886 | + ], |
| 887 | + "enumDescriptions": [ |
| 888 | + "The default value. This value is used if the state is omitted.", |
| 889 | + "Instance Size STANDARD_SMALL.", |
| 890 | + "Instance Size STANDARD_MEDIUM.", |
| 891 | + "Instance Size STANDARD_LARGE.", |
| 892 | + "Instance Size STANDARD_XLARGE.", |
| 893 | + "Instance Size STANDARD_2XLARGE.", |
| 894 | + "Instance Size STANDARD_3XLARGE." |
| 895 | + ], |
| 896 | + "type": "string" |
| 897 | + } |
| 898 | + }, |
| 899 | + "type": "object" |
| 900 | + }, |
855 | 901 | "SAMLParams": {
|
856 | 902 | "description": "Message storing SAML params to enable Google as IDP.",
|
857 | 903 | "id": "SAMLParams",
|
|
0 commit comments