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 74499b4

Browse files
committedFeb 4, 2025
feat(appengine): update the api
#### appengine:v1 The following keys were added: - schemas.Application.properties.sslPolicy.type (Total Keys: 1) #### appengine:v1beta The following keys were added: - schemas.Application.properties.sslPolicy.type (Total Keys: 1)
1 parent dfdf089 commit 74499b4

File tree

4 files changed

+36
-2
lines changed

4 files changed

+36
-2
lines changed
 

‎docs/dyn/appengine_v1.apps.html

+3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ <h3>Method Details</h3>
174174
&quot;name&quot;: &quot;A String&quot;, # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
175175
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
176176
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
177+
&quot;sslPolicy&quot;: &quot;A String&quot;, # The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS &lt; 1.2 and allow only Modern Ciphers suite
177178
}
178179

179180
x__xgafv: string, V1 error format.
@@ -257,6 +258,7 @@ <h3>Method Details</h3>
257258
&quot;name&quot;: &quot;A String&quot;, # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
258259
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
259260
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
261+
&quot;sslPolicy&quot;: &quot;A String&quot;, # The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS &lt; 1.2 and allow only Modern Ciphers suite
260262
}</pre>
261263
</div>
262264

@@ -355,6 +357,7 @@ <h3>Method Details</h3>
355357
&quot;name&quot;: &quot;A String&quot;, # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
356358
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
357359
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
360+
&quot;sslPolicy&quot;: &quot;A String&quot;, # The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS &lt; 1.2 and allow only Modern Ciphers suite
358361
}
359362

360363
updateMask: string, Required. Standard field mask for the set of fields to be updated.

‎docs/dyn/appengine_v1beta.apps.html

+3
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ <h3>Method Details</h3>
174174
&quot;name&quot;: &quot;A String&quot;, # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
175175
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
176176
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
177+
&quot;sslPolicy&quot;: &quot;A String&quot;, # The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS &lt; 1.2 and allow only Modern Ciphers suite
177178
}
178179

179180
x__xgafv: string, V1 error format.
@@ -257,6 +258,7 @@ <h3>Method Details</h3>
257258
&quot;name&quot;: &quot;A String&quot;, # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
258259
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
259260
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
261+
&quot;sslPolicy&quot;: &quot;A String&quot;, # The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS &lt; 1.2 and allow only Modern Ciphers suite
260262
}</pre>
261263
</div>
262264

@@ -355,6 +357,7 @@ <h3>Method Details</h3>
355357
&quot;name&quot;: &quot;A String&quot;, # Output only. Full path to the Application resource in the API. Example: apps/myapp.@OutputOnly
356358
&quot;serviceAccount&quot;: &quot;A String&quot;, # The service account associated with the application. This is the app-level default identity. If no identity provided during create version, Admin API will fallback to this one.
357359
&quot;servingStatus&quot;: &quot;A String&quot;, # Serving status of this application.
360+
&quot;sslPolicy&quot;: &quot;A String&quot;, # The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS &lt; 1.2 and allow only Modern Ciphers suite
358361
}
359362

360363
updateMask: string, Required. Standard field mask for the set of fields to be updated.

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

+15-1
Original file line numberDiff line numberDiff line change
@@ -1825,7 +1825,7 @@
18251825
}
18261826
}
18271827
},
1828-
"revision": "20241205",
1828+
"revision": "20250127",
18291829
"rootUrl": "https://appengine.googleapis.com/",
18301830
"schemas": {
18311831
"ApiConfigHandler": {
@@ -2005,6 +2005,20 @@
20052005
"Application has been disabled by the system."
20062006
],
20072007
"type": "string"
2008+
},
2009+
"sslPolicy": {
2010+
"description": "The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite",
2011+
"enum": [
2012+
"SSL_POLICY_UNSPECIFIED",
2013+
"DEFAULT",
2014+
"MODERN"
2015+
],
2016+
"enumDescriptions": [
2017+
"Required by linter. Will work same as DEFAULT",
2018+
"DEFAULT is to allow all TLS versions and cipher suites supported by App Engine",
2019+
"MODERN is to allow only TLS 1.2 and TLS 1.3 along with Modern cipher suites only"
2020+
],
2021+
"type": "string"
20082022
}
20092023
},
20102024
"type": "object"

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

+15-1
Original file line numberDiff line numberDiff line change
@@ -2025,7 +2025,7 @@
20252025
}
20262026
}
20272027
},
2028-
"revision": "20241205",
2028+
"revision": "20250127",
20292029
"rootUrl": "https://appengine.googleapis.com/",
20302030
"schemas": {
20312031
"ApiConfigHandler": {
@@ -2205,6 +2205,20 @@
22052205
"Application has been disabled by the system."
22062206
],
22072207
"type": "string"
2208+
},
2209+
"sslPolicy": {
2210+
"description": "The SSL policy that will be applied to the application. If set to Modern it will restrict traffic with TLS < 1.2 and allow only Modern Ciphers suite",
2211+
"enum": [
2212+
"SSL_POLICY_UNSPECIFIED",
2213+
"DEFAULT",
2214+
"MODERN"
2215+
],
2216+
"enumDescriptions": [
2217+
"Required by linter. Will work same as DEFAULT",
2218+
"DEFAULT is to allow all TLS versions and cipher suites supported by App Engine",
2219+
"MODERN is to allow only TLS 1.2 and TLS 1.3 along with Modern cipher suites only"
2220+
],
2221+
"type": "string"
22082222
}
22092223
},
22102224
"type": "object"

0 commit comments

Comments
 (0)
Please sign in to comment.