Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2855)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Nov 2, 2024
1 parent e3868f2 commit 47ea8e4
Show file tree
Hide file tree
Showing 40 changed files with 9,247 additions and 338 deletions.
10 changes: 7 additions & 3 deletions accesscontextmanager/v1/accesscontextmanager-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@
],
"parameters": {
"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, reauth_settings, and session_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.",
"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 with reauth_settings supports appending. Global access_levels, access_levels in scoped_access_settings, dry_run_access_levels, reauth_settings, and session_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": "20241022",
"revision": "20241028",
"rootUrl": "https://accesscontextmanager.googleapis.com/",
"schemas": {
"AccessContextManagerOperationMetadata": {
Expand Down Expand Up @@ -1884,7 +1884,7 @@
"type": "object"
},
"GcpUserAccessBinding": {
"description": "Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. Next ID: 11",
"description": "Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.",
"id": "GcpUserAccessBinding",
"properties": {
"accessLevels": {
Expand Down Expand Up @@ -1926,6 +1926,10 @@
"$ref": "ScopedAccessSettings"
},
"type": "array"
},
"sessionSettings": {
"$ref": "SessionSettings",
"description": "Optional. GCSL policy for the group key. Migrated from ReauthSettings"
}
},
"type": "object"
Expand Down
18 changes: 11 additions & 7 deletions accesscontextmanager/v1/accesscontextmanager-gen.go

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

Loading

0 comments on commit 47ea8e4

Please sign in to comment.