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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a39cfd5d29368301cd938ad5c5a94c4d192572452e6570fada7804e838fd5e72
|
|
4
|
+
data.tar.gz: eb6098c210c3d0fd2644adf2d92c873fa2d87fd520e0b556f204e80ade6375ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e9de040f5f68652bacc4e81605fd54e75f6f2c66fe35dbe6851e0929d1ddf9454a37bb81f49cfee8f3a026c4dca12f98e03223a0f9260f4d3945c46c88048a0d
|
|
7
|
+
data.tar.gz: 9a09ba51984c07aa3b9cdf12577ef89b0a3c149c45abe49b48ed5fce89a684efca9c91f30c03fa55f82b0ca3e58f7a8ee09c58cfe3ab297459c5e8eb45d4d906
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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
|
-
#
|
|
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
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|