Skip to content

Commit ab9fc92

Browse files
feat: Automated regeneration of androidmanagement v1 client (#25783)
Auto-created at 2026-02-22 10:10:45 +0000 using the toys pull request generator.
1 parent 802cdc4 commit ab9fc92

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
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.110.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260219
6+
37
### v0.109.0 (2026-02-15)
48

59
* Regenerated from discovery document revision 20260212

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3348,7 +3348,9 @@ class GoogleAuthenticationSettings
33483348
# via the Google Admin Console. Google authentication can be used with
33493349
# signin_url In the case where Google authentication is required and a
33503350
# signin_url is specified, Google authentication will be launched before
3351-
# signin_url.
3351+
# signin_url. This value is overridden by EnrollmentToken.
3352+
# googleAuthenticationOptions and SigninDetail.googleAuthenticationOptions, if
3353+
# they are set.
33523354
# Corresponds to the JSON property `googleAuthenticationRequired`
33533355
# @return [String]
33543356
attr_accessor :google_authentication_required

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.109.0"
19+
GEM_VERSION = "0.110.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 = "20260212"
25+
REVISION = "20260219"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)