google-apis-androidmanagement_v1 0.82.0 → 0.83.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 65933fd9f5f13ee153345c623a7795d57f3e6ddb6581cd23d0d6224a2471170c
|
|
4
|
+
data.tar.gz: 9ae1acc7c352f28e0be7e37b08ab16be60ad35eb8128008294e57dd4a7236296
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc098000da44635c5029326eb280d3925b9322ae42b602f69e9f9fc0de9513919b405574bb0e498cf5634fa2d144c39f8b507ed0382f4b64a78bc5e2af71aa7c
|
|
7
|
+
data.tar.gz: 5881337e548ef732c24b9c547567c2ed956ef8ffa8def9846cecb9b22b28199f7f83179739da58df0d1870d1d9743193ec0a488e7f9346df25964dca3e4835e9
|
data/CHANGELOG.md
CHANGED
|
@@ -602,13 +602,13 @@ module Google
|
|
|
602
602
|
alias_method :disabled?, :disabled
|
|
603
603
|
|
|
604
604
|
# Configuration to enable an app as an extension app, with the capability of
|
|
605
|
-
# interacting with Android Device Policy offline. For Android versions
|
|
605
|
+
# interacting with Android Device Policy offline. For Android versions 11 and
|
|
606
606
|
# above, extension apps are exempt from battery restrictions so will not be
|
|
607
607
|
# placed into the restricted App Standby Bucket (https://developer.android.com/
|
|
608
608
|
# topic/performance/appstandby#restricted-bucket). Extensions apps are also
|
|
609
609
|
# protected against users clearing their data or force-closing the application,
|
|
610
610
|
# although admins can continue to use the clear app data command on extension
|
|
611
|
-
# apps if needed for Android
|
|
611
|
+
# apps if needed for Android 11 and above.
|
|
612
612
|
# Corresponds to the JSON property `extensionConfig`
|
|
613
613
|
# @return [Google::Apis::AndroidmanagementV1::ExtensionConfig]
|
|
614
614
|
attr_accessor :extension_config
|
|
@@ -2321,13 +2321,13 @@ module Google
|
|
|
2321
2321
|
end
|
|
2322
2322
|
|
|
2323
2323
|
# Configuration to enable an app as an extension app, with the capability of
|
|
2324
|
-
# interacting with Android Device Policy offline. For Android versions
|
|
2324
|
+
# interacting with Android Device Policy offline. For Android versions 11 and
|
|
2325
2325
|
# above, extension apps are exempt from battery restrictions so will not be
|
|
2326
2326
|
# placed into the restricted App Standby Bucket (https://developer.android.com/
|
|
2327
2327
|
# topic/performance/appstandby#restricted-bucket). Extensions apps are also
|
|
2328
2328
|
# protected against users clearing their data or force-closing the application,
|
|
2329
2329
|
# although admins can continue to use the clear app data command on extension
|
|
2330
|
-
# apps if needed for Android
|
|
2330
|
+
# apps if needed for Android 11 and above.
|
|
2331
2331
|
class ExtensionConfig
|
|
2332
2332
|
include Google::Apis::Core::Hashable
|
|
2333
2333
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.83.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20241031"
|
|
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.
|
|
4
|
+
version: 0.83.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: 2024-
|
|
11
|
+
date: 2024-11-03 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.83.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.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Android Management API V1
|