Skip to content

Commit 82a5738

Browse files
feat(all): auto-regenerate discovery clients (#2986)
1 parent a4ae123 commit 82a5738

24 files changed

+235
-168
lines changed

appengine/v1/appengine-api.json

Lines changed: 15 additions & 1 deletion
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 \u003c 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"

appengine/v1/appengine-gen.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/v1beta/appengine-api.json

Lines changed: 15 additions & 1 deletion
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 \u003c 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"

appengine/v1beta/appengine-gen.go

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chromemanagement/v1/chromemanagement-api.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
"https://www.googleapis.com/auth/chrome.management.appdetails.readonly": {
66
"description": "See detailed information about apps installed on Chrome browsers and devices managed by your organization"
77
},
8+
"https://www.googleapis.com/auth/chrome.management.profiles": {
9+
"description": "See, edit, delete, and take other necessary actions on Chrome browser profiles managed by your organization"
10+
},
11+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly": {
12+
"description": "See Chrome browser profiles managed by your organization"
13+
},
814
"https://www.googleapis.com/auth/chrome.management.reports.readonly": {
915
"description": "See reports about devices and Chrome browsers managed within your organization"
1016
},
@@ -366,7 +372,10 @@
366372
"path": "v1/{+name}",
367373
"response": {
368374
"$ref": "GoogleProtobufEmpty"
369-
}
375+
},
376+
"scopes": [
377+
"https://www.googleapis.com/auth/chrome.management.profiles"
378+
]
370379
},
371380
"get": {
372381
"description": "Gets a Chrome browser profile with customer ID and profile permanent ID.",
@@ -388,7 +397,11 @@
388397
"path": "v1/{+name}",
389398
"response": {
390399
"$ref": "GoogleChromeManagementVersionsV1ChromeBrowserProfile"
391-
}
400+
},
401+
"scopes": [
402+
"https://www.googleapis.com/auth/chrome.management.profiles",
403+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly"
404+
]
392405
},
393406
"list": {
394407
"description": "Lists Chrome browser profiles of a customer based on the given search and sorting criteria.",
@@ -431,7 +444,11 @@
431444
"path": "v1/{+parent}/profiles",
432445
"response": {
433446
"$ref": "GoogleChromeManagementVersionsV1ListChromeBrowserProfilesResponse"
434-
}
447+
},
448+
"scopes": [
449+
"https://www.googleapis.com/auth/chrome.management.profiles",
450+
"https://www.googleapis.com/auth/chrome.management.profiles.readonly"
451+
]
435452
}
436453
}
437454
},
@@ -1263,7 +1280,7 @@
12631280
}
12641281
}
12651282
},
1266-
"revision": "20250122",
1283+
"revision": "20250126",
12671284
"rootUrl": "https://chromemanagement.googleapis.com/",
12681285
"schemas": {
12691286
"GoogleChromeManagementV1AndroidAppInfo": {

chromemanagement/v1/chromemanagement-gen.go

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dataproc/v1/dataproc-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4978,7 +4978,7 @@
49784978
}
49794979
}
49804980
},
4981-
"revision": "20250111",
4981+
"revision": "20250122",
49824982
"rootUrl": "https://dataproc.googleapis.com/",
49834983
"schemas": {
49844984
"AcceleratorConfig": {
@@ -9960,7 +9960,7 @@
99609960
"type": "object"
99619961
},
99629962
"name": {
9963-
"description": "Required. The resource name of the session.",
9963+
"description": "Identifier. The resource name of the session.",
99649964
"type": "string"
99659965
},
99669966
"runtimeConfig": {

dataproc/v1/dataproc-gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

forms/v1/forms-api.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20241112",
426+
"revision": "20250121",
427427
"rootUrl": "https://forms.googleapis.com/",
428428
"schemas": {
429429
"Answer": {
@@ -863,6 +863,22 @@
863863
"description": "A form's settings.",
864864
"id": "FormSettings",
865865
"properties": {
866+
"emailCollectionType": {
867+
"description": "Optional. Kind of email collection configured in the form.",
868+
"enum": [
869+
"EMAIL_COLLECTION_TYPE_UNSPECIFIED",
870+
"DO_NOT_COLLECT",
871+
"VERIFIED",
872+
"RESPONDER_INPUT"
873+
],
874+
"enumDescriptions": [
875+
"Default value. The default for forms owned by Google Workspace users is VERIFIED. For forms owned by other types of Google accounts, the default is DO_NO_COLLECT.",
876+
"Email Field is not collected for the user.",
877+
"Email Field is collected automatically from the logged in user.",
878+
"Email Field needs to be manually filled."
879+
],
880+
"type": "string"
881+
},
866882
"quizSettings": {
867883
"$ref": "QuizSettings",
868884
"description": "Settings related to quiz forms and grading."

forms/v1/forms-gen.go

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

language/v1/language-api.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
}
247247
}
248248
},
249-
"revision": "20250105",
249+
"revision": "20250126",
250250
"rootUrl": "https://language.googleapis.com/",
251251
"schemas": {
252252
"AnalyzeEntitiesRequest": {
@@ -762,6 +762,7 @@
762762
"A3_HIGHGPU_8G",
763763
"A3_MEGAGPU_8G",
764764
"A3_ULTRAGPU_8G",
765+
"A3_EDGEGPU_8G",
765766
"E2_STANDARD_2",
766767
"E2_STANDARD_4",
767768
"E2_STANDARD_8",
@@ -1052,6 +1053,7 @@
10521053
"",
10531054
"",
10541055
"",
1056+
"",
10551057
""
10561058
],
10571059
"type": "string"
@@ -1489,6 +1491,7 @@
14891491
"A3_HIGHGPU_8G",
14901492
"A3_MEGAGPU_8G",
14911493
"A3_ULTRAGPU_8G",
1494+
"A3_EDGEGPU_8G",
14921495
"E2_STANDARD_2",
14931496
"E2_STANDARD_4",
14941497
"E2_STANDARD_8",
@@ -1779,6 +1782,7 @@
17791782
"",
17801783
"",
17811784
"",
1785+
"",
17821786
""
17831787
],
17841788
"type": "string"
@@ -2175,6 +2179,7 @@
21752179
"A3_HIGHGPU_8G",
21762180
"A3_MEGAGPU_8G",
21772181
"A3_ULTRAGPU_8G",
2182+
"A3_EDGEGPU_8G",
21782183
"E2_STANDARD_2",
21792184
"E2_STANDARD_4",
21802185
"E2_STANDARD_8",
@@ -2465,6 +2470,7 @@
24652470
"",
24662471
"",
24672472
"",
2473+
"",
24682474
""
24692475
],
24702476
"type": "string"

language/v1/language-gen.go

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)