google-apis-androidmanagement_v1 0.83.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: 65933fd9f5f13ee153345c623a7795d57f3e6ddb6581cd23d0d6224a2471170c
4
- data.tar.gz: 9ae1acc7c352f28e0be7e37b08ab16be60ad35eb8128008294e57dd4a7236296
3
+ metadata.gz: 1d6a2f37459108ad252a58aeb98f38cc7be4931e10405eea521c9929177572bb
4
+ data.tar.gz: 03ea8f571b8be883f91a185a859d48e6a0fb7a1a9dee9556d77cd5ed8fcf87cb
5
5
  SHA512:
6
- metadata.gz: dc098000da44635c5029326eb280d3925b9322ae42b602f69e9f9fc0de9513919b405574bb0e498cf5634fa2d144c39f8b507ed0382f4b64a78bc5e2af71aa7c
7
- data.tar.gz: 5881337e548ef732c24b9c547567c2ed956ef8ffa8def9846cecb9b22b28199f7f83179739da58df0d1870d1d9743193ec0a488e7f9346df25964dca3e4835e9
6
+ metadata.gz: e52a8cf3102f55b46880645f7c403d8f4045f548677f34aeb3775a20b438b44c10172bda0c3bf3c0e9f564d9fa00978fca4eb289ff198cf982d9a10d1f39574f
7
+ data.tar.gz: 7daa84c1e512f8fb9fb480c2f8fb1afd311561defde73ec7c80955a5f4a37cfcaeab7f8775eb728b3fa5c5e6fbeed2547ca1854bb7fb335d0d7695c9b26692d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-androidmanagement_v1
2
2
 
3
+ ### v0.85.0 (2024-12-08)
4
+
5
+ * Regenerated from discovery document revision 20241204
6
+
7
+ ### v0.84.0 (2024-11-10)
8
+
9
+ * Regenerated from discovery document revision 20241104
10
+
3
11
  ### v0.83.0 (2024-11-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20241031
@@ -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
@@ -4268,7 +4274,9 @@ module Google
4268
4274
  # @return [Array<String>]
4269
4275
  attr_accessor :account_types_with_management_disabled
4270
4276
 
4271
- # Whether adding new users and profiles is disabled.
4277
+ # Whether adding new users and profiles is disabled. For devices where
4278
+ # managementMode is DEVICE_OWNER this field is ignored and the user is never
4279
+ # allowed to add or remove users.
4272
4280
  # Corresponds to the JSON property `addUserDisabled`
4273
4281
  # @return [Boolean]
4274
4282
  attr_accessor :add_user_disabled
@@ -4510,7 +4518,8 @@ module Google
4510
4518
  alias_method :install_unknown_sources_allowed?, :install_unknown_sources_allowed
4511
4519
 
4512
4520
  # If true, this disables the Lock Screen (https://source.android.com/docs/core/
4513
- # 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.
4514
4523
  # Corresponds to the JSON property `keyguardDisabled`
4515
4524
  # @return [Boolean]
4516
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.83.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 = "20241031"
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.83.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-03 00:00:00.000000000 Z
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.83.0
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.21
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