File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed
clients/google-api-services-admin/directory_v1
com/google/api/services/directory Expand file tree Collapse file tree 4 files changed +12
-9
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-admin-directory</artifactId >
25
- <version >directory_v1-rev20240903 -2.0.0</version >
25
+ <version >directory_v1-rev20240917 -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-admin-directory:directory_v1-rev20240903 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20240917 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -7175,21 +7175,24 @@ public List setSortOrder(java.lang.String sortOrder) {
7175
7175
7176
7176
/**
7177
7177
* 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.
7179
7180
*/
7180
7181
@com.google.api.client.util.Key
7181
7182
private java.lang.String userKey;
7182
7183
7183
7184
/** 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.
7185
7187
*/
7186
7188
public java.lang.String getUserKey() {
7187
7189
return userKey;
7188
7190
}
7189
7191
7190
7192
/**
7191
7193
* 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.
7193
7196
*/
7194
7197
public List setUserKey(java.lang.String userKey) {
7195
7198
this.userKey = userKey;
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-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 >
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-admin-directory</artifactId >
25
- <version >directory_v1-rev20240903 -2.0.0</version >
25
+ <version >directory_v1-rev20240917 -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-admin-directory:directory_v1-rev20240903 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20240917 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments