Skip to content

Commit 7c5bbe0

Browse files
feat(appengine): update the api
#### appengine:v1 The following keys were added: - schemas.Version.properties.apiConfig.deprecated (Total Keys: 1) #### appengine:v1beta The following keys were added: - schemas.Version.properties.apiConfig.deprecated (Total Keys: 1)
1 parent 87358d3 commit 7c5bbe0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@
16101610
}
16111611
}
16121612
},
1613-
"revision": "20231004",
1613+
"revision": "20231016",
16141614
"rootUrl": "https://appengine.googleapis.com/",
16151615
"schemas": {
16161616
"ApiConfigHandler": {
@@ -3747,6 +3747,7 @@
37473747
"properties": {
37483748
"apiConfig": {
37493749
"$ref": "ApiConfigHandler",
3750+
"deprecated": true,
37503751
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set."
37513752
},
37523753
"appEngineApis": {

googleapiclient/discovery_cache/documents/appengine.v1alpha.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -887,7 +887,7 @@
887887
}
888888
}
889889
},
890-
"revision": "20231004",
890+
"revision": "20231016",
891891
"rootUrl": "https://appengine.googleapis.com/",
892892
"schemas": {
893893
"AuthorizedCertificate": {

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@
18591859
}
18601860
}
18611861
},
1862-
"revision": "20231004",
1862+
"revision": "20231016",
18631863
"rootUrl": "https://appengine.googleapis.com/",
18641864
"schemas": {
18651865
"ApiConfigHandler": {
@@ -4151,6 +4151,7 @@
41514151
"properties": {
41524152
"apiConfig": {
41534153
"$ref": "ApiConfigHandler",
4154+
"deprecated": true,
41544155
"description": "Serving configuration for Google Cloud Endpoints (https://cloud.google.com/endpoints).Only returned in GET requests if view=FULL is set."
41554156
},
41564157
"appEngineApis": {

0 commit comments

Comments
 (0)