File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
clients/google-api-services-admin/directory_v1
com/google/api/services/directory Expand file tree Collapse file tree 4 files changed +8
-8
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-rev20240917 -2.0.0</version >
25
+ <version >directory_v1-rev20240924 -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-rev20240917 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20240924 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ public class DirectoryScopes {
35
35
/** View customer related information. */
36
36
public static final String ADMIN_DIRECTORY_CUSTOMER_READONLY = "https://www.googleapis.com/auth/admin.directory.customer.readonly" ;
37
37
38
- /** View and manage your Chrome OS devices' metadata. */
38
+ /** View and manage your ChromeOS devices' metadata. */
39
39
public static final String ADMIN_DIRECTORY_DEVICE_CHROMEOS = "https://www.googleapis.com/auth/admin.directory.device.chromeos" ;
40
40
41
- /** View your Chrome OS devices' metadata. */
41
+ /** View your ChromeOS devices' metadata. */
42
42
public static final String ADMIN_DIRECTORY_DEVICE_CHROMEOS_READONLY = "https://www.googleapis.com/auth/admin.directory.device.chromeos.readonly" ;
43
43
44
44
/** View and manage your mobile devices' metadata. */
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-rev20240917 -2.0.0</version >
12
- <name >Admin SDK API directory_v1-rev20240917 -2.0.0</name >
11
+ <version >directory_v1-rev20240924 -2.0.0</version >
12
+ <name >Admin SDK API directory_v1-rev20240924 -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-rev20240917 -2.0.0</version >
25
+ <version >directory_v1-rev20240924 -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-rev20240917 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20240924 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments