Skip to content

Commit 57c78cc

Browse files
feat: Automated regeneration of drive v2 client (googleapis#21474)
Auto-created at 2025-01-26 10:00:41 +0000 using the toys pull request generator.
1 parent 340616d commit 57c78cc

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

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

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

510
* Regenerated from discovery document revision 20240914

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4103,8 +4103,8 @@ class Revision
41034103
attr_accessor :published
41044104
alias_method :published?, :published
41054105

4106-
# Output only. A link to the published revision. This is only populated for
4107-
# Google Sites files.
4106+
# Output only. A link to the published revision. This is only populated for Docs
4107+
# Editors files.
41084108
# Corresponds to the JSON property `publishedLink`
41094109
# @return [String]
41104110
attr_accessor :published_link

generated/google-apis-drive_v2/lib/google/apis/drive_v2/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 DriveV2
1818
# Version of the google-apis-drive_v2 gem
19-
GEM_VERSION = "0.48.0"
19+
GEM_VERSION = "0.49.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 = "20240914"
25+
REVISION = "20250122"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)