Skip to content

Commit 7a57329

Browse files
1 parent 4855803 commit 7a57329

File tree

4 files changed

+43
-9
lines changed

4 files changed

+43
-9
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-rev20240908-2.0.0</version>
25+
<version>v1-rev20240923-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-rev20240908-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20240923-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: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5980,17 +5980,50 @@ public Patch setName(java.lang.String name) {
59805980
return this;
59815981
}
59825982

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.
5989+
*/
5990+
@com.google.api.client.util.Key
5991+
private java.lang.Boolean appendScopedAccessSettings;
5992+
5993+
/** Optional. This field will be used to control whether or not scoped access settings are appended to
5994+
the existing list of scoped access settings. If true, the scoped access settings in the request
5995+
will be appended to the existing list of scoped access settings. If false, the scoped access
5996+
settings in the request replace the existing list of scoped access settings.
5997+
*/
5998+
public java.lang.Boolean getAppendScopedAccessSettings() {
5999+
return appendScopedAccessSettings;
6000+
}
6001+
6002+
/**
6003+
* Optional. This field will be used to control whether or not scoped access settings are
6004+
* appended to the existing list of scoped access settings. If true, the scoped access
6005+
* settings in the request will be appended to the existing list of scoped access settings.
6006+
* If false, the scoped access settings in the request replace the existing list of scoped
6007+
* access settings.
6008+
*/
6009+
public Patch setAppendScopedAccessSettings(java.lang.Boolean appendScopedAccessSettings) {
6010+
this.appendScopedAccessSettings = appendScopedAccessSettings;
6011+
return this;
6012+
}
6013+
59836014
/**
59846015
* Required. Only the fields specified in this mask are updated. Because name and group_key
59856016
* cannot be changed, update_mask is required and may only contain the following fields:
5986-
* `access_levels`, `dry_run_access_levels`. update_mask { paths: "access_levels" }
6017+
* `access_levels`, `dry_run_access_levels`, `reauth_settings`, `scoped_access_settings`.
6018+
* update_mask { paths: "access_levels" }
59876019
*/
59886020
@com.google.api.client.util.Key
59896021
private String updateMask;
59906022

59916023
/** Required. Only the fields specified in this mask are updated. Because name and group_key cannot be
59926024
changed, update_mask is required and may only contain the following fields: `access_levels`,
5993-
`dry_run_access_levels`. update_mask { paths: "access_levels" }
6025+
`dry_run_access_levels`, `reauth_settings`, `scoped_access_settings`. update_mask { paths:
6026+
"access_levels" }
59946027
*/
59956028
public String getUpdateMask() {
59966029
return updateMask;
@@ -5999,7 +6032,8 @@ public String getUpdateMask() {
59996032
/**
60006033
* Required. Only the fields specified in this mask are updated. Because name and group_key
60016034
* cannot be changed, update_mask is required and may only contain the following fields:
6002-
* `access_levels`, `dry_run_access_levels`. update_mask { paths: "access_levels" }
6035+
* `access_levels`, `dry_run_access_levels`, `reauth_settings`, `scoped_access_settings`.
6036+
* update_mask { paths: "access_levels" }
60036037
*/
60046038
public Patch setUpdateMask(String updateMask) {
60056039
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-rev20240908-2.0.0</version>
12-
<name>Access Context Manager API v1-rev20240908-2.0.0</name>
11+
<version>v1-rev20240923-2.0.0</version>
12+
<name>Access Context Manager API v1-rev20240923-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-rev20240908-2.0.0</version>
25+
<version>v1-rev20240923-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-rev20240908-2.0.0'
38+
implementation 'com.google.apis:google-api-services-accesscontextmanager:v1-rev20240923-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)