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
+37-3Lines changed: 37 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -5980,17 +5980,50 @@ public Patch setName(java.lang.String name) {
5980
5980
returnthis;
5981
5981
}
5982
5982
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
0 commit comments