google-apis-androidmanagement_v1 0.20.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 813b9029ec21352ce07146ee908d32b9aadfef62a1e0d10b737e5800f5849443
4
- data.tar.gz: a6371c5136a91a529724628a0fbc40f31d518e26acb11195c36af7c317b302ff
3
+ metadata.gz: 86f413a244aa7f035922199b48a736ff929bed8d13286d3b4f288635768a9065
4
+ data.tar.gz: '097e2dc95ad4f6ee58b2354f203d5f2f6cfd8a0f6d1e9ef14d448ef712575e4c'
5
5
  SHA512:
6
- metadata.gz: fabcde2f9730eed083defccb94c086a6ac767373e11e49b69f56143cf1ef075a82897113e944fb62755e0a3498dc9e629a43a3a0b0d438152398beeb8aa8b8e5
7
- data.tar.gz: f98dfd7eed4622da5361021fee6836082f8fa580d62d64bbd6eba967a89387b75b0eeece28aa8aad0699c1185a4adc15c3894668ec5a2182a9f366a8cb26846e
6
+ metadata.gz: be497682acaadae1556be27e103d277e544086a7d3fa705c03652dd3b54e3e79a3de006721aaec851857a5648e74bbe6cc33ca8a77c4548aa06fcf89ff7df921
7
+ data.tar.gz: 9be7fdcac0de0c661a76d6707202d5df30edd68482f8cf96139cfcabd4be1219475e4d6bc46e9c9381d8c9d0570bf2fe733924ffb71505aa644c031fff9647ed
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.24.0 (2021-12-14)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.23.0 (2021-12-02)
8
+
9
+ * Regenerated from discovery document revision 20211122
10
+
11
+ ### v0.22.0 (2021-11-09)
12
+
13
+ * Regenerated from discovery document revision 20211101
14
+
15
+ ### v0.21.0 (2021-11-04)
16
+
17
+ * Regenerated from discovery document revision 20211025
18
+
3
19
  ### v0.20.0 (2021-10-20)
4
20
 
5
21
  * Unspecified changes
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/androidmanagement_v1"
51
51
  client = Google::Apis::AndroidmanagementV1::AndroidManagementService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -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)
@@ -3027,6 +3037,16 @@ module Google
3027
3037
  # @return [Array<Google::Apis::AndroidmanagementV1::PolicyEnforcementRule>]
3028
3038
  attr_accessor :policy_enforcement_rules
3029
3039
 
3040
+ # Controls whether preferential network service is enabled on the work profile.
3041
+ # For example, an organization may have an agreement with a carrier that all of
3042
+ # the work data from its employees' devices will be sent via a network service
3043
+ # dedicated for enterprise use. An example of a supported preferential network
3044
+ # service is the enterprise slice on 5G networks. This has no effect on fully
3045
+ # managed devices.
3046
+ # Corresponds to the JSON property `preferentialNetworkService`
3047
+ # @return [String]
3048
+ attr_accessor :preferential_network_service
3049
+
3030
3050
  # Allows showing UI on a device for a user to choose a private key alias if
3031
3051
  # there are no matching rules in ChoosePrivateKeyRules. For devices below
3032
3052
  # Android P, setting this may leave enterprise keys vulnerable.
@@ -3250,6 +3270,7 @@ module Google
3250
3270
  @personal_usage_policies = args[:personal_usage_policies] if args.key?(:personal_usage_policies)
3251
3271
  @play_store_mode = args[:play_store_mode] if args.key?(:play_store_mode)
3252
3272
  @policy_enforcement_rules = args[:policy_enforcement_rules] if args.key?(:policy_enforcement_rules)
3273
+ @preferential_network_service = args[:preferential_network_service] if args.key?(:preferential_network_service)
3253
3274
  @private_key_selection_enabled = args[:private_key_selection_enabled] if args.key?(:private_key_selection_enabled)
3254
3275
  @recommended_global_proxy = args[:recommended_global_proxy] if args.key?(:recommended_global_proxy)
3255
3276
  @remove_user_disabled = args[:remove_user_disabled] if args.key?(:remove_user_disabled)
@@ -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.24.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 = "20211122"
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'
@@ -1199,6 +1200,7 @@ module Google
1199
1200
  property :play_store_mode, as: 'playStoreMode'
1200
1201
  collection :policy_enforcement_rules, as: 'policyEnforcementRules', class: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule, decorator: Google::Apis::AndroidmanagementV1::PolicyEnforcementRule::Representation
1201
1202
 
1203
+ property :preferential_network_service, as: 'preferentialNetworkService'
1202
1204
  property :private_key_selection_enabled, as: 'privateKeySelectionEnabled'
1203
1205
  property :recommended_global_proxy, as: 'recommendedGlobalProxy', class: Google::Apis::AndroidmanagementV1::ProxyInfo, decorator: Google::Apis::AndroidmanagementV1::ProxyInfo::Representation
1204
1206
 
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.24.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: 2022-01-10 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.24.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Android Management API V1