Skip to content

Commit 5f4d9ab

Browse files
feat: Automated regeneration of displayvideo v3 client (googleapis#21433)
Auto-created at 2025-01-19 10:31:56 +0000 using the toys pull request generator.
1 parent b2828e7 commit 5f4d9ab

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

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

3+
### v0.23.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250109
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.22.0 (2024-12-08)
49

510
* Regenerated from discovery document revision 20241205

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7353,7 +7353,7 @@ class IntegralAdScience
73537353
include Google::Apis::Core::Hashable
73547354

73557355
# The custom segment ID provided by Integral Ad Science. The ID must be between `
7356-
# 1000001` and `1999999`, inclusive.
7356+
# 1000001` and `1999999` or `3000001` and `3999999`, inclusive.
73577357
# Corresponds to the JSON property `customSegmentId`
73587358
# @return [Array<Fixnum>]
73597359
attr_accessor :custom_segment_id

generated/google-apis-displayvideo_v3/lib/google/apis/displayvideo_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 DisplayvideoV3
1818
# Version of the google-apis-displayvideo_v3 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.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 = "20241205"
25+
REVISION = "20250109"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)