Skip to content

Commit 64042ed

Browse files
feat(all): auto-regenerate discovery clients (#2830)
1 parent 5384fb9 commit 64042ed

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

+26878
-6774
lines changed

‎accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1205,8 +1205,8 @@
12051205
"name"
12061206
],
12071207
"parameters": {
1208-
"appendScopedAccessSettings": {
1209-
"description": "Optional. This field will be used to control whether or not scoped access settings are appended to the existing list of scoped access settings. If true, the scoped access settings in the request will be appended to the existing list of scoped access settings. If false, the scoped access settings in the request replace the existing list of scoped access settings.",
1208+
"append": {
1209+
"description": "Optional. This field controls whether or not certain repeated settings in the update request overwrite or append to existing settings on the binding. If true, then append. Otherwise overwrite. So far, only scoped_access_settings supports appending. Global access_levels, dry_run_access_levels, and reauth_settings are not compatible with append functionality, and the request will return an error if append=true when these settings are in the update_mask. The request will also return an error if append=true when \"scoped_access_settings\" is not set in the update_mask.",
12101210
"location": "query",
12111211
"type": "boolean"
12121212
},
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20240923",
1298+
"revision": "20241014",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {

‎accesscontextmanager/v1/accesscontextmanager-gen.go

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

‎backupdr/v1/backupdr-api.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,11 @@
555555
"location": "query",
556556
"type": "boolean"
557557
},
558+
"ignoreBackupPlanReferences": {
559+
"description": "Optional. If set to true, backupvault deletion will proceed even if there are backup plans referencing the backupvault. The default is 'false'.",
560+
"location": "query",
561+
"type": "boolean"
562+
},
558563
"name": {
559564
"description": "Required. Name of the resource.",
560565
"location": "path",
@@ -1658,7 +1663,7 @@
16581663
}
16591664
}
16601665
},
1661-
"revision": "20241002",
1666+
"revision": "20241009",
16621667
"rootUrl": "https://backupdr.googleapis.com/",
16631668
"schemas": {
16641669
"AbandonBackupRequest": {
@@ -2462,14 +2467,16 @@
24622467
"CREATING",
24632468
"ACTIVE",
24642469
"DELETING",
2465-
"INACTIVE"
2470+
"INACTIVE",
2471+
"UPDATING"
24662472
],
24672473
"enumDescriptions": [
24682474
"State not set.",
24692475
"The resource is being created.",
24702476
"The resource has been created and is fully usable.",
24712477
"The resource is being deleted.",
2472-
"The resource has been created but is not usable."
2478+
"The resource has been created but is not usable.",
2479+
"The resource is being updated."
24732480
],
24742481
"readOnly": true,
24752482
"type": "string"

‎backupdr/v1/backupdr-gen.go

Lines changed: 10 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)