google-apis-androidmanagement_v1 0.45.0 → 0.46.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: 88896b69546155bece11cfb5f64fbb2d9ccd71498d93a7a26cc6cf3f74a27a64
|
|
4
|
+
data.tar.gz: d2a13831ee8d65d4af9b6fc5a406dd967773fd4a7e39763f13149f2d53ec2845
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f4ca1a7dd3073b0c02b5635a932cc705c0a7daef3164029a3b66b21ae2f2bd64be67808cc295ab3ce8fcb5c906afe0e468b087bb84556e64243ff7267fe32c4d
|
|
7
|
+
data.tar.gz: 922db3b5e1acce7b889c1e78ffc38b00c92f8223c55090dea580200c9a7403ed15dc7f1a7833f88fc0fa9bd9d5ee39ede5dd4222f6a87a9dfe3def8a43d94922
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.46.0 (2022-10-28)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20221017
|
|
6
|
+
* Regenerated using generator version 0.11.0
|
|
7
|
+
|
|
3
8
|
### v0.45.0 (2022-09-30)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20220921
|
|
@@ -3647,7 +3647,7 @@ module Google
|
|
|
3647
3647
|
# @return [Array<String>]
|
|
3648
3648
|
attr_accessor :account_types_with_management_disabled
|
|
3649
3649
|
|
|
3650
|
-
#
|
|
3650
|
+
# If true, the camera is disabled on the personal profile.
|
|
3651
3651
|
# Corresponds to the JSON property `cameraDisabled`
|
|
3652
3652
|
# @return [Boolean]
|
|
3653
3653
|
attr_accessor :camera_disabled
|
|
@@ -3670,7 +3670,7 @@ module Google
|
|
|
3670
3670
|
# @return [String]
|
|
3671
3671
|
attr_accessor :personal_play_store_mode
|
|
3672
3672
|
|
|
3673
|
-
#
|
|
3673
|
+
# If true, screen capture is disabled for all users.
|
|
3674
3674
|
# Corresponds to the JSON property `screenCaptureDisabled`
|
|
3675
3675
|
# @return [Boolean]
|
|
3676
3676
|
attr_accessor :screen_capture_disabled
|
|
@@ -4377,7 +4377,7 @@ module Google
|
|
|
4377
4377
|
# @return [String]
|
|
4378
4378
|
attr_accessor :setting_name
|
|
4379
4379
|
|
|
4380
|
-
# An action to reset a
|
|
4380
|
+
# An action to reset a company owned device or delete a work profile. Note:
|
|
4381
4381
|
# blockAction must also be specified.
|
|
4382
4382
|
# Corresponds to the JSON property `wipeAction`
|
|
4383
4383
|
# @return [Google::Apis::AndroidmanagementV1::WipeAction]
|
|
@@ -5458,7 +5458,7 @@ module Google
|
|
|
5458
5458
|
end
|
|
5459
5459
|
end
|
|
5460
5460
|
|
|
5461
|
-
# An action to reset a
|
|
5461
|
+
# An action to reset a company owned device or delete a work profile. Note:
|
|
5462
5462
|
# blockAction must also be specified.
|
|
5463
5463
|
class WipeAction
|
|
5464
5464
|
include Google::Apis::Core::Hashable
|
|
@@ -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.46.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221017"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -278,7 +278,9 @@ module Google
|
|
|
278
278
|
execute_or_queue_command(command, &block)
|
|
279
279
|
end
|
|
280
280
|
|
|
281
|
-
# Deletes a device. This operation wipes the device.
|
|
281
|
+
# Deletes a device. This operation wipes the device. Deleted devices do not show
|
|
282
|
+
# up in enterprises.devices.list calls and a 404 is returned from enterprises.
|
|
283
|
+
# devices.get.
|
|
282
284
|
# @param [String] name
|
|
283
285
|
# The name of the device in the form enterprises/`enterpriseId`/devices/`
|
|
284
286
|
# deviceId`.
|
|
@@ -317,7 +319,7 @@ module Google
|
|
|
317
319
|
execute_or_queue_command(command, &block)
|
|
318
320
|
end
|
|
319
321
|
|
|
320
|
-
# Gets a device.
|
|
322
|
+
# Gets a device. Deleted devices will respond with a 404 error.
|
|
321
323
|
# @param [String] name
|
|
322
324
|
# The name of the device in the form enterprises/`enterpriseId`/devices/`
|
|
323
325
|
# deviceId`.
|
|
@@ -384,7 +386,8 @@ module Google
|
|
|
384
386
|
execute_or_queue_command(command, &block)
|
|
385
387
|
end
|
|
386
388
|
|
|
387
|
-
# Lists devices for a given enterprise.
|
|
389
|
+
# Lists devices for a given enterprise. Deleted devices are not returned in the
|
|
390
|
+
# response.
|
|
388
391
|
# @param [String] parent
|
|
389
392
|
# The name of the enterprise in the form enterprises/`enterpriseId`.
|
|
390
393
|
# @param [Fixnum] page_size
|
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.46.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-10-
|
|
11
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 0.9.
|
|
19
|
+
version: 0.9.1
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 0.9.
|
|
29
|
+
version: 0.9.1
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.46.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: []
|