Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit df6269c

Browse files
committedJul 5, 2023
feat(youtubereporting): update the api
#### youtubereporting:v1 The following keys were added: - schemas.GdataCompositeMedia.properties.blobRef.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.algorithm.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.bigstoreObjectRef.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.blobRef.deprecated (Total Keys: 1) - schemas.GdataMedia.properties.hash.deprecated (Total Keys: 1)
1 parent 4943223 commit df6269c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎googleapiclient/discovery_cache/documents/youtubereporting.v1.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
}
412412
}
413413
},
414-
"revision": "20230626",
414+
"revision": "20230704",
415415
"rootUrl": "https://youtubereporting.googleapis.com/",
416416
"schemas": {
417417
"Empty": {
@@ -455,6 +455,7 @@
455455
"id": "GdataCompositeMedia",
456456
"properties": {
457457
"blobRef": {
458+
"deprecated": true,
458459
"description": "gdata",
459460
"format": "byte",
460461
"type": "string"
@@ -659,15 +660,18 @@
659660
"id": "GdataMedia",
660661
"properties": {
661662
"algorithm": {
663+
"deprecated": true,
662664
"description": "gdata",
663665
"type": "string"
664666
},
665667
"bigstoreObjectRef": {
668+
"deprecated": true,
666669
"description": "gdata",
667670
"format": "byte",
668671
"type": "string"
669672
},
670673
"blobRef": {
674+
"deprecated": true,
671675
"description": "gdata",
672676
"format": "byte",
673677
"type": "string"
@@ -730,6 +734,7 @@
730734
"type": "string"
731735
},
732736
"hash": {
737+
"deprecated": true,
733738
"description": "gdata",
734739
"type": "string"
735740
},

0 commit comments

Comments
 (0)
Please sign in to comment.