Skip to content

Commit 9200062

Browse files
feat: Automated regeneration of androidmanagement v1 client (googleapis#21470)
Auto-created at 2025-01-26 09:56:03 +0000 using the toys pull request generator.
1 parent 440b749 commit 9200062

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

generated/google-apis-androidmanagement_v1/CHANGELOG.md

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

3+
### v0.87.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250123
6+
37
### v0.86.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250109

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4282,7 +4282,8 @@ class Policy
42824282
attr_accessor :add_user_disabled
42834283
alias_method :add_user_disabled?, :add_user_disabled
42844284

4285-
# Whether adjusting the master volume is disabled. Also mutes the device.
4285+
# Whether adjusting the master volume is disabled. Also mutes the device. The
4286+
# setting has effect only on fully managed devices.
42864287
# Corresponds to the JSON property `adjustVolumeDisabled`
42874288
# @return [Boolean]
42884289
attr_accessor :adjust_volume_disabled
@@ -4743,7 +4744,8 @@ class Policy
47434744
attr_accessor :screen_capture_disabled
47444745
alias_method :screen_capture_disabled?, :screen_capture_disabled
47454746

4746-
# Whether changing the user icon is disabled.
4747+
# Whether changing the user icon is disabled. The setting has effect only on
4748+
# fully managed devices.
47474749
# Corresponds to the JSON property `setUserIconDisabled`
47484750
# @return [Boolean]
47494751
attr_accessor :set_user_icon_disabled

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AndroidmanagementV1
1818
# Version of the google-apis-androidmanagement_v1 gem
19-
GEM_VERSION = "0.86.0"
19+
GEM_VERSION = "0.87.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

0 commit comments

Comments
 (0)