google-apis-androidmanagement_v1 0.95.0 → 0.96.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: bf457cbe1cc6079e009bd6bcc3196ae936152a0f82a854c29581f97bba798eaf
|
4
|
+
data.tar.gz: 583339f36476a2231401951f2020a66b6ed2f3d3ac988de725c215a58311b3d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 383b2a4e5e0076aba5d753b32e99c199b9f630e4a3a611036ab5b9cd6b4f6547420f1be342a5a31113672651bf4b7e2b9a467cd4c0bca36623450c4171bfd4ea
|
7
|
+
data.tar.gz: 89ce8ecd1e616d3a5eeb4e8c671a476423596c29009b80c248e3a157330efef77283fe48e852a0b910c164ca065c1e1b7aab68e1aa554809f4ff5c28e6717b3d
|
data/CHANGELOG.md
CHANGED
@@ -2858,7 +2858,13 @@ module Google
|
|
2858
2858
|
include Google::Apis::Core::Hashable
|
2859
2859
|
|
2860
2860
|
# Fully qualified class name of the receiver service class for Android Device
|
2861
|
-
# Policy to notify the extension app of any local command status updates.
|
2861
|
+
# Policy to notify the extension app of any local command status updates. The
|
2862
|
+
# service must be exported in the extension app's AndroidManifest.xml and extend
|
2863
|
+
# NotificationReceiverService (https://developers.google.com/android/management/
|
2864
|
+
# reference/amapi/com/google/android/managementapi/notification/
|
2865
|
+
# NotificationReceiverService) (see Integrate with the AMAPI SDK (https://
|
2866
|
+
# developers.google.com/android/management/sdk-integration) guide for more
|
2867
|
+
# details).
|
2862
2868
|
# Corresponds to the JSON property `notificationReceiver`
|
2863
2869
|
# @return [String]
|
2864
2870
|
attr_accessor :notification_receiver
|
@@ -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.96.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 = "20250702"
|
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.96.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.96.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:
|