Skip to content

Commit d73e3ec

Browse files
1 parent 20716e8 commit d73e3ec

File tree

4 files changed

+9
-12
lines changed

4 files changed

+9
-12
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-rev20240918-2.0.0</version>
25+
<version>v1-rev20241017-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-rev20240918-2.0.0'
38+
implementation 'com.google.apis:google-api-services-iam:v1-rev20241017-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ public final class Permission extends com.google.api.client.json.GenericJson {
4545
private java.lang.String customRolesSupportLevel;
4646

4747
/**
48-
* A brief description of what this Permission is used for. This permission can ONLY be used in
49-
* predefined roles.
48+
* A brief description of what this Permission is used for.
5049
* The value may be {@code null}.
5150
*/
5251
@com.google.api.client.util.Key
@@ -122,17 +121,15 @@ public Permission setCustomRolesSupportLevel(java.lang.String customRolesSupport
122121
}
123122

124123
/**
125-
* A brief description of what this Permission is used for. This permission can ONLY be used in
126-
* predefined roles.
124+
* A brief description of what this Permission is used for.
127125
* @return value or {@code null} for none
128126
*/
129127
public java.lang.String getDescription() {
130128
return description;
131129
}
132130

133131
/**
134-
* A brief description of what this Permission is used for. This permission can ONLY be used in
135-
* predefined roles.
132+
* A brief description of what this Permission is used for.
136133
* @param description description or {@code null} for none
137134
*/
138135
public Permission setDescription(java.lang.String description) {

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

0 commit comments

Comments
 (0)