google-apis-androidmanagement_v1 0.18.0 → 0.22.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: c7b1bea816775baaef6ad67d632214e5df24f67d5da36ad119156b8ddfb46d85
4
- data.tar.gz: f9eab61ff75175ffec8ff3e7c5e2ec8510d89cfa5c3ab10df8ae189c701b5c10
3
+ metadata.gz: 7c2e13164e21a5cb743fe2601344bd3b878ed7c86709ef9144c599ba0eb7b1e2
4
+ data.tar.gz: 443760536c0c13f8e0bb22da69d6013bdd35ee1c666461023e9fd38d17674338
5
5
  SHA512:
6
- metadata.gz: 86b0871328693425c6122eea89095eff2fb35df6cb7b355c65ade7c502c2764704dd74c4f459845871bb37103ca7835132e918d48639737f92affb33341c97fd
7
- data.tar.gz: 1392be72259de02934fe1e0750ccda412cca0a46717fa69db810948c200a72b963ffff1c735fee8dd5285b1143a75f2c4af257fe52afd7ce0cc0c74ff6730a40
6
+ metadata.gz: 10a70b079b185f3e23fd546f83092a004264b439ed13ebc4f7cfd3ff7b7fc10e28b5adc5db03ca5660e73c5df63f06935fa967019919ddcd24616da26dfad273
7
+ data.tar.gz: 3386badc17d5beea1e52540d773d943fbfe379df2ffc245ab612ffb8397bf57a2b961ec958c1c61c34c1cf9951cf279a74f78ed7c59141aca80f2114ccb645d2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.22.0 (2021-11-09)
4
+
5
+ * Regenerated from discovery document revision 20211101
6
+
7
+ ### v0.21.0 (2021-11-04)
8
+
9
+ * Regenerated from discovery document revision 20211025
10
+
11
+ ### v0.20.0 (2021-10-20)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.19.0 (2021-10-07)
16
+
17
+ * Regenerated from discovery document revision 20210930
18
+
3
19
  ### v0.18.0 (2021-09-17)
4
20
 
5
21
  * Regenerated from discovery document revision 20210916
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Androidmanagement service in particular.)
67
67
 
@@ -22,9 +22,8 @@ module Google
22
22
  module Apis
23
23
  module AndroidmanagementV1
24
24
 
25
- # Security policies set to the most secure values by default. To maintain the
26
- # security posture of a device, we don't recommend overriding any of the default
27
- # values.
25
+ # Security policies set to secure values by default. To maintain the security
26
+ # posture of a device, we don't recommend overriding any of the default values.
28
27
  class AdvancedSecurityOverrides
29
28
  include Google::Apis::Core::Hashable
30
29
 
@@ -1604,6 +1603,15 @@ module Google
1604
1603
  # @return [String]
1605
1604
  attr_accessor :device_baseband_version
1606
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
+
1607
1615
  # GPU shutdown temperature thresholds in Celsius for each GPU on the device.
1608
1616
  # Corresponds to the JSON property `gpuShutdownTemperatures`
1609
1617
  # @return [Array<Float>]
@@ -1656,6 +1664,7 @@ module Google
1656
1664
  @cpu_shutdown_temperatures = args[:cpu_shutdown_temperatures] if args.key?(:cpu_shutdown_temperatures)
1657
1665
  @cpu_throttling_temperatures = args[:cpu_throttling_temperatures] if args.key?(:cpu_throttling_temperatures)
1658
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)
1659
1668
  @gpu_shutdown_temperatures = args[:gpu_shutdown_temperatures] if args.key?(:gpu_shutdown_temperatures)
1660
1669
  @gpu_throttling_temperatures = args[:gpu_throttling_temperatures] if args.key?(:gpu_throttling_temperatures)
1661
1670
  @hardware = args[:hardware] if args.key?(:hardware)
@@ -2679,9 +2688,8 @@ module Google
2679
2688
  attr_accessor :adjust_volume_disabled
2680
2689
  alias_method :adjust_volume_disabled?, :adjust_volume_disabled
2681
2690
 
2682
- # Security policies set to the most secure values by default. To maintain the
2683
- # security posture of a device, we don't recommend overriding any of the default
2684
- # values.
2691
+ # Security policies set to secure values by default. To maintain the security
2692
+ # posture of a device, we don't recommend overriding any of the default values.
2685
2693
  # Corresponds to the JSON property `advancedSecurityOverrides`
2686
2694
  # @return [Google::Apis::AndroidmanagementV1::AdvancedSecurityOverrides]
2687
2695
  attr_accessor :advanced_security_overrides
@@ -3029,6 +3037,16 @@ module Google
3029
3037
  # @return [Array<Google::Apis::AndroidmanagementV1::PolicyEnforcementRule>]
3030
3038
  attr_accessor :policy_enforcement_rules
3031
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
+
3032
3050
  # Allows showing UI on a device for a user to choose a private key alias if
3033
3051
  # there are no matching rules in ChoosePrivateKeyRules. For devices below
3034
3052
  # Android P, setting this may leave enterprise keys vulnerable.
@@ -3252,6 +3270,7 @@ module Google
3252
3270
  @personal_usage_policies = args[:personal_usage_policies] if args.key?(:personal_usage_policies)
3253
3271
  @play_store_mode = args[:play_store_mode] if args.key?(:play_store_mode)
3254
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)
3255
3274
  @private_key_selection_enabled = args[:private_key_selection_enabled] if args.key?(:private_key_selection_enabled)
3256
3275
  @recommended_global_proxy = args[:recommended_global_proxy] if args.key?(:recommended_global_proxy)
3257
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.18.0"
19
+ GEM_VERSION = "0.22.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 = "20210916"
25
+ REVISION = "20211101"
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.18.0
4
+ version: 0.22.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-09-20 00:00:00.000000000 Z
11
+ date: 2021-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.18.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
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.22.0
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: []
65
65
  require_paths: