google-apis-androidmanagement_v1 0.39.0 → 0.42.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: a073db41e0aee946b07e3ff8af03c3f059b2478f4e873e4fc0ba1e8e12b20e1d
4
- data.tar.gz: 62037d9064677d8c732a84652f6bc162b9aa0067870afb491199d73485a6e813
3
+ metadata.gz: 690a7afb4f49b4cda60e93ffec241a4ffa51932dcb18ad1eb0ca724d18ecbb86
4
+ data.tar.gz: 143225666e2f83b2c86ce4585b77a326854fb27f5619b4bcad40156840109502
5
5
  SHA512:
6
- metadata.gz: 77b3fe65993d4d54ddac9b113e4154351a1c90fa73958c93ca1470238b1fbaafdc1a511a808c644df82c33f33abbeca82d1f28092670a4cc86d73021af4adfe0
7
- data.tar.gz: 9d65f3dc498fb4a2fcabd7ed35bf507e37aba19e5deca50135455cb9e1ea4bb07d6303ca0c42b96f1cc742a75cb6b4cce22d410ac2be43bc2b368ed78eb2e5b1
6
+ metadata.gz: 2f8b47260f9d68032761d1b7b3a6c9ab38c0c3ceca09088ad9f8e4dd5ce8b7839203010ab6bc1590d936bfceef8e7063f83e2d6a2b78100574c1fb85bb0c1d79
7
+ data.tar.gz: a7b675c6bc01b393a42452af478cf9c11fff72c4bed5fb5dd5df67649019045390f6c098c7ca2fdb3ade91b3a006a6cc7b0d43d7c4005d0bb92ccf333b920447
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.42.0 (2022-09-06)
4
+
5
+ * Regenerated from discovery document revision 20220829
6
+
7
+ ### v0.41.0 (2022-08-31)
8
+
9
+ * Regenerated from discovery document revision 20220823
10
+
11
+ ### v0.40.0 (2022-07-13)
12
+
13
+ * Regenerated from discovery document revision 20220704
14
+
3
15
  ### v0.39.0 (2022-07-05)
4
16
 
5
17
  * Regenerated from discovery document revision 20220627
@@ -1852,8 +1852,14 @@ module Google
1852
1852
  # @return [String]
1853
1853
  attr_accessor :allow_personal_usage
1854
1854
 
1855
- # The length of time the enrollment token is valid, ranging from 1 minute to 90
1856
- # days. If not specified, the default duration is 1 hour.
1855
+ # The length of time the enrollment token is valid, ranging from 1 minute to
1856
+ # Durations.MAX_VALUE (https://developers.google.com/protocol-buffers/docs/
1857
+ # reference/java/com/google/protobuf/util/Durations.html#MAX_VALUE),
1858
+ # approximately 10,000 years. If not specified, the default duration is 1 hour.
1859
+ # Please note that if requested duration causes the resulting
1860
+ # expiration_timestamp to exceed Timestamps.MAX_VALUE (https://developers.google.
1861
+ # com/protocol-buffers/docs/reference/java/com/google/protobuf/util/Timestamps.
1862
+ # html#MAX_VALUE), then expiration_timestamp is coerced to Timestamps.MAX_VALUE.
1857
1863
  # Corresponds to the JSON property `duration`
1858
1864
  # @return [String]
1859
1865
  attr_accessor :duration
@@ -2120,7 +2126,9 @@ module Google
2120
2126
  # period will start or end on Feb. 28th instead. * When a device’s system clock
2121
2127
  # reads Feb. 29th, it’s treated as Feb. 28th. * When calculating the number of
2122
2128
  # days in a freeze period or the time between two freeze periods, Feb. 29th is
2123
- # ignored and not counted as a day.
2129
+ # ignored and not counted as a day.Note: For Freeze Periods to take effect,
2130
+ # SystemUpdateType cannot be specified as SYSTEM_UPDATE_TYPE_UNSPECIFIED,
2131
+ # because freeze periods require a defined policy to be specified.
2124
2132
  class FreezePeriod
2125
2133
  include Google::Apis::Core::Hashable
2126
2134
 
@@ -4188,7 +4196,8 @@ module Google
4188
4196
  attr_accessor :tethering_config_disabled
4189
4197
  alias_method :tethering_config_disabled?, :tethering_config_disabled
4190
4198
 
4191
- # Whether user uninstallation of applications is disabled.
4199
+ # Whether user uninstallation of applications is disabled. This prevents apps
4200
+ # from being uninstalled, even those removed using applications
4192
4201
  # Corresponds to the JSON property `uninstallAppsDisabled`
4193
4202
  # @return [Boolean]
4194
4203
  attr_accessor :uninstall_apps_disabled
@@ -4211,7 +4220,8 @@ module Google
4211
4220
  # @return [Google::Apis::AndroidmanagementV1::UsageLog]
4212
4221
  attr_accessor :usage_log
4213
4222
 
4214
- # Whether transferring files over USB is disabled.
4223
+ # Whether transferring files over USB is disabled. This is supported only on
4224
+ # company-owned devices.
4215
4225
  # Corresponds to the JSON property `usbFileTransferDisabled`
4216
4226
  # @return [Boolean]
4217
4227
  attr_accessor :usb_file_transfer_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.39.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220627"
25
+ REVISION = "20220829"
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.39.0
4
+ version: 0.42.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: 2022-07-11 00:00:00.000000000 Z
11
+ date: 2022-09-12 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.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.42.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: []