Skip to content

Commit 32839b6

Browse files
feat(youtubereporting): update the API
#### youtubereporting:v1 The following keys were added: - schemas.GdataContentTypeInfo.properties.fromFusionId.description - schemas.GdataContentTypeInfo.properties.fromFusionId.type - schemas.GdataContentTypeInfo.properties.fusionIdDetectionMetadata.description - schemas.GdataContentTypeInfo.properties.fusionIdDetectionMetadata.format - schemas.GdataContentTypeInfo.properties.fusionIdDetectionMetadata.type
1 parent 1b6c277 commit 32839b6

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

discovery/youtubereporting-v1.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
}
412412
}
413413
},
414-
"revision": "20260113",
414+
"revision": "20260408",
415415
"rootUrl": "https://youtubereporting.googleapis.com/",
416416
"schemas": {
417417
"Empty": {
@@ -549,13 +549,22 @@
549549
"description": "gdata",
550550
"type": "string"
551551
},
552+
"fromFusionId": {
553+
"description": "gdata",
554+
"type": "string"
555+
},
552556
"fromHeader": {
553557
"description": "gdata",
554558
"type": "string"
555559
},
556560
"fromUrlPath": {
557561
"description": "gdata",
558562
"type": "string"
563+
},
564+
"fusionIdDetectionMetadata": {
565+
"description": "gdata",
566+
"format": "byte",
567+
"type": "string"
559568
}
560569
},
561570
"type": "object"

src/apis/youtubereporting/v1.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,10 @@ export namespace youtubereporting_v1 {
230230
* gdata
231231
*/
232232
fromFileName?: string | null;
233+
/**
234+
* gdata
235+
*/
236+
fromFusionId?: string | null;
233237
/**
234238
* gdata
235239
*/
@@ -238,6 +242,10 @@ export namespace youtubereporting_v1 {
238242
* gdata
239243
*/
240244
fromUrlPath?: string | null;
245+
/**
246+
* gdata
247+
*/
248+
fusionIdDetectionMetadata?: string | null;
241249
}
242250
/**
243251
* gdata

0 commit comments

Comments
 (0)