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
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -5983,23 +5983,23 @@ public Patch setName(java.lang.String name) {
5983
5983
/**
5984
5984
* Optional. This field controls whether or not certain repeated settings in the update
5985
5985
* request overwrite or append to existing settings on the binding. If true, then append.
5986
-
* Otherwise overwrite. So far, only scoped_access_settings with reauth_settings supports
5986
+
* Otherwise overwrite. So far, only scoped_access_settings with session_settings supports
5987
5987
* appending. Global access_levels, access_levels in scoped_access_settings,
5988
-
* dry_run_access_levels, reauth_settings, and session_settings are not compatible with
5989
-
* append functionality, and the request will return an error if append=true when these
5990
-
* settings are in the update_mask. The request will also return an error if append=true
5991
-
* when "scoped_access_settings" is not set in the update_mask.
5988
+
* dry_run_access_levels, and session_settings are not compatible with append functionality,
5989
+
* and the request will return an error if append=true when these settings are in the
5990
+
* update_mask. The request will also return an error if append=true when
5991
+
* "scoped_access_settings" is not set in the update_mask.
5992
5992
*/
5993
5993
@com.google.api.client.util.Key
5994
5994
privatejava.lang.Booleanappend;
5995
5995
5996
5996
/** Optional. This field controls whether or not certain repeated settings in the update request
5997
5997
overwrite or append to existing settings on the binding. If true, then append. Otherwise overwrite.
5998
-
So far, only scoped_access_settings with reauth_settings supports appending. Global access_levels,
5999
-
access_levels in scoped_access_settings, dry_run_access_levels, reauth_settings, and
6000
-
session_settings are not compatible with append functionality, and the request will return an error
6001
-
if append=true when these settings are in the update_mask. The request will also return an error if
6002
-
append=true when "scoped_access_settings" is not set in the update_mask.
5998
+
So far, only scoped_access_settings with session_settings supports appending. Global access_levels,
5999
+
access_levels in scoped_access_settings, dry_run_access_levels, and session_settings are not
6000
+
compatible with append functionality, and the request will return an error if append=true when
6001
+
these settings are in the update_mask. The request will also return an error if append=true when
6002
+
"scoped_access_settings" is not set in the update_mask.
6003
6003
*/
6004
6004
publicjava.lang.BooleangetAppend() {
6005
6005
returnappend;
@@ -6008,12 +6008,12 @@ public java.lang.Boolean getAppend() {
6008
6008
/**
6009
6009
* Optional. This field controls whether or not certain repeated settings in the update
6010
6010
* request overwrite or append to existing settings on the binding. If true, then append.
6011
-
* Otherwise overwrite. So far, only scoped_access_settings with reauth_settings supports
6011
+
* Otherwise overwrite. So far, only scoped_access_settings with session_settings supports
6012
6012
* appending. Global access_levels, access_levels in scoped_access_settings,
6013
-
* dry_run_access_levels, reauth_settings, and session_settings are not compatible with
6014
-
* append functionality, and the request will return an error if append=true when these
6015
-
* settings are in the update_mask. The request will also return an error if append=true
6016
-
* when "scoped_access_settings" is not set in the update_mask.
6013
+
* dry_run_access_levels, and session_settings are not compatible with append functionality,
6014
+
* and the request will return an error if append=true when these settings are in the
6015
+
* update_mask. The request will also return an error if append=true when
6016
+
* "scoped_access_settings" is not set in the update_mask.
6017
6017
*/
6018
6018
publicPatchsetAppend(java.lang.Booleanappend) {
6019
6019
this.append = append;
@@ -6023,16 +6023,16 @@ public Patch setAppend(java.lang.Boolean append) {
6023
6023
/**
6024
6024
* Required. Only the fields specified in this mask are updated. Because name and group_key
6025
6025
* cannot be changed, update_mask is required and may only contain the following fields:
0 commit comments