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:
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}
3737dependencies {
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
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 {
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 ) {
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-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 >
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-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}
3737dependencies {
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
You can’t perform that action at this time.
0 commit comments