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
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -5983,22 +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 supports appending. Global
5987
-
* access_levels, dry_run_access_levels, reauth_settings, and session_settings are not
5988
-
* compatible with append functionality, and the request will return an error if append=true
5989
-
* when these settings are in the update_mask. The request will also return an error if
5990
-
* append=true when "scoped_access_settings" is not set in the update_mask.
5986
+
* Otherwise overwrite. So far, only scoped_access_settings with reauth_settings supports
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.
5991
5992
*/
5992
5993
@com.google.api.client.util.Key
5993
5994
privatejava.lang.Booleanappend;
5994
5995
5995
5996
/** Optional. This field controls whether or not certain repeated settings in the update request
5996
5997
overwrite or append to existing settings on the binding. If true, then append. Otherwise overwrite.
5997
-
So far, only scoped_access_settings supports appending. Global access_levels,
5998
-
dry_run_access_levels, reauth_settings, and session_settings are not compatible with append
5999
-
functionality, and the request will return an error if append=true when these settings are in the
6000
-
update_mask. The request will also return an error if append=true when "scoped_access_settings" is
6001
-
not set in the update_mask.
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.
6002
6003
*/
6003
6004
publicjava.lang.BooleangetAppend() {
6004
6005
returnappend;
@@ -6007,11 +6008,12 @@ public java.lang.Boolean getAppend() {
6007
6008
/**
6008
6009
* Optional. This field controls whether or not certain repeated settings in the update
6009
6010
* request overwrite or append to existing settings on the binding. If true, then append.
6010
-
* Otherwise overwrite. So far, only scoped_access_settings supports appending. Global
6011
-
* access_levels, dry_run_access_levels, reauth_settings, and session_settings are not
6012
-
* compatible with append functionality, and the request will return an error if append=true
6013
-
* when these settings are in the update_mask. The request will also return an error if
6014
-
* append=true when "scoped_access_settings" is not set in the update_mask.
6011
+
* Otherwise overwrite. So far, only scoped_access_settings with reauth_settings supports
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.
Copy file name to clipboardExpand all lines: clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/model/GcpUserAccessBinding.java
+25-1Lines changed: 25 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* Restricts access to Cloud Console and Google Cloud APIs for a set of users using Context-Aware
21
-
* Access. Next ID: 11
21
+
* Access.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the Access Context Manager API. For a detailed
@@ -100,6 +100,13 @@ public final class GcpUserAccessBinding extends com.google.api.client.json.Gener
0 commit comments