Skip to content

Commit e86f5e9

Browse files
1 parent 0bab0a8 commit e86f5e9

File tree

4 files changed

+12
-9
lines changed

4 files changed

+12
-9
lines changed

clients/google-api-services-admin/directory_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-admin-directory</artifactId>
25-
<version>directory_v1-rev20240903-2.0.0</version>
25+
<version>directory_v1-rev20240917-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-admin-directory:directory_v1-rev20240903-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20240917-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/Directory.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7175,21 +7175,24 @@ public List setSortOrder(java.lang.String sortOrder) {
71757175

71767176
/**
71777177
* Email or immutable ID of the user if only those groups are to be listed, the given user is
7178-
* a member of. If it's an ID, it should match with the ID of the user object.
7178+
* a member of. If it's an ID, it should match with the ID of the user object. Cannot be used
7179+
* with the `customer` parameter.
71797180
*/
71807181
@com.google.api.client.util.Key
71817182
private java.lang.String userKey;
71827183

71837184
/** Email or immutable ID of the user if only those groups are to be listed, the given user is a member
7184-
of. If it's an ID, it should match with the ID of the user object.
7185+
of. If it's an ID, it should match with the ID of the user object. Cannot be used with the
7186+
`customer` parameter.
71857187
*/
71867188
public java.lang.String getUserKey() {
71877189
return userKey;
71887190
}
71897191

71907192
/**
71917193
* Email or immutable ID of the user if only those groups are to be listed, the given user is
7192-
* a member of. If it's an ID, it should match with the ID of the user object.
7194+
* a member of. If it's an ID, it should match with the ID of the user object. Cannot be used
7195+
* with the `customer` parameter.
71937196
*/
71947197
public List setUserKey(java.lang.String userKey) {
71957198
this.userKey = userKey;

clients/google-api-services-admin/directory_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-admin-directory</artifactId>
11-
<version>directory_v1-rev20240903-2.0.0</version>
12-
<name>Admin SDK API directory_v1-rev20240903-2.0.0</name>
11+
<version>directory_v1-rev20240917-2.0.0</version>
12+
<name>Admin SDK API directory_v1-rev20240917-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-admin/directory_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-admin-directory</artifactId>
25-
<version>directory_v1-rev20240903-2.0.0</version>
25+
<version>directory_v1-rev20240917-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-admin-directory:directory_v1-rev20240903-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20240917-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)