Describes a browser version and its install count.
| JSON representation |
|---|
{ "version": string, "count": string, "channel": enum ( |
| Fields | |
|---|---|
version |
Output only. The full version of the installed browser. |
count |
Output only. Count grouped by device_system and major version |
channel |
Output only. The release channel of the installed browser. |
system |
Output only. The device operating system. |
deviceOsVersion |
Output only. Version of the system-specified operating system. |
ReleaseChannel
The release channel of the installed browser.
| Enums | |
|---|---|
RELEASE_CHANNEL_UNSPECIFIED |
No release channel specified. |
CANARY |
Canary release channel. |
DEV |
Dev release channel. |
BETA |
Beta release channel. |
STABLE |
Stable release channel. |
DeviceSystem
The device operating system.
| Enums | |
|---|---|
DEVICE_SYSTEM_UNSPECIFIED |
No operating system specified. |
SYSTEM_OTHER |
Other operating system. |
SYSTEM_ANDROID |
Android operating system. |
SYSTEM_IOS |
Apple iOS operating system. |
SYSTEM_CROS |
ChromeOS operating system. |
SYSTEM_WINDOWS |
Microsoft Windows operating system. |
SYSTEM_MAC |
Apple macOS operating system. |
SYSTEM_LINUX |
Linux operating system. |