Skip to content

Commit

Permalink
feat(youtubereporting): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jul 5, 2023
1 parent 4943223 commit df6269c
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -411,7 +411,7 @@
}
}
},
"revision": "20230626",
"revision": "20230704",
"rootUrl": "https://youtubereporting.googleapis.com/",
"schemas": {
"Empty": {
Expand Down Expand Up @@ -455,6 +455,7 @@
"id": "GdataCompositeMedia",
"properties": {
"blobRef": {
"deprecated": true,
"description": "gdata",
"format": "byte",
"type": "string"
Expand Down Expand Up @@ -659,15 +660,18 @@
"id": "GdataMedia",
"properties": {
"algorithm": {
"deprecated": true,
"description": "gdata",
"type": "string"
},
"bigstoreObjectRef": {
"deprecated": true,
"description": "gdata",
"format": "byte",
"type": "string"
},
"blobRef": {
"deprecated": true,
"description": "gdata",
"format": "byte",
"type": "string"
Expand Down Expand Up @@ -730,6 +734,7 @@
"type": "string"
},
"hash": {
"deprecated": true,
"description": "gdata",
"type": "string"
},
Expand Down

0 comments on commit df6269c

Please sign in to comment.