From c19ef78faf7fe7c59a4c0dd0e4079e6083ef41cd Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 23 Aug 2022 01:39:30 +0000 Subject: [PATCH] feat(cloudsearch)!: update the API BREAKING CHANGE: This release has breaking changes. #### cloudsearch:v1 The following keys were deleted: - schemas.CallInfo.properties.supportedCaptionLanguages.description - schemas.CallInfo.properties.supportedCaptionLanguages.items.type - schemas.CallInfo.properties.supportedCaptionLanguages.type - schemas.WhiteboardInfo.properties.whiteboardUri.description - schemas.WhiteboardInfo.properties.whiteboardUri.type --- discovery/cloudsearch-v1.json | 13 +------------ src/apis/cloudsearch/v1.ts | 8 -------- 2 files changed, 1 insertion(+), 20 deletions(-) diff --git a/discovery/cloudsearch-v1.json b/discovery/cloudsearch-v1.json index 89235f040c..8a158d2a88 100644 --- a/discovery/cloudsearch-v1.json +++ b/discovery/cloudsearch-v1.json @@ -2059,7 +2059,7 @@ } } }, - "revision": "20220808", + "revision": "20220816", "rootUrl": "https://cloudsearch.googleapis.com/", "schemas": { "AbuseReportingConfig": { @@ -5468,13 +5468,6 @@ "readOnly": true, "type": "array" }, - "supportedCaptionLanguages": { - "description": "Supported caption languages in BCP 47 language code format, e.g.'en-US'.", - "items": { - "type": "string" - }, - "type": "array" - }, "transcriptionSessionInfo": { "$ref": "TranscriptionSessionInfo", "description": "Information about active transcription session in the ongoing conference." @@ -15699,10 +15692,6 @@ "uri": { "description": "The uri for whiteboard document.", "type": "string" - }, - "whiteboardUri": { - "description": "This field is deprecated and will be removed. Please use \"uri\" instead.", - "type": "string" } }, "type": "object" diff --git a/src/apis/cloudsearch/v1.ts b/src/apis/cloudsearch/v1.ts index 1f061c6b51..747a839662 100644 --- a/src/apis/cloudsearch/v1.ts +++ b/src/apis/cloudsearch/v1.ts @@ -2194,10 +2194,6 @@ export namespace cloudsearch_v1 { * Output only. Info about streaming sessions (recording or broadcast) for this conference. This should contain all active sessions. Currently, it's guaranteed to have at most one recording and at most one broadcast (at most two sessions in total). For each application type (recording or broadcast), latest inactive session is included if there's no active one. */ streamingSessions?: Schema$StreamingSessionInfo[]; - /** - * Supported caption languages in BCP 47 language code format, e.g.'en-US'. - */ - supportedCaptionLanguages?: string[] | null; /** * Information about active transcription session in the ongoing conference. */ @@ -7630,10 +7626,6 @@ export namespace cloudsearch_v1 { * The uri for whiteboard document. */ uri?: string | null; - /** - * This field is deprecated and will be removed. Please use "uri" instead. - */ - whiteboardUri?: string | null; } export interface Schema$WidgetMarkup { /**