Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d6c3c72

Browse files
committedOct 31, 2023
feat(appengine): update the api
#### appengine:v1 The following keys were added: - schemas.Version.properties.generatedCustomerMetadata (Total Keys: 2)
1 parent 160c287 commit d6c3c72

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed
 

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

+12
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ <h3>Method Details</h3>
219219
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
220220
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
221221
},
222+
&quot;generatedCustomerMetadata&quot;: { # Additional Google Generated Customer Metadata, this field won&#x27;t be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
223+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
224+
},
222225
&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.
223226
{ # 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.
224227
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -518,6 +521,9 @@ <h3>Method Details</h3>
518521
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
519522
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
520523
},
524+
&quot;generatedCustomerMetadata&quot;: { # Additional Google Generated Customer Metadata, this field won&#x27;t be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
525+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
526+
},
521527
&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.
522528
{ # 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.
523529
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -756,6 +762,9 @@ <h3>Method Details</h3>
756762
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
757763
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
758764
},
765+
&quot;generatedCustomerMetadata&quot;: { # Additional Google Generated Customer Metadata, this field won&#x27;t be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
766+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
767+
},
759768
&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.
760769
{ # 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.
761770
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.
@@ -997,6 +1006,9 @@ <h3>Method Details</h3>
9971006
&quot;operatingSystem&quot;: &quot;A String&quot;, # The operating system of the application runtime.
9981007
&quot;runtimeVersion&quot;: &quot;A String&quot;, # The runtime version of an App Engine flexible application.
9991008
},
1009+
&quot;generatedCustomerMetadata&quot;: { # Additional Google Generated Customer Metadata, this field won&#x27;t be provided by default and can be requested by setting the IncludeExtraData field in GetVersionRequest
1010+
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1011+
},
10001012
&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.
10011013
{ # 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.
10021014
&quot;apiEndpoint&quot;: { # Uses Google Cloud Endpoints to handle requests. # Uses API Endpoints to handle requests.

‎googleapiclient/discovery_cache/documents/appengine.v1.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -1610,7 +1610,7 @@
16101610
}
16111611
}
16121612
},
1613-
"revision": "20231016",
1613+
"revision": "20231024",
16141614
"rootUrl": "https://appengine.googleapis.com/",
16151615
"schemas": {
16161616
"ApiConfigHandler": {
@@ -3829,6 +3829,14 @@
38293829
"$ref": "FlexibleRuntimeSettings",
38303830
"description": "Settings for App Engine flexible runtimes."
38313831
},
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+
},
38323840
"handlers": {
38333841
"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.",
38343842
"items": {

‎googleapiclient/discovery_cache/documents/appengine.v1alpha.json

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

‎googleapiclient/discovery_cache/documents/appengine.v1beta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1859,7 +1859,7 @@
18591859
}
18601860
}
18611861
},
1862-
"revision": "20231016",
1862+
"revision": "20231024",
18631863
"rootUrl": "https://appengine.googleapis.com/",
18641864
"schemas": {
18651865
"ApiConfigHandler": {

0 commit comments

Comments
 (0)
Please sign in to comment.