google-apis-androidmanagement_v1 0.41.0 → 0.42.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: c519548fd274f6222d6740d9feae0b505e5079e249e5359c0f201f0a1c349d64
4
- data.tar.gz: 57159f25a25c3873cf60d4221b6a756a487ac7321394532aea0e59b7c97617a2
3
+ metadata.gz: 690a7afb4f49b4cda60e93ffec241a4ffa51932dcb18ad1eb0ca724d18ecbb86
4
+ data.tar.gz: 143225666e2f83b2c86ce4585b77a326854fb27f5619b4bcad40156840109502
5
5
  SHA512:
6
- metadata.gz: 830cf4601019aec50b262bb5166713c6d914ca3b706f3d6eb823ac7678c3a69549494bfb92faed836f3ae31f8fd06158848b07542398963aae73c21d18b8e634
7
- data.tar.gz: f3fa6b35aa70c90e597fe1b42d84875ddb1d0a46c339dd91b2f96cc5825f3bf595bd7db1e19200522a4b00a5aca53503cb2ff92ba6bca4e86dbc93b59fd5abb6
6
+ metadata.gz: 2f8b47260f9d68032761d1b7b3a6c9ab38c0c3ceca09088ad9f8e4dd5ce8b7839203010ab6bc1590d936bfceef8e7063f83e2d6a2b78100574c1fb85bb0c1d79
7
+ data.tar.gz: a7b675c6bc01b393a42452af478cf9c11fff72c4bed5fb5dd5df67649019045390f6c098c7ca2fdb3ade91b3a006a6cc7b0d43d7c4005d0bb92ccf333b920447
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.41.0 (2022-08-31)
4
8
 
5
9
  * Regenerated from discovery document revision 20220823
@@ -4196,7 +4196,8 @@ module Google
4196
4196
  attr_accessor :tethering_config_disabled
4197
4197
  alias_method :tethering_config_disabled?, :tethering_config_disabled
4198
4198
 
4199
- # 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
4200
4201
  # Corresponds to the JSON property `uninstallAppsDisabled`
4201
4202
  # @return [Boolean]
4202
4203
  attr_accessor :uninstall_apps_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.41.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 = "20220823"
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.41.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-09-05 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.41.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: []