google-apis-androidmanagement_v1 0.3.0 → 0.4.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: 9471a857e4a7ee75ef80a0c1c0d4728f7a11bfd1af3cfea84248a0de72c19f47
4
- data.tar.gz: 96274be21f6a976acefde1c8768b91aacd52f01cdcd2b47b44e72a31b0775709
3
+ metadata.gz: 50fb93a4edfb2b5e2c277f066bb167207e41fcaf025f3a37ab58988bdb86107e
4
+ data.tar.gz: 7012ce9d3ebb90f783afbb6d71312cdbe4d53c0f1e52bc26483eac3e30093ec0
5
5
  SHA512:
6
- metadata.gz: ca89a499ad8bfc0344e5454c8a5b71cb835b25b4cc343c6a714ee5180939366d34d0f69ba53513378c3f26b7449562d11161ed67f6b784ca83f0aadde80bf743
7
- data.tar.gz: f82f88b598cd1f5b637eeaa03002e09abffe991d3be04b69149ebe948c4648f0ce0c713b6c0e0a90132b2b61b3cb2b78b93d365c3aac73669b8c0212a4ecae24
6
+ metadata.gz: 8b9decfded27dc328d74ff24f4dc14b85cf2f3ed9b6f8e2fe809295fe08133063647d9df3cc1280aa58520d2f3b35b2d582ac2bf4b183a4c79f953e18f1510f6
7
+ data.tar.gz: 30c811a1f1033c534dcc57f4864195bf62fc09c5c3a1074aed8d8332014ab6c7b72b40f0efdd6357b248fef6ee5a177309073bb8cb9d247a0aae7feca20de1a0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.4.0 (2021-02-16)
4
+
5
+ * Regenerated from discovery document revision 20210208
6
+
3
7
  ### v0.3.0 (2021-02-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20210201
@@ -2004,8 +2004,7 @@ module Google
2004
2004
  attr_accessor :network_operator_name
2005
2005
 
2006
2006
  # Provides telephony information associated with each SIM card on the device.
2007
- # Only supported on fully managed devices starting from Android API level 23 and
2008
- # above.
2007
+ # Only supported on fully managed devices starting from Android API level 23.
2009
2008
  # Corresponds to the JSON property `telephonyInfos`
2010
2009
  # @return [Array<Google::Apis::AndroidmanagementV1::TelephonyInfo>]
2011
2010
  attr_accessor :telephony_infos
@@ -2423,7 +2422,8 @@ module Google
2423
2422
  attr_accessor :camera_disabled
2424
2423
  alias_method :camera_disabled?, :camera_disabled
2425
2424
 
2426
- # Controls how long the work profile can stay off.
2425
+ # Controls how long the work profile can stay off. The duration must be at least
2426
+ # 3 days.
2427
2427
  # Corresponds to the JSON property `maxDaysWithWorkOff`
2428
2428
  # @return [Fixnum]
2429
2429
  attr_accessor :max_days_with_work_off
@@ -3626,8 +3626,7 @@ module Google
3626
3626
  end
3627
3627
 
3628
3628
  # Telephony information associated with a given SIM card on the device. Only
3629
- # supported on fully managed devices starting from Android API level 23 and
3630
- # above.
3629
+ # supported on fully managed devices starting from Android API level 23.
3631
3630
  class TelephonyInfo
3632
3631
  include Google::Apis::Core::Hashable
3633
3632
 
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210201"
25
+ REVISION = "20210208"
26
26
  end
27
27
  end
28
28
  end
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.3.0
4
+ version: 0.4.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-02-15 00:00:00.000000000 Z
11
+ date: 2021-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-androidmanagement_v1
57
57
  post_install_message:
58
58
  rdoc_options: []