google-apis-androidmanagement_v1 0.84.0 → 0.85.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: 1d6a2f37459108ad252a58aeb98f38cc7be4931e10405eea521c9929177572bb
|
|
4
|
+
data.tar.gz: 03ea8f571b8be883f91a185a859d48e6a0fb7a1a9dee9556d77cd5ed8fcf87cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e52a8cf3102f55b46880645f7c403d8f4045f548677f34aeb3775a20b438b44c10172bda0c3bf3c0e9f564d9fa00978fca4eb289ff198cf982d9a10d1f39574f
|
|
7
|
+
data.tar.gz: 7daa84c1e512f8fb9fb480c2f8fb1afd311561defde73ec7c80955a5f4a37cfcaeab7f8775eb728b3fa5c5e6fbeed2547ca1854bb7fb335d0d7695c9b26692d9
|
data/CHANGELOG.md
CHANGED
|
@@ -4237,6 +4237,11 @@ module Google
|
|
|
4237
4237
|
# @return [String]
|
|
4238
4238
|
attr_accessor :personal_play_store_mode
|
|
4239
4239
|
|
|
4240
|
+
# Optional. Controls whether a private space is allowed on the device.
|
|
4241
|
+
# Corresponds to the JSON property `privateSpacePolicy`
|
|
4242
|
+
# @return [String]
|
|
4243
|
+
attr_accessor :private_space_policy
|
|
4244
|
+
|
|
4240
4245
|
# If true, screen capture is disabled for all users.
|
|
4241
4246
|
# Corresponds to the JSON property `screenCaptureDisabled`
|
|
4242
4247
|
# @return [Boolean]
|
|
@@ -4254,6 +4259,7 @@ module Google
|
|
|
4254
4259
|
@max_days_with_work_off = args[:max_days_with_work_off] if args.key?(:max_days_with_work_off)
|
|
4255
4260
|
@personal_applications = args[:personal_applications] if args.key?(:personal_applications)
|
|
4256
4261
|
@personal_play_store_mode = args[:personal_play_store_mode] if args.key?(:personal_play_store_mode)
|
|
4262
|
+
@private_space_policy = args[:private_space_policy] if args.key?(:private_space_policy)
|
|
4257
4263
|
@screen_capture_disabled = args[:screen_capture_disabled] if args.key?(:screen_capture_disabled)
|
|
4258
4264
|
end
|
|
4259
4265
|
end
|
|
@@ -4512,7 +4518,8 @@ module Google
|
|
|
4512
4518
|
alias_method :install_unknown_sources_allowed?, :install_unknown_sources_allowed
|
|
4513
4519
|
|
|
4514
4520
|
# If true, this disables the Lock Screen (https://source.android.com/docs/core/
|
|
4515
|
-
# display/multi_display/lock-screen) for primary and/or secondary displays.
|
|
4521
|
+
# display/multi_display/lock-screen) for primary and/or secondary displays. This
|
|
4522
|
+
# policy is supported only in dedicated device management mode.
|
|
4516
4523
|
# Corresponds to the JSON property `keyguardDisabled`
|
|
4517
4524
|
# @return [Boolean]
|
|
4518
4525
|
attr_accessor :keyguard_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.85.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 = "20241204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1928,6 +1928,7 @@ module Google
|
|
|
1928
1928
|
collection :personal_applications, as: 'personalApplications', class: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy, decorator: Google::Apis::AndroidmanagementV1::PersonalApplicationPolicy::Representation
|
|
1929
1929
|
|
|
1930
1930
|
property :personal_play_store_mode, as: 'personalPlayStoreMode'
|
|
1931
|
+
property :private_space_policy, as: 'privateSpacePolicy'
|
|
1931
1932
|
property :screen_capture_disabled, as: 'screenCaptureDisabled'
|
|
1932
1933
|
end
|
|
1933
1934
|
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.85.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-12-08 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.85.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.23
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Android Management API V1
|