Skip to content

Commit db50019

Browse files
feat: Automated regeneration of displayvideo v3 client (googleapis#25632)
Co-authored-by: Yoshi Automation Bot <yoshi-automation@google.com>
1 parent a3752a8 commit db50019

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

generated/google-apis-displayvideo_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-displayvideo_v3
22

3+
### v0.41.0 (2026-02-08)
4+
5+
* Regenerated from discovery document revision 20260204
6+
37
### v0.40.0 (2026-02-01)
48

59
* Regenerated from discovery document revision 20260127

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

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,7 @@ class AdGroupAd
159159
# @return [Fixnum]
160160
attr_accessor :ad_group_ad_id
161161

162-
# The unique ID of the ad group that the ad belongs to. *Caution*: Parent ad
163-
# groups for Demand Gen ads are not currently retrieveable using `advertisers.
164-
# adGroups.list` or `advertisers.adGroups.get`. Demand Gen ads can be identified
165-
# by the absence of the `ad_details` union field.
162+
# Required. The unique ID of the ad group that the ad belongs to.
166163
# Corresponds to the JSON property `adGroupId`
167164
# @return [Fixnum]
168165
attr_accessor :ad_group_id
@@ -177,7 +174,7 @@ class AdGroupAd
177174
# @return [Array<Google::Apis::DisplayvideoV3::AdUrl>]
178175
attr_accessor :ad_urls
179176

180-
# Output only. The unique ID of the advertiser the ad belongs to.
177+
# Required. The unique ID of the advertiser the ad belongs to.
181178
# Corresponds to the JSON property `advertiserId`
182179
# @return [Fixnum]
183180
attr_accessor :advertiser_id
@@ -192,8 +189,8 @@ class AdGroupAd
192189
# @return [Google::Apis::DisplayvideoV3::BumperAd]
193190
attr_accessor :bumper_ad
194191

195-
# The display name of the ad. Must be UTF-8 encoded with a maximum size of 255
196-
# bytes.
192+
# Required. The display name of the ad. Must be UTF-8 encoded with a maximum
193+
# size of 255 bytes.
197194
# Corresponds to the JSON property `displayName`
198195
# @return [String]
199196
attr_accessor :display_name
@@ -203,7 +200,7 @@ class AdGroupAd
203200
# @return [Google::Apis::DisplayvideoV3::DisplayVideoSourceAd]
204201
attr_accessor :display_video_source_ad
205202

206-
# The entity status of the ad.
203+
# Required. The entity status of the ad.
207204
# Corresponds to the JSON property `entityStatus`
208205
# @return [String]
209206
attr_accessor :entity_status

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

Lines changed: 2 additions & 2 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.40.0"
19+
GEM_VERSION = "0.41.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)