google-apis-androidmanagement_v1 0.112.0 → 0.113.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: 404f65342b8caf01326b8af7528d2d5c42134e4d5e9156063074f1c2e739b379
|
|
4
|
+
data.tar.gz: 43fd12da7a6a91be54bf3fa6cf1ce570b7fbe491a14af9af4c498edebb029900
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56a10f624868e15e213db363de3a9a703d478bc144a8cfbc66986390ec0a20df3283cdf30044a607cfa90118b46114171068d83b916daef6945c58f58bbb3adc
|
|
7
|
+
data.tar.gz: ded49e1c5d0f011adb7bbfbee757678f7a4bfc659759f8e24cb7d03560882282f10365b0aecc1301b7d711a5b3951ac2b0317c60ceaa18872d6e9d8b99e09b2d
|
data/CHANGELOG.md
CHANGED
|
@@ -5213,7 +5213,8 @@ module Google
|
|
|
5213
5213
|
# @return [String]
|
|
5214
5214
|
attr_accessor :private_space_policy
|
|
5215
5215
|
|
|
5216
|
-
# If true, screen capture is disabled for all users.
|
|
5216
|
+
# If true, screen capture is disabled for all users. This also blocks Circle to
|
|
5217
|
+
# Search (https://support.google.com/android/answer/14508957).
|
|
5217
5218
|
# Corresponds to the JSON property `screenCaptureDisabled`
|
|
5218
5219
|
# @return [Boolean]
|
|
5219
5220
|
attr_accessor :screen_capture_disabled
|
|
@@ -5734,7 +5735,8 @@ module Google
|
|
|
5734
5735
|
attr_accessor :safe_boot_disabled
|
|
5735
5736
|
alias_method :safe_boot_disabled?, :safe_boot_disabled
|
|
5736
5737
|
|
|
5737
|
-
# Whether screen capture is disabled.
|
|
5738
|
+
# Whether screen capture is disabled. This also blocks Circle to Search (https://
|
|
5739
|
+
# support.google.com/android/answer/14508957).
|
|
5738
5740
|
# Corresponds to the JSON property `screenCaptureDisabled`
|
|
5739
5741
|
# @return [Boolean]
|
|
5740
5742
|
attr_accessor :screen_capture_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.113.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 = "20260316"
|
|
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.113.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.113.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:
|