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_v1beta.apps.services.versions.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -227,6 +227,10 @@ <h3>Method Details</h3>
227
227
"staticFile": "A String", # Static file content to be served for this error.
228
228
},
229
229
],
230
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
231
+
"operatingSystem": "A String", # The operating system of the application runtime.
232
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
233
+
},
230
234
"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.
231
235
{ # 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.
232
236
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -534,6 +538,10 @@ <h3>Method Details</h3>
534
538
"staticFile": "A String", # Static file content to be served for this error.
535
539
},
536
540
],
541
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
542
+
"operatingSystem": "A String", # The operating system of the application runtime.
543
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
544
+
},
537
545
"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.
538
546
{ # 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.
539
547
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -780,6 +788,10 @@ <h3>Method Details</h3>
780
788
"staticFile": "A String", # Static file content to be served for this error.
781
789
},
782
790
],
791
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
792
+
"operatingSystem": "A String", # The operating system of the application runtime.
793
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
794
+
},
783
795
"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.
784
796
{ # 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.
785
797
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -1029,6 +1041,10 @@ <h3>Method Details</h3>
1029
1041
"staticFile": "A String", # Static file content to be served for this error.
1030
1042
},
1031
1043
],
1044
+
"flexibleRuntimeSettings": { # Runtime settings for the App Engine flexible environment. # Settings for App Engine flexible runtimes.
1045
+
"operatingSystem": "A String", # The operating system of the application runtime.
1046
+
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
1047
+
},
1032
1048
"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.
1033
1049
{ # 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.
1034
1050
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
"description": "Runtime settings for the App Engine flexible environment.",
2641
+
"id": "FlexibleRuntimeSettings",
2642
+
"properties": {
2643
+
"operatingSystem": {
2644
+
"description": "The operating system of the application runtime.",
2645
+
"type": "string"
2646
+
},
2647
+
"runtimeVersion": {
2648
+
"description": "The runtime version of an App Engine flexible application.",
2649
+
"type": "string"
2650
+
}
2651
+
},
2652
+
"type": "object"
2653
+
},
2639
2654
"GoogleAppengineV1betaLocationMetadata": {
2640
2655
"description": "Metadata for the given google.cloud.location.Location.",
2641
2656
"id": "GoogleAppengineV1betaLocationMetadata",
@@ -4118,6 +4133,10 @@
4118
4133
},
4119
4134
"type": "array"
4120
4135
},
4136
+
"flexibleRuntimeSettings": {
4137
+
"$ref": "FlexibleRuntimeSettings",
4138
+
"description": "Settings for App Engine flexible runtimes."
4139
+
},
4121
4140
"handlers": {
4122
4141
"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