Skip to content

Commit 2eca4a7

Browse files
1 parent d47bdc1 commit 2eca4a7

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
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-rev20250804-2.0.0</version>
25+
<version>directory_v1-rev20250916-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-rev20250804-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250916-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: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7179,22 +7179,22 @@ public List setPageToken(java.lang.String pageToken) {
71797179
}
71807180

71817181
/**
7182-
* Query string search. Should be of the form "". Complete documentation is at https:
7183-
* //developers.google.com/admin-sdk/directory/v1/guides/search-groups
7182+
* Query string search. Should be of the form "". Complete documentation is at
7183+
* https://developers.google.com/workspace/admin/directory/v1/guides/search-groups
71847184
*/
71857185
@com.google.api.client.util.Key
71867186
private java.lang.String query;
71877187

7188-
/** Query string search. Should be of the form "". Complete documentation is at https:
7189-
//developers.google.com/admin-sdk/directory/v1/guides/search-groups
7188+
/** Query string search. Should be of the form "". Complete documentation is at
7189+
https://developers.google.com/workspace/admin/directory/v1/guides/search-groups
71907190
*/
71917191
public java.lang.String getQuery() {
71927192
return query;
71937193
}
71947194

71957195
/**
7196-
* Query string search. Should be of the form "". Complete documentation is at https:
7197-
* //developers.google.com/admin-sdk/directory/v1/guides/search-groups
7196+
* Query string search. Should be of the form "". Complete documentation is at
7197+
* https://developers.google.com/workspace/admin/directory/v1/guides/search-groups
71987198
*/
71997199
public List setQuery(java.lang.String query) {
72007200
this.query = query;
@@ -18897,22 +18897,22 @@ public Watch setProjection(java.lang.String projection) {
1889718897
}
1889818898

1889918899
/**
18900-
* Query string search. Should be of the form "". Complete documentation is at https:
18901-
* //developers.google.com/admin-sdk/directory/v1/guides/search-users
18900+
* Query string search. Should be of the form "". Complete documentation is at
18901+
* https://developers.google.com/workspace/admin/directory/v1/guides/search-users
1890218902
*/
1890318903
@com.google.api.client.util.Key
1890418904
private java.lang.String query;
1890518905

18906-
/** Query string search. Should be of the form "". Complete documentation is at https:
18907-
//developers.google.com/admin-sdk/directory/v1/guides/search-users
18906+
/** Query string search. Should be of the form "". Complete documentation is at
18907+
https://developers.google.com/workspace/admin/directory/v1/guides/search-users
1890818908
*/
1890918909
public java.lang.String getQuery() {
1891018910
return query;
1891118911
}
1891218912

1891318913
/**
18914-
* Query string search. Should be of the form "". Complete documentation is at https:
18915-
* //developers.google.com/admin-sdk/directory/v1/guides/search-users
18914+
* Query string search. Should be of the form "". Complete documentation is at
18915+
* https://developers.google.com/workspace/admin/directory/v1/guides/search-users
1891618916
*/
1891718917
public Watch setQuery(java.lang.String query) {
1891818918
this.query = query;

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ public final class ChromeOsDevice extends com.google.api.client.json.GenericJson
406406
private java.lang.String osVersion;
407407

408408
/**
409-
* Output only. Compliance status of the OS version.
409+
* Output only. Device policy compliance status of the OS version.
410410
* The value may be {@code null}.
411411
*/
412412
@com.google.api.client.util.Key
@@ -1293,15 +1293,15 @@ public ChromeOsDevice setOsVersion(java.lang.String osVersion) {
12931293
}
12941294

12951295
/**
1296-
* Output only. Compliance status of the OS version.
1296+
* Output only. Device policy compliance status of the OS version.
12971297
* @return value or {@code null} for none
12981298
*/
12991299
public java.lang.String getOsVersionCompliance() {
13001300
return osVersionCompliance;
13011301
}
13021302

13031303
/**
1304-
* Output only. Compliance status of the OS version.
1304+
* Output only. Device policy compliance status of the OS version.
13051305
* @param osVersionCompliance osVersionCompliance or {@code null} for none
13061306
*/
13071307
public ChromeOsDevice setOsVersionCompliance(java.lang.String osVersionCompliance) {

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-rev20250804-2.0.0</version>
12-
<name>Admin SDK API directory_v1-rev20250804-2.0.0</name>
11+
<version>directory_v1-rev20250916-2.0.0</version>
12+
<name>Admin SDK API directory_v1-rev20250916-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-rev20250804-2.0.0</version>
25+
<version>directory_v1-rev20250916-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-rev20250804-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250916-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)