Skip to content

Commit 54005a4

Browse files
1 parent f583bad commit 54005a4

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
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-rev20250707-2.0.0</version>
25+
<version>directory_v1-rev20250804-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-rev20250707-2.0.0'
38+
implementation 'com.google.apis:google-api-services-admin-directory:directory_v1-rev20250804-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,13 @@ public final class ChromeOsDevice extends com.google.api.client.json.GenericJson
405405
@com.google.api.client.util.Key
406406
private java.lang.String osVersion;
407407

408+
/**
409+
* Output only. Compliance status of the OS version.
410+
* The value may be {@code null}.
411+
*/
412+
@com.google.api.client.util.Key
413+
private java.lang.String osVersionCompliance;
414+
408415
/**
409416
* The Chrome device's platform version.
410417
* The value may be {@code null}.
@@ -1285,6 +1292,23 @@ public ChromeOsDevice setOsVersion(java.lang.String osVersion) {
12851292
return this;
12861293
}
12871294

1295+
/**
1296+
* Output only. Compliance status of the OS version.
1297+
* @return value or {@code null} for none
1298+
*/
1299+
public java.lang.String getOsVersionCompliance() {
1300+
return osVersionCompliance;
1301+
}
1302+
1303+
/**
1304+
* Output only. Compliance status of the OS version.
1305+
* @param osVersionCompliance osVersionCompliance or {@code null} for none
1306+
*/
1307+
public ChromeOsDevice setOsVersionCompliance(java.lang.String osVersionCompliance) {
1308+
this.osVersionCompliance = osVersionCompliance;
1309+
return this;
1310+
}
1311+
12881312
/**
12891313
* The Chrome device's platform version.
12901314
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)