Skip to content

Commit c30aa56

Browse files
1 parent 2793f7b commit c30aa56

File tree

5 files changed

+29
-27
lines changed

5 files changed

+29
-27
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-rev20240722-2.0.0</version>
25+
<version>v1-rev20240725-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-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20240725-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: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4810,10 +4810,11 @@ public Create set(String parameterName, Object value) {
48104810
* You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the
48114811
* custom role are not changed, but they have no effect. * By default, the response from ListRoles
48124812
* does not include the custom role. A deleted custom role still counts toward the [custom role
4813-
* limit](/iam/quotas#limits) until it is permanently deleted. You have 7 days to undelete the
4814-
* custom role. After 7 days, the following changes occur: * The custom role is permanently deleted
4815-
* and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is
4816-
* permanently removed. * The custom role no longer counts toward your custom role limit.
4813+
* limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7 days
4814+
* to undelete the custom role. After 7 days, the following changes occur: * The custom role is
4815+
* permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom
4816+
* role, the binding is permanently removed. * The custom role no longer counts toward your custom
4817+
* role limit.
48174818
*
48184819
* Create a request for the method "roles.delete".
48194820
*
@@ -4856,11 +4857,11 @@ public class Delete extends IamRequest<com.google.api.services.iam.v1.model.Role
48564857
* * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the
48574858
* custom role are not changed, but they have no effect. * By default, the response from ListRoles
48584859
* does not include the custom role. A deleted custom role still counts toward the [custom role
4859-
* limit](/iam/quotas#limits) until it is permanently deleted. You have 7 days to undelete the
4860-
* custom role. After 7 days, the following changes occur: * The custom role is permanently
4861-
* deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the
4862-
* binding is permanently removed. * The custom role no longer counts toward your custom role
4863-
* limit.
4860+
* limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7
4861+
* days to undelete the custom role. After 7 days, the following changes occur: * The custom role
4862+
* is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the
4863+
* custom role, the binding is permanently removed. * The custom role no longer counts toward your
4864+
* custom role limit.
48644865
*
48654866
* Create a request for the method "roles.delete".
48664867
*
@@ -11850,10 +11851,11 @@ public Create set(String parameterName, Object value) {
1185011851
* You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the
1185111852
* custom role are not changed, but they have no effect. * By default, the response from ListRoles
1185211853
* does not include the custom role. A deleted custom role still counts toward the [custom role
11853-
* limit](/iam/quotas#limits) until it is permanently deleted. You have 7 days to undelete the
11854-
* custom role. After 7 days, the following changes occur: * The custom role is permanently deleted
11855-
* and cannot be recovered. * If an IAM policy contains a binding to the custom role, the binding is
11856-
* permanently removed. * The custom role no longer counts toward your custom role limit.
11854+
* limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7 days
11855+
* to undelete the custom role. After 7 days, the following changes occur: * The custom role is
11856+
* permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the custom
11857+
* role, the binding is permanently removed. * The custom role no longer counts toward your custom
11858+
* role limit.
1185711859
*
1185811860
* Create a request for the method "roles.delete".
1185911861
*
@@ -11896,11 +11898,11 @@ public class Delete extends IamRequest<com.google.api.services.iam.v1.model.Role
1189611898
* * You cannot bind a principal to the custom role in an IAM Policy. * Existing bindings to the
1189711899
* custom role are not changed, but they have no effect. * By default, the response from ListRoles
1189811900
* does not include the custom role. A deleted custom role still counts toward the [custom role
11899-
* limit](/iam/quotas#limits) until it is permanently deleted. You have 7 days to undelete the
11900-
* custom role. After 7 days, the following changes occur: * The custom role is permanently
11901-
* deleted and cannot be recovered. * If an IAM policy contains a binding to the custom role, the
11902-
* binding is permanently removed. * The custom role no longer counts toward your custom role
11903-
* limit.
11901+
* limit](https://cloud.google.com/iam/help/limits) until it is permanently deleted. You have 7
11902+
* days to undelete the custom role. After 7 days, the following changes occur: * The custom role
11903+
* is permanently deleted and cannot be recovered. * If an IAM policy contains a binding to the
11904+
* custom role, the binding is permanently removed. * The custom role no longer counts toward your
11905+
* custom role limit.
1190411906
*
1190511907
* Create a request for the method "roles.delete".
1190611908
*

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public final class QueryGrantableRolesRequest extends com.google.api.client.json
4141

4242
/**
4343
* Optional limit on the number of roles to include in the response. The default is 300, and the
44-
* maximum is 1,000.
44+
* maximum is 2,000.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -83,7 +83,7 @@ public QueryGrantableRolesRequest setFullResourceName(java.lang.String fullResou
8383

8484
/**
8585
* Optional limit on the number of roles to include in the response. The default is 300, and the
86-
* maximum is 1,000.
86+
* maximum is 2,000.
8787
* @return value or {@code null} for none
8888
*/
8989
public java.lang.Integer getPageSize() {
@@ -92,7 +92,7 @@ public java.lang.Integer getPageSize() {
9292

9393
/**
9494
* Optional limit on the number of roles to include in the response. The default is 300, and the
95-
* maximum is 1,000.
95+
* maximum is 2,000.
9696
* @param pageSize pageSize or {@code null} for none
9797
*/
9898
public QueryGrantableRolesRequest setPageSize(java.lang.Integer pageSize) {

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-rev20240722-2.0.0</version>
12-
<name>Identity and Access Management (IAM) API v1-rev20240722-2.0.0</name>
11+
<version>v1-rev20240725-2.0.0</version>
12+
<name>Identity and Access Management (IAM) API v1-rev20240725-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-rev20240722-2.0.0</version>
25+
<version>v1-rev20240725-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-rev20240722-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20240725-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)