google-apis-displayvideo_v2 0.32.0 → 0.34.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3872b5b6ef19300f9445a5012acd5d114a64d48858774325e03b57c2b5c30014
4
- data.tar.gz: 72f0640369b50ce6ba4babc9688c3bc513191f669db125705031ed3f36209feb
3
+ metadata.gz: 03412305d71e9b65c449e17191253ca66515b42694799d8e3d35df30536a059a
4
+ data.tar.gz: 5e3e8ee613733a47db7c54d2b1e51fe835d57413901db284e2d8a4dbcae82cb2
5
5
  SHA512:
6
- metadata.gz: fab7a8276e25e39195032e3282290c98938301f38c342d0a6cd7b88b160ebbc6b17e0b9d34288fcd42cbe275789830574cbb4efa59859b58141075cc5ff2fb0e
7
- data.tar.gz: b82716d86112347c7c8b3e4fbc3f44103a7a1570352533f793267bcc58d6354346ee30c8584d4d14cc901f37ec5ad34147831067ae4ecf2f24d1a2343f053c18
6
+ metadata.gz: 8e8b729c651b222bc664e8cc8b367f4513a4a50a082f4e59911e1820329198a617fd12ee7752ec01b43c34e57c2d1a7c189983fe94d2f20b37e4fb6233b006df
7
+ data.tar.gz: 150ae90561615fe2319f966ce45fbea5e9efbcaad958bea5d48064117ca86033ce1dee5d7bbf740eb780eb98f82ec20f9a8b8e959075b4402b41ed891c2658a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-displayvideo_v2
2
2
 
3
+ ### v0.34.0 (2024-02-23)
4
+
5
+ * Regenerated from discovery document revision 20240222
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.33.0 (2024-02-18)
9
+
10
+ * Regenerated from discovery document revision 20240215
11
+
3
12
  ### v0.32.0 (2024-02-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20240201
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/display-video/) may pr
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -302,13 +302,22 @@ module Google
302
302
  # @return [Fixnum]
303
303
  attr_accessor :ias_client_id
304
304
 
305
- # Whether or not to use DV360's Online Behavioral Advertising (OBA) compliance.
306
- # Starting on February 9, 2024, this field will be affected by an update to the
307
- # Display & Video 360 API Terms of Service. See our [announcement](//ads-
308
- # developers.googleblog.com/2024/01/update-to-display-video-360-api-terms.html)
309
- # for more detail. Warning: Changing OBA settings may cause the audit status of
310
- # your creatives to be reset by some ad exchanges, making them ineligible to
311
- # serve until they are re-approved.
305
+ # Whether or not to disable Google's About this Ad feature that adds badging (to
306
+ # identify the content as an ad) and transparency information (on interaction
307
+ # with About this Ad) to your ads for Online Behavioral Advertising (OBA) and
308
+ # regulatory requirements. About this Ad gives users greater control over the
309
+ # ads they see and helps you explain why they're seeing your ad. [Learn more](//
310
+ # support.google.com/displayvideo/answer/14315795). If you choose to set this
311
+ # field to `true`, note that ads served through Display & Video 360 must comply
312
+ # to the following: * Be Online Behavioral Advertising (OBA) compliant, as per
313
+ # your contract with Google Marketing Platform. * In the European Economic Area (
314
+ # EEA), include transparency information and a mechanism for users to report
315
+ # illegal content in ads. If using an alternative ad badging, transparency, and
316
+ # reporting solution, you must ensure it includes the required transparency
317
+ # information and illegal content flagging mechanism and that you notify Google
318
+ # of any illegal content reports using the appropriate [form](//support.google.
319
+ # com/legal/troubleshooter/1114905?sjid=6787484030557261960-EU#ts=2981967%
320
+ # 2C2982031%2C12980091).
312
321
  # Corresponds to the JSON property `obaComplianceDisabled`
313
322
  # @return [Boolean]
314
323
  attr_accessor :oba_compliance_disabled
@@ -5040,6 +5049,18 @@ module Google
5040
5049
  # @return [Fixnum]
5041
5050
  attr_accessor :advertiser_id
5042
5051
 
5052
+ # Wrapper message for a list of contact information defining Customer Match
5053
+ # audience members.
5054
+ # Corresponds to the JSON property `removedContactInfoList`
5055
+ # @return [Google::Apis::DisplayvideoV2::ContactInfoList]
5056
+ attr_accessor :removed_contact_info_list
5057
+
5058
+ # Wrapper message for a list of mobile device IDs defining Customer Match
5059
+ # audience members.
5060
+ # Corresponds to the JSON property `removedMobileDeviceIdList`
5061
+ # @return [Google::Apis::DisplayvideoV2::MobileDeviceIdList]
5062
+ attr_accessor :removed_mobile_device_id_list
5063
+
5043
5064
  def initialize(**args)
5044
5065
  update!(**args)
5045
5066
  end
@@ -5049,6 +5070,8 @@ module Google
5049
5070
  @added_contact_info_list = args[:added_contact_info_list] if args.key?(:added_contact_info_list)
5050
5071
  @added_mobile_device_id_list = args[:added_mobile_device_id_list] if args.key?(:added_mobile_device_id_list)
5051
5072
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
5073
+ @removed_contact_info_list = args[:removed_contact_info_list] if args.key?(:removed_contact_info_list)
5074
+ @removed_mobile_device_id_list = args[:removed_mobile_device_id_list] if args.key?(:removed_mobile_device_id_list)
5052
5075
  end
5053
5076
  end
5054
5077
 
@@ -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.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240201"
25
+ REVISION = "20240222"
26
26
  end
27
27
  end
28
28
  end
@@ -3331,6 +3331,10 @@ module Google
3331
3331
  property :added_mobile_device_id_list, as: 'addedMobileDeviceIdList', class: Google::Apis::DisplayvideoV2::MobileDeviceIdList, decorator: Google::Apis::DisplayvideoV2::MobileDeviceIdList::Representation
3332
3332
 
3333
3333
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3334
+ property :removed_contact_info_list, as: 'removedContactInfoList', class: Google::Apis::DisplayvideoV2::ContactInfoList, decorator: Google::Apis::DisplayvideoV2::ContactInfoList::Representation
3335
+
3336
+ property :removed_mobile_device_id_list, as: 'removedMobileDeviceIdList', class: Google::Apis::DisplayvideoV2::MobileDeviceIdList, decorator: Google::Apis::DisplayvideoV2::MobileDeviceIdList::Representation
3337
+
3334
3338
  end
3335
3339
  end
3336
3340
 
@@ -92,8 +92,10 @@ module Google
92
92
  execute_or_queue_command(command, &block)
93
93
  end
94
94
 
95
- # Creates a new advertiser. Returns the newly created advertiser if successful.
96
- # This method can take up to 180 seconds to complete.
95
+ # Creates a new advertiser. Returns the newly created advertiser if successful. *
96
+ # *This method regularly experiences high latency.** We recommend [increasing
97
+ # your default timeout](/display-video/api/guides/best-practices/timeouts#
98
+ # client_library_timeout) to avoid errors.
97
99
  # @param [Google::Apis::DisplayvideoV2::Advertiser] advertiser_object
98
100
  # @param [String] fields
99
101
  # Selector specifying which fields to include in a partial response.
@@ -465,7 +467,10 @@ module Google
465
467
 
466
468
  # Permanently deletes a campaign. A deleted campaign cannot be recovered. The
467
469
  # campaign should be archived first, i.e. set entity_status to `
468
- # ENTITY_STATUS_ARCHIVED`, to be able to delete it.
470
+ # ENTITY_STATUS_ARCHIVED`, to be able to delete it. **This method regularly
471
+ # experiences high latency.** We recommend [increasing your default timeout](/
472
+ # display-video/api/guides/best-practices/timeouts#client_library_timeout) to
473
+ # avoid errors.
469
474
  # @param [Fixnum] advertiser_id
470
475
  # The ID of the advertiser this campaign belongs to.
471
476
  # @param [Fixnum] campaign_id
@@ -1189,7 +1194,9 @@ module Google
1189
1194
 
1190
1195
  # Replaces all of the sites under a single channel. The operation will replace
1191
1196
  # the sites under a channel with the sites provided in ReplaceSitesRequest.
1192
- # new_sites.
1197
+ # new_sites. **This method regularly experiences high latency.** We recommend [
1198
+ # increasing your default timeout](/display-video/api/guides/best-practices/
1199
+ # timeouts#client_library_timeout) to avoid errors.
1193
1200
  # @param [Fixnum] advertiser_id
1194
1201
  # The ID of the advertiser that owns the parent channel.
1195
1202
  # @param [Fixnum] channel_id
@@ -2305,7 +2312,10 @@ module Google
2305
2312
  end
2306
2313
 
2307
2314
  # Duplicates a line item. Returns the ID of the created line item if successful.
2308
- # YouTube & Partners line items cannot be created or updated using the API.
2315
+ # YouTube & Partners line items cannot be created or updated using the API. **
2316
+ # This method regularly experiences high latency.** We recommend [increasing
2317
+ # your default timeout](/display-video/api/guides/best-practices/timeouts#
2318
+ # client_library_timeout) to avoid errors.
2309
2319
  # @param [Fixnum] advertiser_id
2310
2320
  # Required. The ID of the advertiser this line item belongs to.
2311
2321
  # @param [Fixnum] line_item_id
@@ -2487,7 +2497,9 @@ module Google
2487
2497
  # requests updating the same line item: * BulkEditAssignedTargetingOptions *
2488
2498
  # BulkUpdateLineItems * assignedTargetingOptions.create *
2489
2499
  # assignedTargetingOptions.delete YouTube & Partners line items cannot be
2490
- # created or updated using the API.
2500
+ # created or updated using the API. **This method regularly experiences high
2501
+ # latency.** We recommend [increasing your default timeout](/display-video/api/
2502
+ # guides/best-practices/timeouts#client_library_timeout) to avoid errors.
2491
2503
  # @param [Fixnum] advertiser_id
2492
2504
  # Output only. The unique ID of the advertiser the line item belongs to.
2493
2505
  # @param [Fixnum] line_item_id
@@ -6810,7 +6822,9 @@ module Google
6810
6822
 
6811
6823
  # Replaces all of the sites under a single channel. The operation will replace
6812
6824
  # the sites under a channel with the sites provided in ReplaceSitesRequest.
6813
- # new_sites.
6825
+ # new_sites. **This method regularly experiences high latency.** We recommend [
6826
+ # increasing your default timeout](/display-video/api/guides/best-practices/
6827
+ # timeouts#client_library_timeout) to avoid errors.
6814
6828
  # @param [Fixnum] partner_id
6815
6829
  # The ID of the partner that owns the parent channel.
6816
6830
  # @param [Fixnum] channel_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-04 00:00:00.000000000 Z
11
+ date: 2024-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v2/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v2
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Display & Video 360 API V2