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
+12
Original file line number
Diff line number
Diff line change
@@ -219,6 +219,9 @@ <h3>Method Details</h3>
219
219
"operatingSystem": "A String", # The operating system of the application runtime.
220
220
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
221
221
},
222
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
223
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
224
+
},
222
225
"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.
223
226
{ # 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.
224
227
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -518,6 +521,9 @@ <h3>Method Details</h3>
518
521
"operatingSystem": "A String", # The operating system of the application runtime.
519
522
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
520
523
},
524
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
525
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
526
+
},
521
527
"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.
522
528
{ # 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.
523
529
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -756,6 +762,9 @@ <h3>Method Details</h3>
756
762
"operatingSystem": "A String", # The operating system of the application runtime.
757
763
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
758
764
},
765
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
766
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
767
+
},
759
768
"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.
760
769
{ # 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.
761
770
"apiEndpoint": { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -997,6 +1006,9 @@ <h3>Method Details</h3>
997
1006
"operatingSystem": "A String", # The operating system of the application runtime.
998
1007
"runtimeVersion": "A String", # The runtime version of an App Engine flexible application.
999
1008
},
1009
+
"generatedCustomerMetadata": { # Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
1010
+
"a_key": "", # Properties of the object. Contains field @type with type URL.
1011
+
},
1000
1012
"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.
1001
1013
{ # 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.
1002
1014
"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
+9-1
Original file line number
Diff line number
Diff line change
@@ -1610,7 +1610,7 @@
1610
1610
}
1611
1611
}
1612
1612
},
1613
-
"revision": "20231016",
1613
+
"revision": "20231024",
1614
1614
"rootUrl": "https://appengine.googleapis.com/",
1615
1615
"schemas": {
1616
1616
"ApiConfigHandler": {
@@ -3829,6 +3829,14 @@
3829
3829
"$ref": "FlexibleRuntimeSettings",
3830
3830
"description": "Settings for App Engine flexible runtimes."
3831
3831
},
3832
+
"generatedCustomerMetadata": {
3833
+
"additionalProperties": {
3834
+
"description": "Properties of the object. Contains field @type with type URL.",
3835
+
"type": "any"
3836
+
},
3837
+
"description": "Additional Google Generated Customer Metadata, this field won't be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest",
3838
+
"type": "object"
3839
+
},
3832
3840
"handlers": {
3833
3841
"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