Skip to content

Commit 7aaed4d

Browse files
feat: Automated regeneration of drive v3 client (googleapis#21472)
Auto-created at 2025-01-26 09:59:46 +0000 using the toys pull request generator.
1 parent 9902fac commit 7aaed4d

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

generated/google-apis-drive_v3/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-drive_v3
22

3+
### v0.62.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250122
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.61.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241206

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3532,8 +3532,8 @@ class Revision
35323532
attr_accessor :published
35333533
alias_method :published?, :published
35343534

3535-
# Output only. A link to the published revision. This is only populated for
3536-
# Google Sites files.
3535+
# Output only. A link to the published revision. This is only populated for Docs
3536+
# Editors files.
35373537
# Corresponds to the JSON property `publishedLink`
35383538
# @return [String]
35393539
attr_accessor :published_link

generated/google-apis-drive_v3/lib/google/apis/drive_v3/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 DriveV3
1818
# Version of the google-apis-drive_v3 gem
19-
GEM_VERSION = "0.61.0"
19+
GEM_VERSION = "0.62.0"
2020

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

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

0 commit comments

Comments
 (0)