Skip to content

Commit 2f54c5b

Browse files
feat: Automated regeneration of androidmanagement v1 client (googleapis#24290)
Auto-created at 2025-09-14 10:25:34 +0000 using the toys pull request generator.
1 parent 85008e8 commit 2f54c5b

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

generated/google-apis-androidmanagement_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-androidmanagement_v1
22

3-
### v0.99.0 (2025-09-07)
3+
### v0.99.0 (2025-09-14)
44

5-
* Regenerated from discovery document revision 20250902
5+
* Regenerated from discovery document revision 20250909
66

77
### v0.98.0 (2025-08-31)
88

generated/google-apis-androidmanagement_v1/lib/google/apis/androidmanagement_v1/classes.rb

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1950,9 +1950,12 @@ class Device
19501950
# @return [Array<Google::Apis::AndroidmanagementV1::ApplicationReport>]
19511951
attr_accessor :application_reports
19521952

1953-
# The password requirements currently applied to the device. The applied
1954-
# requirements may be slightly different from those specified in
1955-
# passwordPolicies in some cases. fieldPath is set based on passwordPolicies.
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.
19561959
# Corresponds to the JSON property `appliedPasswordPolicies`
19571960
# @return [Array<Google::Apis::AndroidmanagementV1::PasswordRequirements>]
19581961
attr_accessor :applied_password_policies

generated/google-apis-androidmanagement_v1/lib/google/apis/androidmanagement_v1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module AndroidmanagementV1
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250902"
25+
REVISION = "20250909"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)