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-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/ChromeManagement.java
+30-29Lines changed: 30 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1820,11 +1820,11 @@ public List setParent(java.lang.String parent) {
Copy file name to clipboardExpand all lines: clients/google-api-services-chromemanagement/v1/2.0.0/com/google/api/services/chromemanagement/v1/model/GoogleChromeManagementVersionsV1ChromeBrowserProfile.java
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,8 @@ public final class GoogleChromeManagementVersionsV1ChromeBrowserProfile extends
159
159
privatejava.lang.StringosPlatformType;
160
160
161
161
/**
162
-
* Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
162
+
* Output only. Major OS platform version of the device on which the profile exists, from profile
163
+
* reporting.
163
164
* The value may be {@code null}.
164
165
*/
165
166
@com.google.api.client.util.Key
@@ -526,15 +527,17 @@ public GoogleChromeManagementVersionsV1ChromeBrowserProfile setOsPlatformType(ja
526
527
}
527
528
528
529
/**
529
-
* Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
530
+
* Output only. Major OS platform version of the device on which the profile exists, from profile
531
+
* reporting.
530
532
* @return value or {@code null} for none
531
533
*/
532
534
publicjava.lang.StringgetOsPlatformVersion() {
533
535
returnosPlatformVersion;
534
536
}
535
537
536
538
/**
537
-
* Output only. Major OS version of the device on which the profile exists. (i.e. Windows 10)
539
+
* Output only. Major OS platform version of the device on which the profile exists, from profile
540
+
* reporting.
538
541
* @param osPlatformVersion osPlatformVersion or {@code null} for none
0 commit comments