You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-admin/directory_v1/2.0.0/com/google/api/services/directory/model/ChromeOsDevice.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -405,6 +405,13 @@ public final class ChromeOsDevice extends com.google.api.client.json.GenericJson
405
405
@com.google.api.client.util.Key
406
406
privatejava.lang.StringosVersion;
407
407
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
+
privatejava.lang.StringosVersionCompliance;
414
+
408
415
/**
409
416
* The Chrome device's platform version.
410
417
* The value may be {@code null}.
@@ -1285,6 +1292,23 @@ public ChromeOsDevice setOsVersion(java.lang.String osVersion) {
1285
1292
returnthis;
1286
1293
}
1287
1294
1295
+
/**
1296
+
* Output only. Compliance status of the OS version.
1297
+
* @return value or {@code null} for none
1298
+
*/
1299
+
publicjava.lang.StringgetOsVersionCompliance() {
1300
+
returnosVersionCompliance;
1301
+
}
1302
+
1303
+
/**
1304
+
* Output only. Compliance status of the OS version.
1305
+
* @param osVersionCompliance osVersionCompliance or {@code null} for none
0 commit comments