Skip to content

Commit 2fd49ba

Browse files
feat: Automated regeneration of androidmanagement v1 client (googleapis#25562)
Auto-created at 2026-02-01 11:00:31 +0000 using the toys pull request generator.
1 parent 3131b1f commit 2fd49ba

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

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.107.0 (2026-02-01)
4+
5+
* Regenerated from discovery document revision 20260127
6+
37
### v0.106.0 (2026-01-25)
48

59
* Regenerated from discovery document revision 20260121

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,8 @@ class ApplicationPolicy
884884
# in the managed configuration must match the key field of the ManagedProperty.
885885
# The field value must be compatible with the type of the ManagedProperty: *type*
886886
# *JSON value* BOOL true or false STRING string INTEGER number CHOICE string
887-
# MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects
887+
# MULTISELECT array of strings HIDDEN string BUNDLE_ARRAY array of objects Note:
888+
# string values cannot be longer than 65535 characters.
888889
# Corresponds to the JSON property `managedConfiguration`
889890
# @return [Hash<String,Object>]
890891
attr_accessor :managed_configuration

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.106.0"
19+
GEM_VERSION = "0.107.0"
2020

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

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

0 commit comments

Comments
 (0)