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: 813b9029ec21352ce07146ee908d32b9aadfef62a1e0d10b737e5800f5849443
4
- data.tar.gz: a6371c5136a91a529724628a0fbc40f31d518e26acb11195c36af7c317b302ff
3
+ metadata.gz: 4adaf3da08f65ac9c38fdaf31f86a907b603203fa76a6ebb7e6aacd8f457def5
4
+ data.tar.gz: 2dc0762b689b543d512912d68823b3971cc8a0f04256ba9c75de48c3a74db71e
5
5
  SHA512:
6
- metadata.gz: fabcde2f9730eed083defccb94c086a6ac767373e11e49b69f56143cf1ef075a82897113e944fb62755e0a3498dc9e629a43a3a0b0d438152398beeb8aa8b8e5
7
- data.tar.gz: f98dfd7eed4622da5361021fee6836082f8fa580d62d64bbd6eba967a89387b75b0eeece28aa8aad0699c1185a4adc15c3894668ec5a2182a9f366a8cb26846e
6
+ metadata.gz: 8080f2ab9dd9d0c4ca6ad39c45b6ade02c578341696007653a92db4901a6f8669afc2f90d9978ac3e7c9314a3d00a0bb96e7732c75a7fd44b87a7f7c30179569
7
+ data.tar.gz: 45bc66c96c404752dba32360b615cc570693e0aca3060ac2386686181ba122ddadcbea588c94807e96f3106b828751ddc4e6705215adcb329891af79868b9e61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.21.0 (2021-11-04)
4
+
5
+ * Regenerated from discovery document revision 20211025
6
+
3
7
  ### v0.20.0 (2021-10-20)
4
8
 
5
9
  * Unspecified changes
@@ -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.20.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 = "20210930"
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.20.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-10-27 00:00:00.000000000 Z
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.20.0
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: []