google-apis-androidmanagement_v1 0.98.0 → 0.99.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: f018ddeb371350522c86e22def4cb15eff566b6168d47e1bc3e0ffb5a25f2e67
|
4
|
+
data.tar.gz: 7407120fc08b719a38c67bce949ef23f5a569d5af4cb499d08add812bbcfeaf6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb07cdcef0decd1d704ebc471b0245575dd0b070a4e1418b981a36bfb5f7d466e854e7a7ee97bdc6177d54a038054f6e7bdbc2cf176ca09f14d1a4a9cbcf3ba1
|
7
|
+
data.tar.gz: 142ce7b08096ade3bff93dbeca404c9339625292e4bbd37d0a83ab0e7b867fd41b3433b2a80a5119eed7f96d0ca2210d10564550287eb9cb9cdf8c41feb98d2f
|
data/CHANGELOG.md
CHANGED
@@ -1950,9 +1950,12 @@ module Google
|
|
1950
1950
|
# @return [Array<Google::Apis::AndroidmanagementV1::ApplicationReport>]
|
1951
1951
|
attr_accessor :application_reports
|
1952
1952
|
|
1953
|
-
# The password requirements currently applied to the device.
|
1954
|
-
# requirements may be slightly different from those
|
1955
|
-
# passwordPolicies in some cases.
|
1953
|
+
# The password requirements currently applied to the device. This field exists
|
1954
|
+
# because the applied requirements may be slightly different from those
|
1955
|
+
# specified in passwordPolicies in some cases. Note that this field does not
|
1956
|
+
# provide information about password compliance. For non-compliance information,
|
1957
|
+
# see nonComplianceDetails. NonComplianceDetail.fieldPath, is set based on
|
1958
|
+
# passwordPolicies, not based on this field.
|
1956
1959
|
# Corresponds to the JSON property `appliedPasswordPolicies`
|
1957
1960
|
# @return [Array<Google::Apis::AndroidmanagementV1::PasswordRequirements>]
|
1958
1961
|
attr_accessor :applied_password_policies
|
@@ -3239,7 +3242,8 @@ module Google
|
|
3239
3242
|
# @return [String]
|
3240
3243
|
attr_accessor :model
|
3241
3244
|
|
3242
|
-
# The device serial number.
|
3245
|
+
# The device serial number. However, for personally-owned devices running
|
3246
|
+
# Android 12 and above, this is the same as the enterpriseSpecificId.
|
3243
3247
|
# Corresponds to the JSON property `serialNumber`
|
3244
3248
|
# @return [String]
|
3245
3249
|
attr_accessor :serial_number
|
@@ -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.99.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 = "20250909"
|
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.99.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.99.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:
|