Skip to content

Commit 94b3ce7

Browse files
1 parent e665512 commit 94b3ce7

File tree

5 files changed

+12
-15
lines changed

5 files changed

+12
-15
lines changed

clients/google-api-services-iam/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-iam</artifactId>
25-
<version>v1-rev20250815-2.0.0</version>
25+
<version>v1-rev20250825-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-iam:v1-rev20250815-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20250825-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/Iam.java

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1140,22 +1140,19 @@ public List setLocation(java.lang.String location) {
11401140
}
11411141

11421142
/**
1143-
* The maximum number of pools to return. If unspecified, at most 50 pools will be returned.
1144-
* The maximum value is 1000; values above 1000 are truncated to 1000.
1143+
* The maximum number of pools to return. The default value is 50. The maximum value is 100.
11451144
*/
11461145
@com.google.api.client.util.Key
11471146
private java.lang.Integer pageSize;
11481147

1149-
/** The maximum number of pools to return. If unspecified, at most 50 pools will be returned. The
1150-
maximum value is 1000; values above 1000 are truncated to 1000.
1148+
/** The maximum number of pools to return. The default value is 50. The maximum value is 100.
11511149
*/
11521150
public java.lang.Integer getPageSize() {
11531151
return pageSize;
11541152
}
11551153

11561154
/**
1157-
* The maximum number of pools to return. If unspecified, at most 50 pools will be returned.
1158-
* The maximum value is 1000; values above 1000 are truncated to 1000.
1155+
* The maximum number of pools to return. The default value is 50. The maximum value is 100.
11591156
*/
11601157
public List setPageSize(java.lang.Integer pageSize) {
11611158
this.pageSize = pageSize;

clients/google-api-services-iam/v1/2.0.0/com/google/api/services/iam/v1/model/WorkforcePoolProvider.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public final class WorkforcePoolProvider extends com.google.api.client.json.Gene
135135
* cannot be used in attribute mapping or attribute condition expressions. To keep extended group
136136
* memberships up to date, extended groups are retrieved when the user signs in and at regular
137137
* intervals during the user's active session. Each user identity in the workforce identity pool
138-
* must map to a specific, unique Microsoft Entra ID user.
138+
* must map to a unique Microsoft Entra ID user.
139139
* The value may be {@code null}.
140140
*/
141141
@com.google.api.client.util.Key
@@ -402,7 +402,7 @@ public WorkforcePoolProvider setExpireTime(String expireTime) {
402402
* cannot be used in attribute mapping or attribute condition expressions. To keep extended group
403403
* memberships up to date, extended groups are retrieved when the user signs in and at regular
404404
* intervals during the user's active session. Each user identity in the workforce identity pool
405-
* must map to a specific, unique Microsoft Entra ID user.
405+
* must map to a unique Microsoft Entra ID user.
406406
* @return value or {@code null} for none
407407
*/
408408
public GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client getExtendedAttributesOauth2Client() {
@@ -417,7 +417,7 @@ public GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client getExten
417417
* cannot be used in attribute mapping or attribute condition expressions. To keep extended group
418418
* memberships up to date, extended groups are retrieved when the user signs in and at regular
419419
* intervals during the user's active session. Each user identity in the workforce identity pool
420-
* must map to a specific, unique Microsoft Entra ID user.
420+
* must map to a unique Microsoft Entra ID user.
421421
* @param extendedAttributesOauth2Client extendedAttributesOauth2Client or {@code null} for none
422422
*/
423423
public WorkforcePoolProvider setExtendedAttributesOauth2Client(GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client extendedAttributesOauth2Client) {

clients/google-api-services-iam/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-iam</artifactId>
11-
<version>v1-rev20250815-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20250815-2.0.0</name>
11+
<version>v1-rev20250825-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20250825-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-iam/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-iam</artifactId>
25-
<version>v1-rev20250815-2.0.0</version>
25+
<version>v1-rev20250825-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-iam:v1-rev20250815-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20250825-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)