google-apis-androidmanagement_v1 0.20.0 → 0.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4adaf3da08f65ac9c38fdaf31f86a907b603203fa76a6ebb7e6aacd8f457def5
|
|
4
|
+
data.tar.gz: 2dc0762b689b543d512912d68823b3971cc8a0f04256ba9c75de48c3a74db71e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8080f2ab9dd9d0c4ca6ad39c45b6ade02c578341696007653a92db4901a6f8669afc2f90d9978ac3e7c9314a3d00a0bb96e7732c75a7fd44b87a7f7c30179569
|
|
7
|
+
data.tar.gz: 45bc66c96c404752dba32360b615cc570693e0aca3060ac2386686181ba122ddadcbea588c94807e96f3106b828751ddc4e6705215adcb329891af79868b9e61
|
data/CHANGELOG.md
CHANGED
|
@@ -1603,6 +1603,15 @@ module Google
|
|
|
1603
1603
|
# @return [String]
|
|
1604
1604
|
attr_accessor :device_baseband_version
|
|
1605
1605
|
|
|
1606
|
+
# Output only. ID that uniquely identifies a personally-owned device in a
|
|
1607
|
+
# particular organization. On the same physical device when enrolled with the
|
|
1608
|
+
# same organization, this ID persists across setups and even factory resets.
|
|
1609
|
+
# This ID is available on personally-owned devices with a work profile on
|
|
1610
|
+
# devices running Android 12 and above.
|
|
1611
|
+
# Corresponds to the JSON property `enterpriseSpecificId`
|
|
1612
|
+
# @return [String]
|
|
1613
|
+
attr_accessor :enterprise_specific_id
|
|
1614
|
+
|
|
1606
1615
|
# GPU shutdown temperature thresholds in Celsius for each GPU on the device.
|
|
1607
1616
|
# Corresponds to the JSON property `gpuShutdownTemperatures`
|
|
1608
1617
|
# @return [Array<Float>]
|
|
@@ -1655,6 +1664,7 @@ module Google
|
|
|
1655
1664
|
@cpu_shutdown_temperatures = args[:cpu_shutdown_temperatures] if args.key?(:cpu_shutdown_temperatures)
|
|
1656
1665
|
@cpu_throttling_temperatures = args[:cpu_throttling_temperatures] if args.key?(:cpu_throttling_temperatures)
|
|
1657
1666
|
@device_baseband_version = args[:device_baseband_version] if args.key?(:device_baseband_version)
|
|
1667
|
+
@enterprise_specific_id = args[:enterprise_specific_id] if args.key?(:enterprise_specific_id)
|
|
1658
1668
|
@gpu_shutdown_temperatures = args[:gpu_shutdown_temperatures] if args.key?(:gpu_shutdown_temperatures)
|
|
1659
1669
|
@gpu_throttling_temperatures = args[:gpu_throttling_temperatures] if args.key?(:gpu_throttling_temperatures)
|
|
1660
1670
|
@hardware = args[:hardware] if args.key?(:hardware)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidmanagementV1
|
|
18
18
|
# Version of the google-apis-androidmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211025"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -848,6 +848,7 @@ module Google
|
|
|
848
848
|
collection :cpu_shutdown_temperatures, as: 'cpuShutdownTemperatures'
|
|
849
849
|
collection :cpu_throttling_temperatures, as: 'cpuThrottlingTemperatures'
|
|
850
850
|
property :device_baseband_version, as: 'deviceBasebandVersion'
|
|
851
|
+
property :enterprise_specific_id, as: 'enterpriseSpecificId'
|
|
851
852
|
collection :gpu_shutdown_temperatures, as: 'gpuShutdownTemperatures'
|
|
852
853
|
collection :gpu_throttling_temperatures, as: 'gpuThrottlingTemperatures'
|
|
853
854
|
property :hardware, as: 'hardware'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.21.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|