Skip to content

Commit 0cf73d7

Browse files
chore: regenerate identitytoolkit client
1 parent 020f9bd commit 0cf73d7

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

clients/google-api-services-identitytoolkit/v2/2.0.0/README.md

+2-2
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-identitytoolkit</artifactId>
25-
<version>v2-rev20240103-2.0.0</version>
25+
<version>v2-rev20240118-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-identitytoolkit:v2-rev20240103-2.0.0'
38+
implementation 'com.google.apis:google-api-services-identitytoolkit:v2-rev20240118-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-identitytoolkit/v2/2.0.0/com/google/api/services/identitytoolkit/v2/model/GoogleIamV1Binding.java

+9-3
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,9 @@ public final class GoogleIamV1Binding extends com.google.api.client.json.Generic
9494

9595
/**
9696
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
97-
* `roles/editor`, or `roles/owner`.
97+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
98+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
99+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
98100
* The value may be {@code null}.
99101
*/
100102
@com.google.api.client.util.Key
@@ -234,7 +236,9 @@ public GoogleIamV1Binding setMembers(java.util.List<java.lang.String> members) {
234236

235237
/**
236238
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
237-
* `roles/editor`, or `roles/owner`.
239+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
240+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
241+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
238242
* @return value or {@code null} for none
239243
*/
240244
public java.lang.String getRole() {
@@ -243,7 +247,9 @@ public java.lang.String getRole() {
243247

244248
/**
245249
* Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`,
246-
* `roles/editor`, or `roles/owner`.
250+
* `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the
251+
* [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the
252+
* available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).
247253
* @param role role or {@code null} for none
248254
*/
249255
public GoogleIamV1Binding setRole(java.lang.String role) {

clients/google-api-services-identitytoolkit/v2/2.0.0/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-identitytoolkit</artifactId>
11-
<version>v2-rev20240103-2.0.0</version>
12-
<name>Identity Toolkit API v2-rev20240103-2.0.0</name>
11+
<version>v2-rev20240118-2.0.0</version>
12+
<name>Identity Toolkit API v2-rev20240118-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-identitytoolkit/v2/README.md

+2-2
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-identitytoolkit</artifactId>
25-
<version>v2-rev20240103-2.0.0</version>
25+
<version>v2-rev20240118-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-identitytoolkit:v2-rev20240103-2.0.0'
38+
implementation 'com.google.apis:google-api-services-identitytoolkit:v2-rev20240118-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)