google-apis-displayvideo_v2 0.61.0 → 0.62.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: 0e4da4b9c4844314a80a6877e9dd8a911a27a536d6736c1fe26b20db6a535d11
4
- data.tar.gz: 5181f4a4edc27fda7e02a5eb7cdfc3c2502e20f8eae4f17f0b0d61b9e7ae4166
3
+ metadata.gz: 721b0af944c7f974f97dcc8114e952d8a0b414e7b12d02d468ec11005e8f07d6
4
+ data.tar.gz: e00c349078d0761665dd3c26717ada3d1134e141faf8163d2d89e21f8eff8963
5
5
  SHA512:
6
- metadata.gz: 83f5b36dcbed27efdeda0a715271f710f90d1d974591c4aa594ff97795f24143dd9fa0cb8ed71b9ba08405def9f2a43b4c011135f98eeec294ef2cb9ea358d24
7
- data.tar.gz: 4f468ee48da9c4036bf17ec13b268ddd6f8850fa82b6c872e51a28fb63a00aee6da93876f1d41d6dc2a0ed525150b2bddc4e83d011e00b5363804c3a7b630301
6
+ metadata.gz: c7b3d3e1281260c5f5d4a0208c78f9571af5a816e525fded7d995cec1ac271876772eb3cc9603a1b622aaad889bea0e800f5c884cc203902cce609f25915d8ec
7
+ data.tar.gz: cd256994888aa48d854a5fe09727a0f6d6453ca24a14c154b34707ee837d44946d9f313c3f338e7338b62bec7570d679ca70696173a3f47a959096ee623c3f6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.62.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260720
6
+
3
7
  ### v0.61.0 (2026-07-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20260630
@@ -165,6 +165,21 @@ module Google
165
165
  # @return [Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig]
166
166
  attr_accessor :data_access_config
167
167
 
168
+ # Optional. The default business name for the advertiser. This is the value used
169
+ # by YouTube and Demand Gen ads under this advertiser if a business name is not
170
+ # provided.
171
+ # Corresponds to the JSON property `defaultBusinessName`
172
+ # @return [String]
173
+ attr_accessor :default_business_name
174
+
175
+ # Optional. The asset ID of the default logo image for the advertiser. This is
176
+ # the asset ID that will be used by YouTube and Demand ads under this advertiser
177
+ # if a logo asset is not provided. You must use advertisers.adAssets.upload to
178
+ # upload this asset using the API.
179
+ # Corresponds to the JSON property `defaultLogoAssetId`
180
+ # @return [Fixnum]
181
+ attr_accessor :default_logo_asset_id
182
+
168
183
  # Required. The display name of the advertiser. Must be UTF-8 encoded with a
169
184
  # maximum size of 240 bytes.
170
185
  # Corresponds to the JSON property `displayName`
@@ -234,6 +249,8 @@ module Google
234
249
  @contains_eu_political_ads = args[:contains_eu_political_ads] if args.key?(:contains_eu_political_ads)
235
250
  @creative_config = args[:creative_config] if args.key?(:creative_config)
236
251
  @data_access_config = args[:data_access_config] if args.key?(:data_access_config)
252
+ @default_business_name = args[:default_business_name] if args.key?(:default_business_name)
253
+ @default_logo_asset_id = args[:default_logo_asset_id] if args.key?(:default_logo_asset_id)
237
254
  @display_name = args[:display_name] if args.key?(:display_name)
238
255
  @entity_status = args[:entity_status] if args.key?(:entity_status)
239
256
  @general_config = args[:general_config] if args.key?(:general_config)
@@ -3797,6 +3814,12 @@ module Google
3797
3814
  attr_accessor :skippable
3798
3815
  alias_method :skippable?, :skippable
3799
3816
 
3817
+ # Optional. Whether the creative contains synthetic content or was created using
3818
+ # AI.
3819
+ # Corresponds to the JSON property `syntheticContentAttestationStatus`
3820
+ # @return [String]
3821
+ attr_accessor :synthetic_content_attestation_status
3822
+
3800
3823
  # Optional. The original third-party tag used for the creative. Required and
3801
3824
  # only valid for third-party tag creatives. Third-party tag creatives are
3802
3825
  # creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY`
@@ -3920,6 +3943,7 @@ module Google
3920
3943
  @review_status = args[:review_status] if args.key?(:review_status)
3921
3944
  @skip_offset = args[:skip_offset] if args.key?(:skip_offset)
3922
3945
  @skippable = args[:skippable] if args.key?(:skippable)
3946
+ @synthetic_content_attestation_status = args[:synthetic_content_attestation_status] if args.key?(:synthetic_content_attestation_status)
3923
3947
  @third_party_tag = args[:third_party_tag] if args.key?(:third_party_tag)
3924
3948
  @third_party_urls = args[:third_party_urls] if args.key?(:third_party_urls)
3925
3949
  @timer_events = args[:timer_events] if args.key?(:timer_events)
@@ -10352,9 +10376,7 @@ module Google
10352
10376
  # Optional. The third-party vendors measuring brand lift. The following third-
10353
10377
  # party vendors are applicable: * `THIRD_PARTY_VENDOR_DYNATA` * `
10354
10378
  # THIRD_PARTY_VENDOR_KANTAR` * `THIRD_PARTY_VENDOR_INTAGE` * `
10355
- # THIRD_PARTY_VENDOR_NIELSEN` * `THIRD_PARTY_VENDOR_MACROMILL` *Warning*:
10356
- # Starting **July 13, 2026**, this field will no longer support `
10357
- # THIRD_PARTY_VENDOR_NIELSEN`.
10379
+ # THIRD_PARTY_VENDOR_MACROMILL`
10358
10380
  # Corresponds to the JSON property `brandLiftVendorConfigs`
10359
10381
  # @return [Array<Google::Apis::DisplayvideoV2::ThirdPartyVendorConfig>]
10360
10382
  attr_accessor :brand_lift_vendor_configs
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV2
18
18
  # Version of the google-apis-displayvideo_v2 gem
19
- GEM_VERSION = "0.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260630"
25
+ REVISION = "20260720"
26
26
  end
27
27
  end
28
28
  end
@@ -1871,6 +1871,8 @@ module Google
1871
1871
 
1872
1872
  property :data_access_config, as: 'dataAccessConfig', class: Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig, decorator: Google::Apis::DisplayvideoV2::AdvertiserDataAccessConfig::Representation
1873
1873
 
1874
+ property :default_business_name, as: 'defaultBusinessName'
1875
+ property :default_logo_asset_id, :numeric_string => true, as: 'defaultLogoAssetId'
1874
1876
  property :display_name, as: 'displayName'
1875
1877
  property :entity_status, as: 'entityStatus'
1876
1878
  property :general_config, as: 'generalConfig', class: Google::Apis::DisplayvideoV2::AdvertiserGeneralConfig, decorator: Google::Apis::DisplayvideoV2::AdvertiserGeneralConfig::Representation
@@ -2834,6 +2836,7 @@ module Google
2834
2836
  property :skip_offset, as: 'skipOffset', class: Google::Apis::DisplayvideoV2::AudioVideoOffset, decorator: Google::Apis::DisplayvideoV2::AudioVideoOffset::Representation
2835
2837
 
2836
2838
  property :skippable, as: 'skippable'
2839
+ property :synthetic_content_attestation_status, as: 'syntheticContentAttestationStatus'
2837
2840
  property :third_party_tag, as: 'thirdPartyTag'
2838
2841
  collection :third_party_urls, as: 'thirdPartyUrls', class: Google::Apis::DisplayvideoV2::ThirdPartyUrl, decorator: Google::Apis::DisplayvideoV2::ThirdPartyUrl::Representation
2839
2842
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.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_v2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.62.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
62
62
  rdoc_options: []
63
63
  require_paths: