google-apis-androidmanagement_v1 0.112.0 → 0.114.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: 10fffdac82e5b8eb825cbba6d0a9b3198f0c8f31284d2a11923ea3395418cd00
|
|
4
|
+
data.tar.gz: 37e5ad930a8762e333f1b0d9b3774149caeec22e16493c46f4926a0908467f8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81aad36823d1c314f5822a374000cff5dcfd0dce3ca6116baaa810686a6a01d24d3260d99020f631159517d2fd67e5ced9a1d1412474a5393722fbaa94a6ad38
|
|
7
|
+
data.tar.gz: 4f14991b8b1998997ec2638fb26b28080ed3b2a0f9609fe4574dcee01e0ee936d621bf2d32374b21d6caa93a71f9df0755e7bfcbd29b4e7bb09b0e2c533ae0e9
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
|
2
2
|
|
|
3
|
+
### v0.114.0 (2026-04-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260408
|
|
6
|
+
|
|
7
|
+
### v0.113.0 (2026-03-22)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260316
|
|
10
|
+
|
|
3
11
|
### v0.112.0 (2026-03-15)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260312
|
|
@@ -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
|
|
@@ -5389,11 +5390,11 @@ module Google
|
|
|
5389
5390
|
attr_accessor :create_windows_disabled
|
|
5390
5391
|
alias_method :create_windows_disabled?, :create_windows_disabled
|
|
5391
5392
|
|
|
5392
|
-
# Controls which apps are allowed to act as credential providers on
|
|
5393
|
-
# and above. These apps store credentials, see this (https://
|
|
5394
|
-
# com/training/sign-in/passkeys) and this (https://developer.
|
|
5395
|
-
# reference/androidx/credentials/CredentialManager) for details. See
|
|
5396
|
-
# credentialProviderPolicy.
|
|
5393
|
+
# Optional. Controls which apps are allowed to act as credential providers on
|
|
5394
|
+
# Android 14 and above. These apps store credentials, see this (https://
|
|
5395
|
+
# developer.android.com/training/sign-in/passkeys) and this (https://developer.
|
|
5396
|
+
# android.com/reference/androidx/credentials/CredentialManager) for details. See
|
|
5397
|
+
# also credentialProviderPolicy.
|
|
5397
5398
|
# Corresponds to the JSON property `credentialProviderPolicyDefault`
|
|
5398
5399
|
# @return [String]
|
|
5399
5400
|
attr_accessor :credential_provider_policy_default
|
|
@@ -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.114.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 = "20260408"
|
|
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.114.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.114.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:
|