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 05cf67c

Browse files
committedJul 11, 2023
feat(cloudsupport): update the api
#### cloudsupport:v2 The following keys were added: - schemas.CompositeMedia.properties.blobRef.deprecated (Total Keys: 1) - schemas.Media.properties.algorithm.deprecated (Total Keys: 1) - schemas.Media.properties.bigstoreObjectRef.deprecated (Total Keys: 1) - schemas.Media.properties.blobRef.deprecated (Total Keys: 1) - schemas.Media.properties.hash.deprecated (Total Keys: 1) #### cloudsupport:v2beta The following keys were added: - schemas.CompositeMedia.properties.blobRef.deprecated (Total Keys: 1) - schemas.Media.properties.algorithm.deprecated (Total Keys: 1) - schemas.Media.properties.bigstoreObjectRef.deprecated (Total Keys: 1) - schemas.Media.properties.blobRef.deprecated (Total Keys: 1) - schemas.Media.properties.hash.deprecated (Total Keys: 1)
1 parent 12c65fc commit 05cf67c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed
 

‎googleapiclient/discovery_cache/documents/cloudsupport.v2.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@
552552
}
553553
}
554554
},
555-
"revision": "20230628",
555+
"revision": "20230708",
556556
"rootUrl": "https://cloudsupport.googleapis.com/",
557557
"schemas": {
558558
"Actor": {
@@ -808,6 +808,7 @@
808808
"id": "CompositeMedia",
809809
"properties": {
810810
"blobRef": {
811+
"deprecated": true,
811812
"description": "# gdata.* are outside protos with mising documentation",
812813
"format": "byte",
813814
"type": "string"
@@ -1115,15 +1116,18 @@
11151116
"id": "Media",
11161117
"properties": {
11171118
"algorithm": {
1119+
"deprecated": true,
11181120
"description": "# gdata.* are outside protos with mising documentation",
11191121
"type": "string"
11201122
},
11211123
"bigstoreObjectRef": {
1124+
"deprecated": true,
11221125
"description": "# gdata.* are outside protos with mising documentation",
11231126
"format": "byte",
11241127
"type": "string"
11251128
},
11261129
"blobRef": {
1130+
"deprecated": true,
11271131
"description": "# gdata.* are outside protos with mising documentation",
11281132
"format": "byte",
11291133
"type": "string"
@@ -1186,6 +1190,7 @@
11861190
"type": "string"
11871191
},
11881192
"hash": {
1193+
"deprecated": true,
11891194
"description": "# gdata.* are outside protos with mising documentation",
11901195
"type": "string"
11911196
},

‎googleapiclient/discovery_cache/documents/cloudsupport.v2beta.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
}
549549
}
550550
},
551-
"revision": "20230628",
551+
"revision": "20230708",
552552
"rootUrl": "https://cloudsupport.googleapis.com/",
553553
"schemas": {
554554
"Actor": {
@@ -824,6 +824,7 @@
824824
"id": "CompositeMedia",
825825
"properties": {
826826
"blobRef": {
827+
"deprecated": true,
827828
"description": "# gdata.* are outside protos with mising documentation",
828829
"format": "byte",
829830
"type": "string"
@@ -1131,15 +1132,18 @@
11311132
"id": "Media",
11321133
"properties": {
11331134
"algorithm": {
1135+
"deprecated": true,
11341136
"description": "# gdata.* are outside protos with mising documentation",
11351137
"type": "string"
11361138
},
11371139
"bigstoreObjectRef": {
1140+
"deprecated": true,
11381141
"description": "# gdata.* are outside protos with mising documentation",
11391142
"format": "byte",
11401143
"type": "string"
11411144
},
11421145
"blobRef": {
1146+
"deprecated": true,
11431147
"description": "# gdata.* are outside protos with mising documentation",
11441148
"format": "byte",
11451149
"type": "string"
@@ -1202,6 +1206,7 @@
12021206
"type": "string"
12031207
},
12041208
"hash": {
1209+
"deprecated": true,
12051210
"description": "# gdata.* are outside protos with mising documentation",
12061211
"type": "string"
12071212
},

0 commit comments

Comments
 (0)
Please sign in to comment.