google-apis-androidmanagement_v1 0.102.0 → 0.103.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: 602fe89d4d040ccb126c74a4b762f2709bd447c8f833a12953fdd23d2fde5d98
|
|
4
|
+
data.tar.gz: 895fff69bc791b82cf90ba743fede9d93da0cd48d62c7129f67198ecd63dc910
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a5ef669be595c72bd658d426baabb41bc1720ee4388f655cf57b88dc4177d8cd4613c38303ab5016dd91106b5852f040f1f0de50109153a7714d09ec9fa8a95
|
|
7
|
+
data.tar.gz: e57ca344904213f55e8b6eaa3c37928119ae9026ca212c7837ad01cd88588e9bb95f18c4a24489f385fef1b7f0d6cba072f8b3f6e9951df2be872ca6cf1d042d
|
data/CHANGELOG.md
CHANGED
|
@@ -5727,8 +5727,8 @@ module Google
|
|
|
5727
5727
|
attr_accessor :screen_capture_disabled
|
|
5728
5728
|
alias_method :screen_capture_disabled?, :screen_capture_disabled
|
|
5729
5729
|
|
|
5730
|
-
# Whether changing the user icon is disabled.
|
|
5731
|
-
#
|
|
5730
|
+
# Whether changing the user icon is disabled. This applies only on devices
|
|
5731
|
+
# running Android 7 and above.
|
|
5732
5732
|
# Corresponds to the JSON property `setUserIconDisabled`
|
|
5733
5733
|
# @return [Boolean]
|
|
5734
5734
|
attr_accessor :set_user_icon_disabled
|
|
@@ -5745,8 +5745,7 @@ module Google
|
|
|
5745
5745
|
# @return [Array<Google::Apis::AndroidmanagementV1::SetupAction>]
|
|
5746
5746
|
attr_accessor :setup_actions
|
|
5747
5747
|
|
|
5748
|
-
# Whether location sharing is disabled.
|
|
5749
|
-
# both fully managed devices and personally owned work profiles.
|
|
5748
|
+
# Whether location sharing is disabled.
|
|
5750
5749
|
# Corresponds to the JSON property `shareLocationDisabled`
|
|
5751
5750
|
# @return [Boolean]
|
|
5752
5751
|
attr_accessor :share_location_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.103.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251111"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.103.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidmanagement_v1/v0.103.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidmanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|