Skip to content

Commit 2f053cb

Browse files
feat: Automated regeneration of licensing v1 client (#24968)
Auto-created at 2025-11-16 09:43:51 +0000 using the toys pull request generator.
1 parent d36b834 commit 2f053cb

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

generated/google-apis-licensing_v1/CHANGELOG.md

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

3+
### v0.21.0 (2025-11-16)
4+
5+
* Regenerated from discovery document revision 20251108
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.20.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

generated/google-apis-licensing_v1/lib/google/apis/licensing_v1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ module LicensingV1
3030
# This is NOT the gem version.
3131
VERSION = 'V1'
3232

33-
# View and manage G Suite licenses for your domain
33+
# View and manage Google Workspace licenses for your domain
3434
AUTH_APPS_LICENSING = 'https://www.googleapis.com/auth/apps.licensing'
3535
end
3636
end

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module LicensingV1
1818
# Version of the google-apis-licensing_v1 gem
19-
GEM_VERSION = "0.20.0"
19+
GEM_VERSION = "0.21.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)