Skip to content

Commit

Permalink
feat: Automated regeneration of displayvideo v3 client (#21433)
Browse files Browse the repository at this point in the history
Auto-created at 2025-01-19 10:31:56 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jan 19, 2025
1 parent b2828e7 commit 5f4d9ab
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-displayvideo_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-displayvideo_v3

### v0.23.0 (2025-01-19)

* Regenerated from discovery document revision 20250109
* Regenerated using generator version 0.16.0

### v0.22.0 (2024-12-08)

* Regenerated from discovery document revision 20241205
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7353,7 +7353,7 @@ class IntegralAdScience
include Google::Apis::Core::Hashable

# The custom segment ID provided by Integral Ad Science. The ID must be between `
# 1000001` and `1999999`, inclusive.
# 1000001` and `1999999` or `3000001` and `3999999`, inclusive.
# Corresponds to the JSON property `customSegmentId`
# @return [Array<Fixnum>]
attr_accessor :custom_segment_id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module DisplayvideoV3
# Version of the google-apis-displayvideo_v3 gem
GEM_VERSION = "0.22.0"
GEM_VERSION = "0.23.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.1"
GENERATOR_VERSION = "0.16.0"

# Revision of the discovery document this client was generated from
REVISION = "20241205"
REVISION = "20250109"
end
end
end

0 comments on commit 5f4d9ab

Please sign in to comment.