File tree Expand file tree Collapse file tree 4 files changed +9
-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 +9
-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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-iam</artifactId >
25
- <version >v1-rev20240918 -2.0.0</version >
25
+ <version >v1-rev20241017 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -45,8 +45,7 @@ public final class Permission extends com.google.api.client.json.GenericJson {
45
45
private java .lang .String customRolesSupportLevel ;
46
46
47
47
/**
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.
50
49
* The value may be {@code null}.
51
50
*/
52
51
@ com .google .api .client .util .Key
@@ -122,17 +121,15 @@ public Permission setCustomRolesSupportLevel(java.lang.String customRolesSupport
122
121
}
123
122
124
123
/**
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.
127
125
* @return value or {@code null} for none
128
126
*/
129
127
public java .lang .String getDescription () {
130
128
return description ;
131
129
}
132
130
133
131
/**
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.
136
133
* @param description description or {@code null} for none
137
134
*/
138
135
public Permission setDescription (java .lang .String description ) {
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<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 >
13
13
<packaging >jar</packaging >
14
14
15
15
<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:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-iam</artifactId >
25
- <version >v1-rev20240918 -2.0.0</version >
25
+ <version >v1-rev20241017 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
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'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments