Skip to content

Commit 47ea8e4

Browse files
authoredNov 2, 2024··
feat(all): auto-regenerate discovery clients (#2855)
1 parent e3868f2 commit 47ea8e4

40 files changed

+9247
-338
lines changed
 

‎accesscontextmanager/v1/accesscontextmanager-api.json

+7-3
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206
],
12071207
"parameters": {
12081208
"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, 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.",
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 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.",
12101210
"location": "query",
12111211
"type": "boolean"
12121212
},
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20241022",
1298+
"revision": "20241028",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {
@@ -1884,7 +1884,7 @@
18841884
"type": "object"
18851885
},
18861886
"GcpUserAccessBinding": {
1887-
"description": "Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access. Next ID: 11",
1887+
"description": "Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware Access.",
18881888
"id": "GcpUserAccessBinding",
18891889
"properties": {
18901890
"accessLevels": {
@@ -1926,6 +1926,10 @@
19261926
"$ref": "ScopedAccessSettings"
19271927
},
19281928
"type": "array"
1929+
},
1930+
"sessionSettings": {
1931+
"$ref": "SessionSettings",
1932+
"description": "Optional. GCSL policy for the group key. Migrated from ReauthSettings"
19291933
}
19301934
},
19311935
"type": "object"

‎accesscontextmanager/v1/accesscontextmanager-gen.go

+11-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.