google-apis-displayvideo_v2 0.33.0 → 0.34.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: 7f3b0b026f325bc36cbc4c80252408661fdde81aff7421a11c5527d323276fac
4
- data.tar.gz: e3ce24c5ef36dc659df4f93fe6e751c4bfb18ad5da74174994db05ed02f087c5
3
+ metadata.gz: 03412305d71e9b65c449e17191253ca66515b42694799d8e3d35df30536a059a
4
+ data.tar.gz: 5e3e8ee613733a47db7c54d2b1e51fe835d57413901db284e2d8a4dbcae82cb2
5
5
  SHA512:
6
- metadata.gz: db7174ef467a7b126d7cd5793cd7c589d5266fec3653268f617ebd21999fdae791bfa31f6d5164e8b51d706e2c3df86f1f879101308e8d39838eccc490d2f227
7
- data.tar.gz: 984501a6c26a9372af99b5e06b3b1e06eddb5bbc702a20d7a2cdd0e9a7ba005efe5daf1d53e2f9511278ff709c2e77954ff09e6e2f11e9bb47ca023e58c20810
6
+ metadata.gz: 8e8b729c651b222bc664e8cc8b367f4513a4a50a082f4e59911e1820329198a617fd12ee7752ec01b43c34e57c2d1a7c189983fe94d2f20b37e4fb6233b006df
7
+ data.tar.gz: 150ae90561615fe2319f966ce45fbea5e9efbcaad958bea5d48064117ca86033ce1dee5d7bbf740eb780eb98f82ec20f9a8b8e959075b4402b41ed891c2658a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.33.0 (2024-02-18)
4
9
 
5
10
  * Regenerated from discovery document revision 20240215
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
 
@@ -5049,6 +5049,18 @@ module Google
5049
5049
  # @return [Fixnum]
5050
5050
  attr_accessor :advertiser_id
5051
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
+
5052
5064
  def initialize(**args)
5053
5065
  update!(**args)
5054
5066
  end
@@ -5058,6 +5070,8 @@ module Google
5058
5070
  @added_contact_info_list = args[:added_contact_info_list] if args.key?(:added_contact_info_list)
5059
5071
  @added_mobile_device_id_list = args[:added_mobile_device_id_list] if args.key?(:added_mobile_device_id_list)
5060
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)
5061
5075
  end
5062
5076
  end
5063
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.33.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 = "20240215"
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
 
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.33.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-18 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.33.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