Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-displayvideo_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-displayvideo_v3

### v0.41.0 (2026-02-08)

* Regenerated from discovery document revision 20260204

### v0.40.0 (2026-02-01)

* Regenerated from discovery document revision 20260127
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,7 @@ class AdGroupAd
# @return [Fixnum]
attr_accessor :ad_group_ad_id

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

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

# The display name of the ad. Must be UTF-8 encoded with a maximum size of 255
# bytes.
# Required. The display name of the ad. Must be UTF-8 encoded with a maximum
# size of 255 bytes.
# Corresponds to the JSON property `displayName`
# @return [String]
attr_accessor :display_name
Expand All @@ -203,7 +200,7 @@ class AdGroupAd
# @return [Google::Apis::DisplayvideoV3::DisplayVideoSourceAd]
attr_accessor :display_video_source_ad

# The entity status of the ad.
# Required. The entity status of the ad.
# Corresponds to the JSON property `entityStatus`
# @return [String]
attr_accessor :entity_status
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.40.0"
GEM_VERSION = "0.41.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260127"
REVISION = "20260204"
end
end
end