google-apis-displayvideo_v4 0.25.0 → 0.26.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: 4cbb9cf17a3e26fd7d7e6793e32d5cb56020d9b65e8cad3ae19b6d2a5b686a62
4
- data.tar.gz: 66abe55153a26cf4ab1cfe55c720ba6d535d7528d88f1f0a595fa04001a5bb66
3
+ metadata.gz: 7e852f2d8bd2fd48de1ca5dead46475818e623123d72b547e13923cf5e9345c1
4
+ data.tar.gz: 8c92888e4fc768207c84fcfca6ebb301cd40341906c2505ec8c068ada452bbf6
5
5
  SHA512:
6
- metadata.gz: e14610259ed45d03889784b5fd40a19410ec7549df92391c72b11cdacb5199781faddd0849aec945545ccc49406e1e228a7eaeb80d1e7128399211f7f607607d
7
- data.tar.gz: a975d06f1c7f888a4749295733a231a58461b5ec28882c1b5c79dddbfc8297278aa12f511cab6184388cf234b66c2c74a6d7e2976a3338d7784683d8b99849e1
6
+ metadata.gz: 639e7bd0e57a891737dd6bd0a65e2c480a45e0ecbe5f918f49055366fa52b27ca56ec954999d5017ca1878127f4d67928ee13d3505b752bec23114eec06fd2ba
7
+ data.tar.gz: 409fb3b40d01b25c48051406f858543ffe693fc8bbc8069aee6e0eef076cdbce7f173ffd64facb1777b7bb7128b65190d03bdd99917369c213649e6771bce664
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-displayvideo_v4
2
2
 
3
+ ### v0.26.0 (2026-08-09)
4
+
5
+ * Regenerated from discovery document revision 20260805
6
+
3
7
  ### v0.25.0 (2026-07-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20260720
@@ -98,7 +98,8 @@ module Google
98
98
  # @return [String]
99
99
  attr_accessor :name
100
100
 
101
- # Optional. Whether the asset contains synthetic content or was created using AI.
101
+ # Optional. Whether to add a label to the asset as created or edited using AI
102
+ # when served in regions with local AI labeling regulations.
102
103
  # Corresponds to the JSON property `syntheticContentAttestationStatus`
103
104
  # @return [String]
104
105
  attr_accessor :synthetic_content_attestation_status
@@ -4879,7 +4880,7 @@ module Google
4879
4880
  include Google::Apis::Core::Hashable
4880
4881
 
4881
4882
  # Optional. Country code of the member. Must also be set with the following
4882
- # fields: * country_code * hashed_first_name * hashed_last_name * zip_codes
4883
+ # fields: * hashed_first_name * hashed_last_name * zip_codes
4883
4884
  # Corresponds to the JSON property `countryCode`
4884
4885
  # @return [String]
4885
4886
  attr_accessor :country_code
@@ -5769,8 +5770,8 @@ module Google
5769
5770
  attr_accessor :skippable
5770
5771
  alias_method :skippable?, :skippable
5771
5772
 
5772
- # Optional. Whether the creative contains synthetic content or was created using
5773
- # AI.
5773
+ # Optional. Whether to add a label to the creative as created or edited using AI
5774
+ # when served in regions with local AI labeling regulations.
5774
5775
  # Corresponds to the JSON property `syntheticContentAttestationStatus`
5775
5776
  # @return [String]
5776
5777
  attr_accessor :synthetic_content_attestation_status
@@ -14923,7 +14924,8 @@ module Google
14923
14924
  # @return [String]
14924
14925
  attr_accessor :filename
14925
14926
 
14926
- # Optional. Whether the asset contains synthetic content or was created using AI.
14927
+ # Optional. Whether to add a label to the asset as created or edited using AI
14928
+ # when served in regions with local AI labeling regulations.
14927
14929
  # Corresponds to the JSON property `syntheticContentAttestationStatus`
14928
14930
  # @return [String]
14929
14931
  attr_accessor :synthetic_content_attestation_status
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DisplayvideoV4
18
18
  # Version of the google-apis-displayvideo_v4 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.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 = "20260720"
25
+ REVISION = "20260805"
26
26
  end
27
27
  end
28
28
  end
@@ -545,8 +545,8 @@ module Google
545
545
 
546
546
  # Updates an ad asset. Returns the updated ad asset if successful. Supports
547
547
  # updating assets of AdAssetType `AD_ASSET_TYPE_YOUTUBE_VIDEO` and `
548
- # AD_ASSET_TYPE_IMAGE`. Only the `synthetic_content_attestation_status` field is
549
- # mutable.
548
+ # AD_ASSET_TYPE_IMAGE`. Only the AdAsset.synthetic_content_attestation_status
549
+ # field is mutable.
550
550
  # @param [Fixnum] advertiser_id
551
551
  # Required. The ID of the advertiser this ad asset belongs to.
552
552
  # @param [Fixnum] ad_asset_id
@@ -4283,6 +4283,8 @@ module Google
4283
4283
  end
4284
4284
 
4285
4285
  # Generates a reach forecast for a given advertiser and targeting configuration.
4286
+ # API support for generating reach forecasts and retrieving related metadata is
4287
+ # in beta. This method is only available to allowlisted users.
4286
4288
  # @param [Fixnum] advertiser_id
4287
4289
  # Required. The ID of the advertiser that will run the planned campaign.
4288
4290
  # @param [Google::Apis::DisplayvideoV4::GenerateReachForecastRequest] generate_reach_forecast_request_object
@@ -4315,7 +4317,9 @@ module Google
4315
4317
  execute_or_queue_command(command, &block)
4316
4318
  end
4317
4319
 
4318
- # Retrieves the list of countries where reach forecasting is supported.
4320
+ # Retrieves the list of countries where reach forecasting is supported. API
4321
+ # support for generating reach forecasts and retrieving related metadata is in
4322
+ # beta. This method is only available to allowlisted users.
4319
4323
  # @param [Fixnum] advertiser_id
4320
4324
  # Required. The ID of the advertiser to list plannable locations for.
4321
4325
  # @param [String] fields
@@ -4345,7 +4349,9 @@ module Google
4345
4349
  execute_or_queue_command(command, &block)
4346
4350
  end
4347
4351
 
4348
- # Retrieves the list of products that can be planned for a location.
4352
+ # Retrieves the list of products that can be planned for a location. API support
4353
+ # for generating reach forecasts and retrieving related metadata is in beta.
4354
+ # This method is only available to allowlisted users.
4349
4355
  # @param [Fixnum] advertiser_id
4350
4356
  # Required. The ID of the advertiser to list plannable products for.
4351
4357
  # @param [String] plannable_location_id
@@ -4378,7 +4384,9 @@ module Google
4378
4384
  execute_or_queue_command(command, &block)
4379
4385
  end
4380
4386
 
4381
- # Retrieves Google Audiences (User Interests) available for forecasting.
4387
+ # Retrieves Google Audiences (User Interests) available for forecasting. API
4388
+ # support for generating reach forecasts and retrieving related metadata is in
4389
+ # beta. This method is only available to allowlisted users.
4382
4390
  # @param [Fixnum] advertiser_id
4383
4391
  # Required. The ID of the advertiser to list plannable user interests for.
4384
4392
  # @param [String] product_category
@@ -4411,7 +4419,9 @@ module Google
4411
4419
  execute_or_queue_command(command, &block)
4412
4420
  end
4413
4421
 
4414
- # Retrieves first and third party user lists available for forecasting.
4422
+ # Retrieves first and third party user lists available for forecasting. API
4423
+ # support for generating reach forecasts and retrieving related metadata is in
4424
+ # beta. This method is only available to allowlisted users.
4415
4425
  # @param [Fixnum] advertiser_id
4416
4426
  # Required. The ID of the advertiser to retrieve plannable user lists for.
4417
4427
  # @param [String] filter
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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_v4/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v4/v0.26.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v4
62
62
  rdoc_options: []
63
63
  require_paths: