google-apis-displayvideo_v3 0.40.0 → 0.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1acfea9a828fd7bab30499456e3de5596bf4c1d39450d39ce58c3eebba457590
4
- data.tar.gz: 37fee4ca03d1dd22564de1b8acb3fbf70c521a7b71eee59d4f6aafdeb7db71ed
3
+ metadata.gz: a39cfd5d29368301cd938ad5c5a94c4d192572452e6570fada7804e838fd5e72
4
+ data.tar.gz: eb6098c210c3d0fd2644adf2d92c873fa2d87fd520e0b556f204e80ade6375ab
5
5
  SHA512:
6
- metadata.gz: 71be91b9251a8ee1934aee4a47b809aee2d5c2ff34720fc2f7f42b7f6b3106e531af7509db7800ac13c91774af949b135fd8fd5cabd063ff943aeb303be77910
7
- data.tar.gz: f48058064b3537bc7eb1e64696eb0595c0b6c17fcc7d4b9c534d88fbe3c3e7346775d4fbc00ef42d59574d117724fb1bf74ef7e06ccef6ebb171f3e45d6bcfb8
6
+ metadata.gz: e9de040f5f68652bacc4e81605fd54e75f6f2c66fe35dbe6851e0929d1ddf9454a37bb81f49cfee8f3a026c4dca12f98e03223a0f9260f4d3945c46c88048a0d
7
+ data.tar.gz: 9a09ba51984c07aa3b9cdf12577ef89b0a3c149c45abe49b48ed5fce89a684efca9c91f30c03fa55f82b0ca3e58f7a8ee09c58cfe3ab297459c5e8eb45d4d906
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.41.0 (2026-02-08)
4
+
5
+ * Regenerated from discovery document revision 20260204
6
+
3
7
  ### v0.40.0 (2026-02-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20260127
@@ -159,10 +159,7 @@ module Google
159
159
  # @return [Fixnum]
160
160
  attr_accessor :ad_group_ad_id
161
161
 
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.
166
163
  # Corresponds to the JSON property `adGroupId`
167
164
  # @return [Fixnum]
168
165
  attr_accessor :ad_group_id
@@ -177,7 +174,7 @@ module Google
177
174
  # @return [Array<Google::Apis::DisplayvideoV3::AdUrl>]
178
175
  attr_accessor :ad_urls
179
176
 
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.
181
178
  # Corresponds to the JSON property `advertiserId`
182
179
  # @return [Fixnum]
183
180
  attr_accessor :advertiser_id
@@ -192,8 +189,8 @@ module Google
192
189
  # @return [Google::Apis::DisplayvideoV3::BumperAd]
193
190
  attr_accessor :bumper_ad
194
191
 
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.
197
194
  # Corresponds to the JSON property `displayName`
198
195
  # @return [String]
199
196
  attr_accessor :display_name
@@ -203,7 +200,7 @@ module Google
203
200
  # @return [Google::Apis::DisplayvideoV3::DisplayVideoSourceAd]
204
201
  attr_accessor :display_video_source_ad
205
202
 
206
- # The entity status of the ad.
203
+ # Required. The entity status of the ad.
207
204
  # Corresponds to the JSON property `entityStatus`
208
205
  # @return [String]
209
206
  attr_accessor :entity_status
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV3
18
18
  # Version of the google-apis-displayvideo_v3 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260127"
25
+ REVISION = "20260204"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.41.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
62
62
  rdoc_options: []
63
63
  require_paths: