Skip to content

Commit

Permalink
feat(cloudsearch)!: update the API
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation authored and sofisl committed Aug 23, 2022
1 parent 52fad78 commit c19ef78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
13 changes: 1 addition & 12 deletions discovery/cloudsearch-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@
}
}
},
"revision": "20220808",
"revision": "20220816",
"rootUrl": "https://cloudsearch.googleapis.com/",
"schemas": {
"AbuseReportingConfig": {
Expand Down Expand Up @@ -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."
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 0 additions & 8 deletions src/apis/cloudsearch/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down Expand Up @@ -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 {
/**
Expand Down

0 comments on commit c19ef78

Please sign in to comment.