REST Resource: networks.operatingSystemVersions
Stay organized with collections
Save and categorize content based on your preferences.
Resource: OperatingSystemVersion
Represents a specific version of an operating system.
JSON representation |
{
"name": string,
"majorVersion": integer,
"minorVersion": integer,
"microVersion": integer
} |
Fields |
name |
string
Identifier. The resource name of the OperatingSystemVersion . Format: networks/{networkCode}/operatingSystemVersions/{operating_system_version_id}
|
majorVersion |
integer
Output only. The major version of the operating system.
|
minorVersion |
integer
Output only. The minor version of the operating system.
|
microVersion |
integer
Output only. The micro version of the operating system.
|
Methods |
|
API to retrieve a OperatingSystemVersion object. |
|
API to retrieve a list of OperatingSystemVersion objects. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.operatingSystemVersions\n\n- [Resource: OperatingSystemVersion](#OperatingSystemVersion)\n - [JSON representation](#OperatingSystemVersion.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: OperatingSystemVersion\n--------------------------------\n\nRepresents a specific version of an operating system.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"majorVersion\": integer, \"minorVersion\": integer, \"microVersion\": integer } ``` |\n\n| Fields ||\n|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `OperatingSystemVersion`. Format: `networks/{networkCode}/operatingSystemVersions/{operating_system_version_id}` |\n| `majorVersion` | `integer` Output only. The major version of the operating system. |\n| `minorVersion` | `integer` Output only. The minor version of the operating system. |\n| `microVersion` | `integer` Output only. The micro version of the operating system. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------|-------------------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.operatingSystemVersions/get) | API to retrieve a `OperatingSystemVersion` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.operatingSystemVersions/list) | API to retrieve a list of `OperatingSystemVersion` objects. |"]]