File tree Expand file tree Collapse file tree 4 files changed +22
-6
lines changed
clients/google-api-services-iam/v1
com/google/api/services/iam/v1 Expand file tree Collapse file tree 4 files changed +22
-6
lines changed Original file line number Diff line number Diff 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-iam</artifactId >
25- <version >v1-rev20250925 -2.0.0</version >
25+ <version >v1-rev20251003 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-iam:v1-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-iam:v1-rev20251003 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -4388,6 +4388,22 @@ public Delete setName(java.lang.String name) {
43884388 return this;
43894389 }
43904390
4391+ /** Optional. Deletes the SCIM tenant immediately. This operation cannot be undone. */
4392+ @com.google.api.client.util.Key
4393+ private java.lang.Boolean hardDelete;
4394+
4395+ /** Optional. Deletes the SCIM tenant immediately. This operation cannot be undone.
4396+ */
4397+ public java.lang.Boolean getHardDelete() {
4398+ return hardDelete;
4399+ }
4400+
4401+ /** Optional. Deletes the SCIM tenant immediately. This operation cannot be undone. */
4402+ public Delete setHardDelete(java.lang.Boolean hardDelete) {
4403+ this.hardDelete = hardDelete;
4404+ return this;
4405+ }
4406+
43914407 @Override
43924408 public Delete set(String parameterName, Object value) {
43934409 return (Delete) super.set(parameterName, value);
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-iam</artifactId >
11- <version >v1-rev20250925 -2.0.0</version >
12- <name >Identity and Access Management (IAM) API v1-rev20250925 -2.0.0</name >
11+ <version >v1-rev20251003 -2.0.0</version >
12+ <name >Identity and Access Management (IAM) API v1-rev20251003 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff 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-iam</artifactId >
25- <version >v1-rev20250925 -2.0.0</version >
25+ <version >v1-rev20251003 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-iam:v1-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-iam:v1-rev20251003 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments