google-apis-androidmanagement_v1 0.95.0 → 0.97.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: 7fa4fb3aaddf5fb4def663995a2c1a2b6e81dc23174511755abd3107d2974dcc
|
4
|
+
data.tar.gz: 687d01536d9fcc2278e8f4192545a670b97572ed291410a552d9c6af7cec5915
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38a58bec6b3eb80e88ba8f686e1f73e97fd1e964f5a0b17f02efa374f0194947543489dfbce161e08fc31f50fab28c8ee23afbf265e4d971b96931bf31069220
|
7
|
+
data.tar.gz: a3fcdb1c2e112e670d9751f02bbd07e270e0e8cd64176d2c2f3208ba156810b948d5ae6bc4bf3a2f5a8d6d2c9868b3a54e2d86427d08bea6941e6c6aad96bdb9
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-androidmanagement_v1
|
2
2
|
|
3
|
+
### v0.97.0 (2025-08-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250804
|
6
|
+
|
7
|
+
### v0.96.0 (2025-07-06)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250702
|
10
|
+
|
3
11
|
### v0.95.0 (2025-06-29)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250626
|
@@ -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.97.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 = "20250804"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -435,8 +435,9 @@ module Google
|
|
435
435
|
# @param [String] parent
|
436
436
|
# The name of the enterprise in the form enterprises/`enterpriseId`.
|
437
437
|
# @param [Fixnum] page_size
|
438
|
-
# The requested page size.
|
439
|
-
# value.
|
438
|
+
# The requested page size. If unspecified, at most 10 devices will be returned.
|
439
|
+
# The maximum value is 100; values above 100 will be coerced to 100. The limits
|
440
|
+
# can change over time.
|
440
441
|
# @param [String] page_token
|
441
442
|
# A token identifying a page of results returned by the server.
|
442
443
|
# @param [String] fields
|
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.97.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.97.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:
|