File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
generated/google-apis-androidmanagement_v1
lib/google/apis/androidmanagement_v1 Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments