google-apis-authorizedbuyersmarketplace_v1 0.35.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: 574a7b84a695ef2e87bce2c2e759c6f866d28b9cd4106b6e648dc1e049018d7b
4
- data.tar.gz: 717fa143d4896a38a54784f184dae832f4931214903d5d1c53951c8d42b55e91
3
+ metadata.gz: 2e7c42a82526f6416bf6189575a1afc075cb2e886a35508e6266c65c3650b250
4
+ data.tar.gz: 96fc993238a1a89c2da45d44835a964e08cf59ccf552d43854097bb9eeca90d6
5
5
  SHA512:
6
- metadata.gz: 2b47728701b5e448d02a5800a31acdd542b55834607249adfa588399974feb89c65fad412f14f8523fc9742c282835422be54bbafb386d124b24f2b7bf59dfd8
7
- data.tar.gz: 61f0c17102bf1286e3dd2d1ec1277f866630e8153d62e7fd80b3cfdc5addb996e1edb5842429345e1d0f1b8e3bdcbeb9fe5d912dad3f7f6ee6d4da0732bca95d
6
+ metadata.gz: 3bfe78ebb479058dc5fe7c569e7d8d41f3df9e69885838aff77306655b1dec1567ded9f039e4223a8187ff73d954bd9520aa83ae19a5c0cb82a65748f036883c
7
+ data.tar.gz: 158d739f78aabb562aa13162a64a700c56d586bafb9e4de8970093191c3c3f979a24371869fc4fa5be45808086eb0b62947a47b7712028bb7ad7ec297fd336c8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.35.0 (2025-11-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20251104
@@ -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)
@@ -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.35.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 = "20251104"
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.35.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.35.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: