From 076984f0bca2b816ee58272292a3459c66823743 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Fri, 2 Feb 2024 01:30:37 +0000 Subject: [PATCH] feat(contactcenteraiplatform): update the API #### contactcenteraiplatform:v1alpha1 The following keys were added: - schemas.ContactCenter.properties.privateComponents.description - schemas.ContactCenter.properties.privateComponents.items.type - schemas.ContactCenter.properties.privateComponents.readOnly - schemas.ContactCenter.properties.privateComponents.type The following keys were changed: - schemas.ContactCenter.description --- discovery/contactcenteraiplatform-v1alpha1.json | 12 ++++++++++-- src/apis/contactcenteraiplatform/v1alpha1.ts | 6 +++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/discovery/contactcenteraiplatform-v1alpha1.json b/discovery/contactcenteraiplatform-v1alpha1.json index 3180863e54..c48a389c16 100644 --- a/discovery/contactcenteraiplatform-v1alpha1.json +++ b/discovery/contactcenteraiplatform-v1alpha1.json @@ -512,7 +512,7 @@ } } }, - "revision": "20230913", + "revision": "20240124", "rootUrl": "https://contactcenteraiplatform.googleapis.com/", "schemas": { "AdminUser": { @@ -537,7 +537,7 @@ "type": "object" }, "ContactCenter": { - "description": "Message describing ContactCenter object Next ID: 16", + "description": "Message describing ContactCenter object Next ID: 18", "id": "ContactCenter", "properties": { "adminUser": { @@ -581,6 +581,14 @@ "description": "name of resource", "type": "string" }, + "privateComponents": { + "description": "Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE.", + "items": { + "type": "string" + }, + "readOnly": true, + "type": "array" + }, "samlParams": { "$ref": "SAMLParams", "description": "Optional. Params that sets up Google as IdP." diff --git a/src/apis/contactcenteraiplatform/v1alpha1.ts b/src/apis/contactcenteraiplatform/v1alpha1.ts index 85f76930f6..7506f11038 100644 --- a/src/apis/contactcenteraiplatform/v1alpha1.ts +++ b/src/apis/contactcenteraiplatform/v1alpha1.ts @@ -142,7 +142,7 @@ export namespace contactcenteraiplatform_v1alpha1 { */ export interface Schema$CancelOperationRequest {} /** - * Message describing ContactCenter object Next ID: 16 + * Message describing ContactCenter object Next ID: 18 */ export interface Schema$ContactCenter { /** @@ -181,6 +181,10 @@ export namespace contactcenteraiplatform_v1alpha1 { * name of resource */ name?: string | null; + /** + * Output only. A list of UJET components that should be privately accessed. This field is set by reading settings from the data plane. For more information about the format of the component please refer to go/ccaip-vpc-sc-org-policy. This field is must be fully populated only for Create/Update resource operations. The main use case for this field is OrgPolicy checks via CPE. + */ + privateComponents?: string[] | null; /** * Optional. Params that sets up Google as IdP. */