You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/dyn/appengine_v1.apps.services.versions.html
+16
Original file line number
Diff line number
Diff line change
@@ -215,6 +215,10 @@ <h3>Method Details</h3>
215
215
"staticFile": "A String", # Static file content to be served for this error.
216
216
},
217
217
],
218
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
219
+
"operatingSystem": "A String", # The operating system of the application runtime.
220
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
221
+
},
218
222
"handlers": [ # 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.
219
223
{ # 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.
220
224
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -510,6 +514,10 @@ <h3>Method Details</h3>
510
514
"staticFile": "A String", # Static file content to be served for this error.
511
515
},
512
516
],
517
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
518
+
"operatingSystem": "A String", # The operating system of the application runtime.
519
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
520
+
},
513
521
"handlers": [ # 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.
514
522
{ # 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.
515
523
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -744,6 +752,10 @@ <h3>Method Details</h3>
744
752
"staticFile": "A String", # Static file content to be served for this error.
745
753
},
746
754
],
755
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
756
+
"operatingSystem": "A String", # The operating system of the application runtime.
757
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
758
+
},
747
759
"handlers": [ # 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.
748
760
{ # 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.
749
761
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -981,6 +993,10 @@ <h3>Method Details</h3>
981
993
"staticFile": "A String", # Static file content to be served for this error.
982
994
},
983
995
],
996
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
997
+
"operatingSystem": "A String", # The operating system of the application runtime.
998
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
999
+
},
984
1000
"handlers": [ # 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.
985
1001
{ # 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.
986
1002
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/appengine.v1.json
+20-1
Original file line number
Diff line number
Diff line change
@@ -1647,7 +1647,7 @@
1647
1647
}
1648
1648
}
1649
1649
},
1650
-
"revision": "20230130",
1650
+
"revision": "20230206",
1651
1651
"rootUrl": "https://appengine.googleapis.com/",
1652
1652
"schemas": {
1653
1653
"ApiConfigHandler": {
@@ -2329,6 +2329,21 @@
2329
2329
},
2330
2330
"type": "object"
2331
2331
},
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
+
},
2332
2347
"GoogleAppengineV1betaLocationMetadata": {
2333
2348
"description": "Metadata for the given google.cloud.location.Location.",
2334
2349
"id": "GoogleAppengineV1betaLocationMetadata",
@@ -3814,6 +3829,10 @@
3814
3829
},
3815
3830
"type": "array"
3816
3831
},
3832
+
"flexibleRuntimeSettings": {
3833
+
"$ref": "FlexibleRuntimeSettings",
3834
+
"description": "Settings for App Engine flexible runtimes."
3835
+
},
3817
3836
"handlers": {
3818
3837
"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.",
0 commit comments