google-apis-authorizedbuyersmarketplace_v1 0.34.0 → 0.36.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: e19713f62cb9502b9f7dc0a06f605560d6d367f8b3a32d6072c241d2c9fc6646
4
- data.tar.gz: 85f0d629c6be3bded703edc275a772cb0a388309e19e566c5afb55c725ef1ce4
3
+ metadata.gz: 2e7c42a82526f6416bf6189575a1afc075cb2e886a35508e6266c65c3650b250
4
+ data.tar.gz: 96fc993238a1a89c2da45d44835a964e08cf59ccf552d43854097bb9eeca90d6
5
5
  SHA512:
6
- metadata.gz: 926fb5356ecb6fe79a38e93d079d4c8a0392c9e15ea0729265dd42a7fc68e884bfe3a953cd21a0611e4c9061cf3d9e4f77b29a79e833e0c870d5dc954167c3b2
7
- data.tar.gz: 19eccb27af082abed3fedbb3653c62cb0c62527166db9878d17236470104141f22d68859a5679ca58755006d3bdc0a5f9cc3e757f953faad0b710b4bb240b9d0
6
+ metadata.gz: 3bfe78ebb479058dc5fe7c569e7d8d41f3df9e69885838aff77306655b1dec1567ded9f039e4223a8187ff73d954bd9520aa83ae19a5c0cb82a65748f036883c
7
+ data.tar.gz: 158d739f78aabb562aa13162a64a700c56d586bafb9e4de8970093191c3c3f979a24371869fc4fa5be45808086eb0b62947a47b7712028bb7ad7ec297fd336c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.36.0 (2025-11-23)
4
+
5
+ * Regenerated from discovery document revision 20251119
6
+
7
+ ### v0.35.0 (2025-11-09)
8
+
9
+ * Regenerated from discovery document revision 20251104
10
+
3
11
  ### v0.34.0 (2025-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20251028
@@ -182,6 +182,11 @@ module Google
182
182
  # @return [Array<String>]
183
183
  attr_accessor :eligible_seat_ids
184
184
 
185
+ # Represents an amount of money with its currency type.
186
+ # Corresponds to the JSON property `floorPriceCpm`
187
+ # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::Money]
188
+ attr_accessor :floor_price_cpm
189
+
185
190
  # Immutable. The unique identifier for the auction package. Format: `buyers/`
186
191
  # accountId`/auctionPackages/`auctionPackageId`` The auction_package_id part of
187
192
  # name is sent in the BidRequest to all RTB bidders and is returned as deal_id
@@ -230,6 +235,7 @@ module Google
230
235
  @description = args[:description] if args.key?(:description)
231
236
  @display_name = args[:display_name] if args.key?(:display_name)
232
237
  @eligible_seat_ids = args[:eligible_seat_ids] if args.key?(:eligible_seat_ids)
238
+ @floor_price_cpm = args[:floor_price_cpm] if args.key?(:floor_price_cpm)
233
239
  @name = args[:name] if args.key?(:name)
234
240
  @subscribed_buyers = args[:subscribed_buyers] if args.key?(:subscribed_buyers)
235
241
  @subscribed_clients = args[:subscribed_clients] if args.key?(:subscribed_clients)
@@ -665,7 +671,7 @@ module Google
665
671
  # @return [String]
666
672
  attr_accessor :flight_start_time
667
673
 
668
- # Describes a single Media Planner account.
674
+ # Represents a media planner account.
669
675
  # Corresponds to the JSON property `mediaPlanner`
670
676
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::MediaPlanner]
671
677
  attr_accessor :media_planner
@@ -1287,7 +1293,7 @@ module Google
1287
1293
  end
1288
1294
  end
1289
1295
 
1290
- # Describes a single Media Planner account.
1296
+ # Represents a media planner account.
1291
1297
  class MediaPlanner
1292
1298
  include Google::Apis::Core::Hashable
1293
1299
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AuthorizedbuyersmarketplaceV1
18
18
  # Version of the google-apis-authorizedbuyersmarketplace_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251028"
25
+ REVISION = "20251119"
26
26
  end
27
27
  end
28
28
  end
@@ -464,6 +464,8 @@ module Google
464
464
  property :description, as: 'description'
465
465
  property :display_name, as: 'displayName'
466
466
  collection :eligible_seat_ids, as: 'eligibleSeatIds'
467
+ property :floor_price_cpm, as: 'floorPriceCpm', class: Google::Apis::AuthorizedbuyersmarketplaceV1::Money, decorator: Google::Apis::AuthorizedbuyersmarketplaceV1::Money::Representation
468
+
467
469
  property :name, as: 'name'
468
470
  collection :subscribed_buyers, as: 'subscribedBuyers'
469
471
  collection :subscribed_clients, as: 'subscribedClients'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-authorizedbuyersmarketplace_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.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-authorizedbuyersmarketplace_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.34.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.36.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1
62
62
  rdoc_options: []
63
63
  require_paths: