Skip to content

Commit d5a9a8b

Browse files
feat: Automated regeneration of slides v1 client (googleapis#22395)
Auto-created at 2025-04-13 09:51:10 +0000 using the toys pull request generator.
1 parent 5c40a63 commit d5a9a8b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

generated/google-apis-slides_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-slides_v1
22

3-
### v0.30.0 (2025-04-06)
3+
### v0.30.0 (2025-04-13)
44

5-
* Regenerated from discovery document revision 20250325
5+
* Regenerated from discovery document revision 20250401
66

77
### v0.29.0 (2025-02-26)
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module SlidesV1
2222
GENERATOR_VERSION = "0.16.0"
2323

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

generated/google-apis-slides_v1/lib/google/apis/slides_v1/service.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ def get_presentation_page(presentation_id, page_object_id, fields: nil, quota_us
194194

195195
# Generates a thumbnail of the latest version of the specified page in the
196196
# presentation and returns a URL to the thumbnail image. This request counts as
197-
# an [expensive read request](/slides/limits) for quota purposes.
197+
# an [expensive read request](https://developers.google.com/workspace/slides/
198+
# limits) for quota purposes.
198199
# @param [String] presentation_id
199200
# The ID of the presentation to retrieve.
200201
# @param [String] page_object_id

0 commit comments

Comments
 (0)