google-apis-displayvideo_v3 0.44.0 → 0.45.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: c2e26a0047f5d4465abf68a241973788ce84ae62e6ca527aa70b02ecf18c9e6d
4
- data.tar.gz: 15fe5f5142876d0596dce2fc0e6d15b292d492205a205322e7d2dcdbeb3cbd13
3
+ metadata.gz: fececeafe32f16b8ec29b0cab6de58c5729ed0fd67198cb757bceff463d6bec7
4
+ data.tar.gz: b969900d445645a79e5788071e1c2db4476bdb1c244e196c43666824a2ff5395
5
5
  SHA512:
6
- metadata.gz: 21551b88dd5f5af2527e88ab3670aa8c4147756d9e7ad3fb4b352ca0c45fa58fcc81ad2444bb45f90c8a8f00c63593682c4cc746a8221b553fb06e47ae728d60
7
- data.tar.gz: b0404dbb2669666c5f85e9f99c26ad5393aed3afd823f41535c2e4be785daa82cc9fc9e4618f7c1fee37478f8d886034a4cfb7006c9cb54cfd4643f552ac8cd3
6
+ metadata.gz: ec5863815f100d5f74e9e299f6954275a26cc0e158361c36af979a44af51488faca974adfd1edb563bee1e34f4ef2260576f853e3f9709dcae595f64955570c0
7
+ data.tar.gz: d11b0f19e1de7dc972559feb43c1d1a707231b09d6919fc0db536c8a3feaa7d76a20b23779cf44d583a375982d52af56d6a5fb3d7192390c5731cc7043c83184
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.45.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260720
6
+
3
7
  ### v0.44.0 (2026-07-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260714
@@ -5436,6 +5436,12 @@ module Google
5436
5436
  attr_accessor :skippable
5437
5437
  alias_method :skippable?, :skippable
5438
5438
 
5439
+ # Optional. Whether the creative contains synthetic content or was created using
5440
+ # AI.
5441
+ # Corresponds to the JSON property `syntheticContentAttestationStatus`
5442
+ # @return [String]
5443
+ attr_accessor :synthetic_content_attestation_status
5444
+
5439
5445
  # Optional. The original third-party tag used for the creative. Required and
5440
5446
  # only valid for third-party tag creatives. Third-party tag creatives are
5441
5447
  # creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY`
@@ -5559,6 +5565,7 @@ module Google
5559
5565
  @review_status = args[:review_status] if args.key?(:review_status)
5560
5566
  @skip_offset = args[:skip_offset] if args.key?(:skip_offset)
5561
5567
  @skippable = args[:skippable] if args.key?(:skippable)
5568
+ @synthetic_content_attestation_status = args[:synthetic_content_attestation_status] if args.key?(:synthetic_content_attestation_status)
5562
5569
  @third_party_tag = args[:third_party_tag] if args.key?(:third_party_tag)
5563
5570
  @third_party_urls = args[:third_party_urls] if args.key?(:third_party_urls)
5564
5571
  @timer_events = args[:timer_events] if args.key?(:timer_events)
@@ -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.44.0"
19
+ GEM_VERSION = "0.45.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 = "20260714"
25
+ REVISION = "20260720"
26
26
  end
27
27
  end
28
28
  end
@@ -3603,6 +3603,7 @@ module Google
3603
3603
  property :skip_offset, as: 'skipOffset', class: Google::Apis::DisplayvideoV3::AudioVideoOffset, decorator: Google::Apis::DisplayvideoV3::AudioVideoOffset::Representation
3604
3604
 
3605
3605
  property :skippable, as: 'skippable'
3606
+ property :synthetic_content_attestation_status, as: 'syntheticContentAttestationStatus'
3606
3607
  property :third_party_tag, as: 'thirdPartyTag'
3607
3608
  collection :third_party_urls, as: 'thirdPartyUrls', class: Google::Apis::DisplayvideoV3::ThirdPartyUrl, decorator: Google::Apis::DisplayvideoV3::ThirdPartyUrl::Representation
3608
3609
 
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.44.0
4
+ version: 0.45.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.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.45.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: