google-apis-displayvideo_v3 0.6.0 → 0.8.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: 882929268c99c4f37aac673a968ff2da69db8678df9cd91e761b59f6f31ef32b
4
- data.tar.gz: 673a7974e191d9ece8e79f0136e430f276a5aab1d6086a3c0a8fd0e5bdb97bcb
3
+ metadata.gz: 51b799600add264982d40674a2bbd82adcb453b6ffaf911b1913034e35eb00c6
4
+ data.tar.gz: 376966d00014a62173183dfcaa14d13aa868f3519c7ff812cf82228323c7ed55
5
5
  SHA512:
6
- metadata.gz: e4bd829b665762d34e83b043683a74ae97dd1ec95cf94eeb94279f675085b232506e2515ee4746d9e5f3330a72027e1cd9bf2703dea8f70f094dfad4a35765c4
7
- data.tar.gz: 26fbafd9aab915189b73c037a53047644a3f40d10f95a9bfb05d05f9ce1f4c8e92e423578d27e6101ec5e1592d256667f03f3fb9f7b913990434a887f869d411
6
+ metadata.gz: 271026b93e548a8ac1e784650d96ebd42107a359c5d4e69bc493d24b2db22a941817dfdcedae69f4ea1b7434c4167702029db4b39b94320555d2564c41215b2d
7
+ data.tar.gz: cb8f07d7195759a1f6315351dfc9e68e02acd6429e0cbaa9ae6192951c87889b821b8b40b47595b5f86926f237e20f05f254413846868bd7e830ff79cd2e9449
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-displayvideo_v3
2
2
 
3
+ ### v0.8.0 (2024-02-24)
4
+
5
+ * Regenerated from discovery document revision 20240222
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.7.0 (2024-02-18)
9
+
10
+ * Regenerated from discovery document revision 20240215
11
+
3
12
  ### v0.6.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
 
@@ -497,13 +497,22 @@ module Google
497
497
  # @return [Fixnum]
498
498
  attr_accessor :ias_client_id
499
499
 
500
- # Whether or not to use DV360's Online Behavioral Advertising (OBA) compliance.
501
- # Starting on February 9, 2024, this field will be affected by an update to the
502
- # Display & Video 360 API Terms of Service. See our [announcement](//ads-
503
- # developers.googleblog.com/2024/01/update-to-display-video-360-api-terms.html)
504
- # for more detail. Warning: Changing OBA settings may cause the audit status of
505
- # your creatives to be reset by some ad exchanges, making them ineligible to
506
- # serve until they are re-approved.
500
+ # Whether or not to disable Google's About this Ad feature that adds badging (to
501
+ # identify the content as an ad) and transparency information (on interaction
502
+ # with About this Ad) to your ads for Online Behavioral Advertising (OBA) and
503
+ # regulatory requirements. About this Ad gives users greater control over the
504
+ # ads they see and helps you explain why they're seeing your ad. [Learn more](//
505
+ # support.google.com/displayvideo/answer/14315795). If you choose to set this
506
+ # field to `true`, note that ads served through Display & Video 360 must comply
507
+ # to the following: * Be Online Behavioral Advertising (OBA) compliant, as per
508
+ # your contract with Google Marketing Platform. * In the European Economic Area (
509
+ # EEA), include transparency information and a mechanism for users to report
510
+ # illegal content in ads. If using an alternative ad badging, transparency, and
511
+ # reporting solution, you must ensure it includes the required transparency
512
+ # information and illegal content flagging mechanism and that you notify Google
513
+ # of any illegal content reports using the appropriate [form](//support.google.
514
+ # com/legal/troubleshooter/1114905?sjid=6787484030557261960-EU#ts=2981967%
515
+ # 2C2982031%2C12980091).
507
516
  # Corresponds to the JSON property `obaComplianceDisabled`
508
517
  # @return [Boolean]
509
518
  attr_accessor :oba_compliance_disabled
@@ -5618,6 +5627,18 @@ module Google
5618
5627
  # @return [Fixnum]
5619
5628
  attr_accessor :advertiser_id
5620
5629
 
5630
+ # Wrapper message for a list of contact information defining Customer Match
5631
+ # audience members.
5632
+ # Corresponds to the JSON property `removedContactInfoList`
5633
+ # @return [Google::Apis::DisplayvideoV3::ContactInfoList]
5634
+ attr_accessor :removed_contact_info_list
5635
+
5636
+ # Wrapper message for a list of mobile device IDs defining Customer Match
5637
+ # audience members.
5638
+ # Corresponds to the JSON property `removedMobileDeviceIdList`
5639
+ # @return [Google::Apis::DisplayvideoV3::MobileDeviceIdList]
5640
+ attr_accessor :removed_mobile_device_id_list
5641
+
5621
5642
  def initialize(**args)
5622
5643
  update!(**args)
5623
5644
  end
@@ -5627,6 +5648,8 @@ module Google
5627
5648
  @added_contact_info_list = args[:added_contact_info_list] if args.key?(:added_contact_info_list)
5628
5649
  @added_mobile_device_id_list = args[:added_mobile_device_id_list] if args.key?(:added_mobile_device_id_list)
5629
5650
  @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
5651
+ @removed_contact_info_list = args[:removed_contact_info_list] if args.key?(:removed_contact_info_list)
5652
+ @removed_mobile_device_id_list = args[:removed_mobile_device_id_list] if args.key?(:removed_mobile_device_id_list)
5630
5653
  end
5631
5654
  end
5632
5655
 
@@ -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.6.0"
19
+ GEM_VERSION = "0.8.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
@@ -3565,6 +3565,10 @@ module Google
3565
3565
  property :added_mobile_device_id_list, as: 'addedMobileDeviceIdList', class: Google::Apis::DisplayvideoV3::MobileDeviceIdList, decorator: Google::Apis::DisplayvideoV3::MobileDeviceIdList::Representation
3566
3566
 
3567
3567
  property :advertiser_id, :numeric_string => true, as: 'advertiserId'
3568
+ property :removed_contact_info_list, as: 'removedContactInfoList', class: Google::Apis::DisplayvideoV3::ContactInfoList, decorator: Google::Apis::DisplayvideoV3::ContactInfoList::Representation
3569
+
3570
+ property :removed_mobile_device_id_list, as: 'removedMobileDeviceIdList', class: Google::Apis::DisplayvideoV3::MobileDeviceIdList, decorator: Google::Apis::DisplayvideoV3::MobileDeviceIdList::Representation
3571
+
3568
3572
  end
3569
3573
  end
3570
3574
 
@@ -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::DisplayvideoV3::Advertiser] advertiser_object
98
100
  # @param [String] fields
99
101
  # Selector specifying which fields to include in a partial response.
@@ -838,7 +840,10 @@ module Google
838
840
 
839
841
  # Permanently deletes a campaign. A deleted campaign cannot be recovered. The
840
842
  # campaign should be archived first, i.e. set entity_status to `
841
- # ENTITY_STATUS_ARCHIVED`, to be able to delete it.
843
+ # ENTITY_STATUS_ARCHIVED`, to be able to delete it. **This method regularly
844
+ # experiences high latency.** We recommend [increasing your default timeout](/
845
+ # display-video/api/guides/best-practices/timeouts#client_library_timeout) to
846
+ # avoid errors.
842
847
  # @param [Fixnum] advertiser_id
843
848
  # The ID of the advertiser this campaign belongs to.
844
849
  # @param [Fixnum] campaign_id
@@ -1562,7 +1567,9 @@ module Google
1562
1567
 
1563
1568
  # Replaces all of the sites under a single channel. The operation will replace
1564
1569
  # the sites under a channel with the sites provided in ReplaceSitesRequest.
1565
- # new_sites.
1570
+ # new_sites. **This method regularly experiences high latency.** We recommend [
1571
+ # increasing your default timeout](/display-video/api/guides/best-practices/
1572
+ # timeouts#client_library_timeout) to avoid errors.
1566
1573
  # @param [Fixnum] advertiser_id
1567
1574
  # The ID of the advertiser that owns the parent channel.
1568
1575
  # @param [Fixnum] channel_id
@@ -2678,7 +2685,10 @@ module Google
2678
2685
  end
2679
2686
 
2680
2687
  # Duplicates a line item. Returns the ID of the created line item if successful.
2681
- # YouTube & Partners line items cannot be created or updated using the API.
2688
+ # YouTube & Partners line items cannot be created or updated using the API. **
2689
+ # This method regularly experiences high latency.** We recommend [increasing
2690
+ # your default timeout](/display-video/api/guides/best-practices/timeouts#
2691
+ # client_library_timeout) to avoid errors.
2682
2692
  # @param [Fixnum] advertiser_id
2683
2693
  # Required. The ID of the advertiser this line item belongs to.
2684
2694
  # @param [Fixnum] line_item_id
@@ -2860,7 +2870,9 @@ module Google
2860
2870
  # requests updating the same line item: * BulkEditAssignedTargetingOptions *
2861
2871
  # BulkUpdateLineItems * assignedTargetingOptions.create *
2862
2872
  # assignedTargetingOptions.delete YouTube & Partners line items cannot be
2863
- # created or updated using the API.
2873
+ # created or updated using the API. **This method regularly experiences high
2874
+ # latency.** We recommend [increasing your default timeout](/display-video/api/
2875
+ # guides/best-practices/timeouts#client_library_timeout) to avoid errors.
2864
2876
  # @param [Fixnum] advertiser_id
2865
2877
  # Output only. The unique ID of the advertiser the line item belongs to.
2866
2878
  # @param [Fixnum] line_item_id
@@ -6726,7 +6738,9 @@ module Google
6726
6738
 
6727
6739
  # Replaces all of the sites under a single channel. The operation will replace
6728
6740
  # the sites under a channel with the sites provided in ReplaceSitesRequest.
6729
- # new_sites.
6741
+ # new_sites. **This method regularly experiences high latency.** We recommend [
6742
+ # increasing your default timeout](/display-video/api/guides/best-practices/
6743
+ # timeouts#client_library_timeout) to avoid errors.
6730
6744
  # @param [Fixnum] partner_id
6731
6745
  # The ID of the partner that owns the parent channel.
6732
6746
  # @param [Fixnum] channel_id
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-displayvideo_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-displayvideo_v3/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-displayvideo_v3
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 V3