Skip to content

Commit 8eff56f

Browse files
feat(all): auto-regenerate discovery clients (#3201)
1 parent 2bdd042 commit 8eff56f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9807
-1058
lines changed

accessapproval/v1/accessapproval-api.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
}
914914
}
915915
},
916-
"revision": "20250411",
916+
"revision": "20250617",
917917
"rootUrl": "https://accessapproval.googleapis.com/",
918918
"schemas": {
919919
"AccessApprovalServiceAccount": {
@@ -1334,7 +1334,8 @@
13341334
"HMAC_SHA224",
13351335
"EXTERNAL_SYMMETRIC_ENCRYPTION",
13361336
"PQ_SIGN_ML_DSA_65",
1337-
"PQ_SIGN_SLH_DSA_SHA2_128S"
1337+
"PQ_SIGN_SLH_DSA_SHA2_128S",
1338+
"PQ_SIGN_HASH_SLH_DSA_SHA2_128S_SHA256"
13381339
],
13391340
"enumDescriptions": [
13401341
"Not specified.",
@@ -1374,7 +1375,8 @@
13741375
"HMAC-SHA224 signing with a 224 bit key.",
13751376
"Algorithm representing symmetric encryption by an external key manager.",
13761377
"The post-quantum Module-Lattice-Based Digital Signature Algorithm, at security level 3. Randomized version.",
1377-
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version."
1378+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized version.",
1379+
"The post-quantum stateless hash-based digital signature algorithm, at security level 1. Randomized pre-hash version supporting SHA256 digests."
13781380
],
13791381
"type": "string"
13801382
},

accessapproval/v1/accessapproval-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.

admin/datatransfer/v1/admin-api.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
]
203203
},
204204
"insert": {
205-
"description": "Inserts a data transfer request. See the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference for specific application requirements.",
205+
"description": "Inserts a data transfer request. See the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference for specific application requirements.",
206206
"flatPath": "admin/datatransfer/v1/transfers",
207207
"httpMethod": "POST",
208208
"id": "datatransfer.transfers.insert",
@@ -272,7 +272,7 @@
272272
}
273273
}
274274
},
275-
"revision": "20250421",
275+
"revision": "20250616",
276276
"rootUrl": "https://admin.googleapis.com/",
277277
"schemas": {
278278
"Application": {
@@ -284,7 +284,7 @@
284284
"type": "string"
285285
},
286286
"id": {
287-
"description": "The application's ID. Retrievable by using the [`applications.list()`](/admin-sdk/data-transfer/reference/rest/v1/applications/list) method.",
287+
"description": "The application's ID. Retrievable by using the [`applications.list()`](https://developers.google.com/workspace/admin/data-transfer/reference/rest/v1/applications/list) method.",
288288
"format": "int64",
289289
"type": "string"
290290
},
@@ -317,7 +317,7 @@
317317
"type": "string"
318318
},
319319
"applicationTransferParams": {
320-
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](/admin-sdk/data-transfer/v1/parameters) reference.",
320+
"description": "The transfer parameters for the application. These parameters are used to select the data which will get transferred in context of this application. For more information about the specific values available for each application, see the [Transfer parameters](https://developers.google.com/workspace/admin/data-transfer/v1/parameters) reference.",
321321
"items": {
322322
"$ref": "ApplicationTransferParam"
323323
},

admin/datatransfer/v1/admin-gen.go

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

0 commit comments

Comments
 (0)