From ad1dc97c4fb875bcc5baf1158ffda8b776c9c342 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Wed, 24 May 2023 18:27:03 +0000 Subject: [PATCH] feat(contactcenteraiplatform): update the api #### contactcenteraiplatform:v1alpha1 The following keys were added: - schemas.ContactCenterQuota.properties.quotas (Total Keys: 2) - schemas.Quota (Total Keys: 7) --- ...iplatform_v1alpha1.projects.locations.html | 15 ++++-- .../contactcenteraiplatform.v1alpha1.json | 54 +++++++++++++++++-- 2 files changed, 61 insertions(+), 8 deletions(-) diff --git a/docs/dyn/contactcenteraiplatform_v1alpha1.projects.locations.html b/docs/dyn/contactcenteraiplatform_v1alpha1.projects.locations.html index d75210a6baa..ee0fa9db6ac 100644 --- a/docs/dyn/contactcenteraiplatform_v1alpha1.projects.locations.html +++ b/docs/dyn/contactcenteraiplatform_v1alpha1.projects.locations.html @@ -119,7 +119,7 @@

Method Details

Returns: An object of the form: - { # A resource that represents Google Cloud Platform location. + { # A resource that represents a Google Cloud location. "displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo". "labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} "a_key": "A String", @@ -151,7 +151,7 @@

Method Details

{ # The response message for Locations.ListLocations. "locations": [ # A list of locations that matches the specified filter in the request. - { # A resource that represents Google Cloud Platform location. + { # A resource that represents a Google Cloud location. "displayName": "A String", # The friendly name for this location, typically a nearby city name. For example, "Tokyo". "labels": { # Cross-service attributes for the location. For example {"cloud.googleapis.com/region": "us-east1"} "a_key": "A String", @@ -196,8 +196,15 @@

Method Details

An object of the form: { # Represents a quota for contact centers. - "contactCenterCountLimit": 42, # Reflects the count limit of contact centers on a billing account. - "contactCenterCountSum": 42, # Reflects the count sum of contact centers on a billing account. + "contactCenterCountLimit": 42, # Deprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account. + "contactCenterCountSum": 42, # Deprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account. + "quotas": [ # Quota details per contact center instance type. + { # Quota details. + "contactCenterCountLimit": 42, # Reflects the count limit of contact centers on a billing account. + "contactCenterCountSum": 42, # Reflects the count sum of contact centers on a billing account. + "contactCenterInstanceSize": "A String", # Contact center instance type. + }, + ], } diff --git a/googleapiclient/discovery_cache/documents/contactcenteraiplatform.v1alpha1.json b/googleapiclient/discovery_cache/documents/contactcenteraiplatform.v1alpha1.json index ce682d16fd5..c612d8ec9bf 100644 --- a/googleapiclient/discovery_cache/documents/contactcenteraiplatform.v1alpha1.json +++ b/googleapiclient/discovery_cache/documents/contactcenteraiplatform.v1alpha1.json @@ -512,7 +512,7 @@ } } }, - "revision": "20230329", + "revision": "20230503", "rootUrl": "https://contactcenteraiplatform.googleapis.com/", "schemas": { "AdminUser": { @@ -627,14 +627,21 @@ "id": "ContactCenterQuota", "properties": { "contactCenterCountLimit": { - "description": "Reflects the count limit of contact centers on a billing account.", + "description": "Deprecated: Use the Quota fields instead. Reflects the count limit of contact centers on a billing account.", "format": "int32", "type": "integer" }, "contactCenterCountSum": { - "description": "Reflects the count sum of contact centers on a billing account.", + "description": "Deprecated: Use the Quota fields instead. Reflects the count sum of contact centers on a billing account.", "format": "int32", "type": "integer" + }, + "quotas": { + "description": "Quota details per contact center instance type.", + "items": { + "$ref": "Quota" + }, + "type": "array" } }, "type": "object" @@ -736,7 +743,7 @@ "type": "object" }, "Location": { - "description": "A resource that represents Google Cloud Platform location.", + "description": "A resource that represents a Google Cloud location.", "id": "Location", "properties": { "displayName": { @@ -852,6 +859,45 @@ }, "type": "object" }, + "Quota": { + "description": "Quota details.", + "id": "Quota", + "properties": { + "contactCenterCountLimit": { + "description": "Reflects the count limit of contact centers on a billing account.", + "format": "int32", + "type": "integer" + }, + "contactCenterCountSum": { + "description": "Reflects the count sum of contact centers on a billing account.", + "format": "int32", + "type": "integer" + }, + "contactCenterInstanceSize": { + "description": "Contact center instance type.", + "enum": [ + "INSTANCE_SIZE_UNSPECIFIED", + "STANDARD_SMALL", + "STANDARD_MEDIUM", + "STANDARD_LARGE", + "STANDARD_XLARGE", + "STANDARD_2XLARGE", + "STANDARD_3XLARGE" + ], + "enumDescriptions": [ + "The default value. This value is used if the state is omitted.", + "Instance Size STANDARD_SMALL.", + "Instance Size STANDARD_MEDIUM.", + "Instance Size STANDARD_LARGE.", + "Instance Size STANDARD_XLARGE.", + "Instance Size STANDARD_2XLARGE.", + "Instance Size STANDARD_3XLARGE." + ], + "type": "string" + } + }, + "type": "object" + }, "SAMLParams": { "description": "Message storing SAML params to enable Google as IDP.", "id": "SAMLParams",