File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
clients/google-api-services-iam/v1
com/google/api/services/iam/v1/model Expand file tree Collapse file tree 4 files changed +12
-12
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-rev20250825 -2.0.0</version >
25+ <version >v1-rev20250905 -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-rev20250825 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-iam:v1-rev20250905 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ public final class WorkforcePoolProvider extends com.google.api.client.json.Gene
120120 private java .lang .String displayName ;
121121
122122 /**
123- * Output only. Time after which the workload pool provider will be permanently purged and cannot
124- * be recovered.
123+ * Output only. Time after which the workforce identity pool provider will be permanently purged
124+ * and cannot be recovered.
125125 * The value may be {@code null}.
126126 */
127127 @ com .google .api .client .util .Key
@@ -376,17 +376,17 @@ public WorkforcePoolProvider setDisplayName(java.lang.String displayName) {
376376 }
377377
378378 /**
379- * Output only. Time after which the workload pool provider will be permanently purged and cannot
380- * be recovered.
379+ * Output only. Time after which the workforce identity pool provider will be permanently purged
380+ * and cannot be recovered.
381381 * @return value or {@code null} for none
382382 */
383383 public String getExpireTime () {
384384 return expireTime ;
385385 }
386386
387387 /**
388- * Output only. Time after which the workload pool provider will be permanently purged and cannot
389- * be recovered.
388+ * Output only. Time after which the workforce identity pool provider will be permanently purged
389+ * and cannot be recovered.
390390 * @param expireTime expireTime or {@code null} for none
391391 */
392392 public WorkforcePoolProvider setExpireTime (String expireTime ) {
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-rev20250825 -2.0.0</version >
12- <name >Identity and Access Management (IAM) API v1-rev20250825 -2.0.0</name >
11+ <version >v1-rev20250905 -2.0.0</version >
12+ <name >Identity and Access Management (IAM) API v1-rev20250905 -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-rev20250825 -2.0.0</version >
25+ <version >v1-rev20250905 -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-rev20250825 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-iam:v1-rev20250905 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments