Skip to content

Commit d72d8d0

Browse files
1 parent 0514ee6 commit d72d8d0

File tree

4 files changed

+27
-27
lines changed

4 files changed

+27
-27
lines changed

clients/google-api-services-accesscontextmanager/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-accesscontextmanager</artifactId>
25-
<version>v1-rev20250312-2.0.0</version>
25+
<version>v1-rev20250412-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20250312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20250412-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-accesscontextmanager/v1/2.0.0/com/google/api/services/accesscontextmanager/v1/AccessContextManager.java

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5983,23 +5983,23 @@ public Patch setName(java.lang.String name) {
59835983
/**
59845984
* Optional. This field controls whether or not certain repeated settings in the update
59855985
* 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
59875987
* 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.
59925992
*/
59935993
@com.google.api.client.util.Key
59945994
private java.lang.Boolean append;
59955995

59965996
/** Optional. This field controls whether or not certain repeated settings in the update request
59975997
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.
60036003
*/
60046004
public java.lang.Boolean getAppend() {
60056005
return append;
@@ -6008,12 +6008,12 @@ public java.lang.Boolean getAppend() {
60086008
/**
60096009
* Optional. This field controls whether or not certain repeated settings in the update
60106010
* 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
60126012
* 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.
60176017
*/
60186018
public Patch setAppend(java.lang.Boolean append) {
60196019
this.append = append;
@@ -6023,16 +6023,16 @@ public Patch setAppend(java.lang.Boolean append) {
60236023
/**
60246024
* Required. Only the fields specified in this mask are updated. Because name and group_key
60256025
* cannot be changed, update_mask is required and may only contain the following fields:
6026-
* `access_levels`, `dry_run_access_levels`, `reauth_settings` `session_settings`,
6027-
* `scoped_access_settings`. update_mask { paths: "access_levels" }
6026+
* `access_levels`, `dry_run_access_levels`, `session_settings`, `scoped_access_settings`.
6027+
* update_mask { paths: "access_levels" }
60286028
*/
60296029
@com.google.api.client.util.Key
60306030
private String updateMask;
60316031

60326032
/** Required. Only the fields specified in this mask are updated. Because name and group_key cannot be
60336033
changed, update_mask is required and may only contain the following fields: `access_levels`,
6034-
`dry_run_access_levels`, `reauth_settings` `session_settings`, `scoped_access_settings`.
6035-
update_mask { paths: "access_levels" }
6034+
`dry_run_access_levels`, `session_settings`, `scoped_access_settings`. update_mask { paths:
6035+
"access_levels" }
60366036
*/
60376037
public String getUpdateMask() {
60386038
return updateMask;
@@ -6041,8 +6041,8 @@ public String getUpdateMask() {
60416041
/**
60426042
* Required. Only the fields specified in this mask are updated. Because name and group_key
60436043
* cannot be changed, update_mask is required and may only contain the following fields:
6044-
* `access_levels`, `dry_run_access_levels`, `reauth_settings` `session_settings`,
6045-
* `scoped_access_settings`. update_mask { paths: "access_levels" }
6044+
* `access_levels`, `dry_run_access_levels`, `session_settings`, `scoped_access_settings`.
6045+
* update_mask { paths: "access_levels" }
60466046
*/
60476047
public Patch setUpdateMask(String updateMask) {
60486048
this.updateMask = updateMask;

clients/google-api-services-accesscontextmanager/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-accesscontextmanager</artifactId>
11-
<version>v1-rev20250312-2.0.0</version>
12-
<name>Access Context Manager API v1-rev20250312-2.0.0</name>
11+
<version>v1-rev20250412-2.0.0</version>
12+
<name>Access Context Manager API v1-rev20250412-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-accesscontextmanager/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-accesscontextmanager</artifactId>
25-
<version>v1-rev20250312-2.0.0</version>
25+
<version>v1-rev20250412-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20250312-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20250412-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)