You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/AccessContextManager.java
+27-20Lines changed: 27 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -5981,33 +5981,40 @@ public Patch setName(java.lang.String name) {
5981
5981
}
5982
5982
5983
5983
/**
5984
-
* Optional. This field will be used to control whether or not scoped access settings are
5985
-
* appended to the existing list of scoped access settings. If true, the scoped access
5986
-
* settings in the request will be appended to the existing list of scoped access settings.
5987
-
* If false, the scoped access settings in the request replace the existing list of scoped
5988
-
* access settings.
5984
+
* Optional. This field controls whether or not certain repeated settings in the update
5985
+
* request overwrite or append to existing settings on the binding. If true, then append.
5986
+
* Otherwise overwrite. So far, only scoped_access_settings supports appending. Global
5987
+
* access_levels, dry_run_access_levels, and reauth_settings are not compatible with append
5988
+
* functionality, and the request will return an error if append=true when these settings
5989
+
* are in the update_mask. The request will also return an error if append=true when
5990
+
* "scoped_access_settings" is not set in the update_mask.
0 commit comments