Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2830)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Oct 19, 2024
1 parent 5384fb9 commit 64042ed
Show file tree
Hide file tree
Showing 46 changed files with 26,878 additions and 6,774 deletions.
6 changes: 3 additions & 3 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1205,8 +1205,8 @@
"name"
],
"parameters": {
"appendScopedAccessSettings": {
"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.",
"append": {
"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.",
"location": "query",
"type": "boolean"
},
Expand Down Expand Up @@ -1295,7 +1295,7 @@
}
}
},
"revision": "20240923",
"revision": "20241014",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down
20 changes: 11 additions & 9 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 10 additions & 3 deletions backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,11 @@
"location": "query",
"type": "boolean"
},
"ignoreBackupPlanReferences": {
"description": "Optional. If set to true, backupvault deletion will proceed even if there are backup plans referencing the backupvault. The default is 'false'.",
"location": "query",
"type": "boolean"
},
"name": {
"description": "Required. Name of the resource.",
"location": "path",
Expand Down Expand Up @@ -1658,7 +1663,7 @@
}
}
},
"revision": "20241002",
"revision": "20241009",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AbandonBackupRequest": {
Expand Down Expand Up @@ -2462,14 +2467,16 @@
"CREATING",
"ACTIVE",
"DELETING",
"INACTIVE"
"INACTIVE",
"UPDATING"
],
"enumDescriptions": [
"State not set.",
"The resource is being created.",
"The resource has been created and is fully usable.",
"The resource is being deleted.",
"The resource has been created but is not usable."
"The resource has been created but is not usable.",
"The resource is being updated."
],
"readOnly": true,
"type": "string"
Expand Down
10 changes: 10 additions & 0 deletions backupdr/v1/backupdr-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 64042ed

Please sign in to comment.