google-apis-androidmanagement_v1 0.82.0 → 0.84.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e344aa77cfeaae306ab0689f9a40bb42cdf003d1338e0bbc44629b20ae20fce4
|
4
|
+
data.tar.gz: 5b466218d216aef63b55a7571a92759b12de5f33659fad3689925d5d1ba22eb6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 032f813eace427bf1602aa8a581449cd2c23d6506e90dbc0b6b98d755a35ea2c0435252a7ecaac5a902d0755e9198c77a085548b7d592d7de67fed0a5d8f406f
|
7
|
+
data.tar.gz: 755e6e5854edc0da15ec3f28a617de4042a84ea8818e5db8d5851378c1daf2ea4144681ffa9a55632d7b918564c4e2fa1ae7e9cd489289faaefcf3fc0bb40a44
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
2
2
|
|
3
|
+
### v0.84.0 (2024-11-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241104
|
6
|
+
|
7
|
+
### v0.83.0 (2024-11-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241031
|
10
|
+
|
3
11
|
### v0.82.0 (2024-09-29)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240924
|
@@ -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
|
|
@@ -4268,7 +4268,9 @@ module Google
|
|
4268
4268
|
# @return [Array<String>]
|
4269
4269
|
attr_accessor :account_types_with_management_disabled
|
4270
4270
|
|
4271
|
-
# Whether adding new users and profiles is disabled.
|
4271
|
+
# Whether adding new users and profiles is disabled. For devices where
|
4272
|
+
# managementMode is DEVICE_OWNER this field is ignored and the user is never
|
4273
|
+
# allowed to add or remove users.
|
4272
4274
|
# Corresponds to the JSON property `addUserDisabled`
|
4273
4275
|
# @return [Boolean]
|
4274
4276
|
attr_accessor :add_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.
|
19
|
+
GEM_VERSION = "0.84.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 = "20241104"
|
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.84.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-17 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.84.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.22
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Android Management API V1
|