Skip to content

Commit 1d78ce7

Browse files
feat(appengine): update the api
#### appengine:v1 The following keys were added: - schemas.FlexibleRuntimeSettings (Total Keys: 4) - schemas.Version.properties.flexibleRuntimeSettings.$ref (Total Keys: 1)
1 parent 468f497 commit 1d78ce7

File tree

4 files changed

+38
-3
lines changed

4 files changed

+38
-3
lines changed

docs/dyn/appengine_v1.apps.services.versions.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ <h3>Method Details</h3>
215215
&quot;staticFile&quot;: &quot;A String&quot;, # Static file content to be served for this error.
216216
},
217217
],
218+
&quot;flexibleRuntimeSettings&quot;: { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
219+
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
220+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
221+
},
218222
&quot;handlers&quot;: [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
219223
{ # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
220224
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -510,6 +514,10 @@ <h3>Method Details</h3>
510514
&quot;staticFile&quot;: &quot;A String&quot;, # Static file content to be served for this error.
511515
},
512516
],
517+
&quot;flexibleRuntimeSettings&quot;: { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
518+
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
519+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
520+
},
513521
&quot;handlers&quot;: [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
514522
{ # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
515523
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -744,6 +752,10 @@ <h3>Method Details</h3>
744752
&quot;staticFile&quot;: &quot;A String&quot;, # Static file content to be served for this error.
745753
},
746754
],
755+
&quot;flexibleRuntimeSettings&quot;: { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
756+
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
757+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
758+
},
747759
&quot;handlers&quot;: [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
748760
{ # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
749761
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -981,6 +993,10 @@ <h3>Method Details</h3>
981993
&quot;staticFile&quot;: &quot;A String&quot;, # Static file content to be served for this error.
982994
},
983995
],
996+
&quot;flexibleRuntimeSettings&quot;: { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
997+
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
998+
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
999+
},
9841000
&quot;handlers&quot;: [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
9851001
{ # URL pattern and description of how the URL should be handled. App Engine can handle URLs by executing application code or by serving static files uploaded with the version, such as images, CSS, or JavaScript.
9861002
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.

googleapiclient/discovery_cache/documents/appengine.v1.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@
16471647
}
16481648
}
16491649
},
1650-
"revision": "20230130",
1650+
"revision": "20230206",
16511651
"rootUrl": "https://appengine.googleapis.com/",
16521652
"schemas": {
16531653
"ApiConfigHandler": {
@@ -2329,6 +2329,21 @@
23292329
},
23302330
"type": "object"
23312331
},
2332+
"FlexibleRuntimeSettings": {
2333+
"description": "Runtime settings for the App Engine flexible environment.",
2334+
"id": "FlexibleRuntimeSettings",
2335+
"properties": {
2336+
"operatingSystem": {
2337+
"description": "The operating system of the application runtime.",
2338+
"type": "string"
2339+
},
2340+
"runtimeVersion": {
2341+
"description": "The runtime version of an App Engine flexible application.",
2342+
"type": "string"
2343+
}
2344+
},
2345+
"type": "object"
2346+
},
23322347
"GoogleAppengineV1betaLocationMetadata": {
23332348
"description": "Metadata for the given google.cloud.location.Location.",
23342349
"id": "GoogleAppengineV1betaLocationMetadata",
@@ -3814,6 +3829,10 @@
38143829
},
38153830
"type": "array"
38163831
},
3832+
"flexibleRuntimeSettings": {
3833+
"$ref": "FlexibleRuntimeSettings",
3834+
"description": "Settings for App Engine flexible runtimes."
3835+
},
38173836
"handlers": {
38183837
"description": "An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.",
38193838
"items": {

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": "20230130",
890+
"revision": "20230206",
891891
"rootUrl": "https://appengine.googleapis.com/",
892892
"schemas": {
893893
"AuthorizedCertificate": {

googleapiclient/discovery_cache/documents/appengine.v1beta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@
18981898
}
18991899
}
19001900
},
1901-
"revision": "20230130",
1901+
"revision": "20230206",
19021902
"rootUrl": "https://appengine.googleapis.com/",
19031903
"schemas": {
19041904
"ApiConfigHandler": {

0 commit comments

Comments
 (0)