google-apis-authorizedbuyersmarketplace_v1 0.29.0 → 0.31.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: 4c5a97e189cc65a05a8e445b669b834275510b537ba6525d4c534bcb70866c8e
4
- data.tar.gz: 1c8956a71083a8055a608c61b38a957775775396226600d581e5ffd67bc18034
3
+ metadata.gz: 3bf7ea31b64db382d4679ba9b39273f07d354ff756d25d43a2183e82d195a039
4
+ data.tar.gz: 4c505f17e9d9a41a642a12432713bad140d9eda40b535243f9c4aedc3af4517d
5
5
  SHA512:
6
- metadata.gz: ba54d51d7e1b5f61d8193afc1d51d9e855761555620e8acb901aa3e64fd3369a25a8d6f48e0ed5e12291204225a1cdd4782bd4f14fe620a8deef46d7e0784b3c
7
- data.tar.gz: 0bc2a94ea443bb09b7e85176ca48f7a7f93314ecc395c33b024abdf28074528fd4a1e88789bcda31918d7705111f4556eb278f1bdfe634778334fef2a0a32b59
6
+ metadata.gz: 0b992a36e48420d94417e0f4c937b1c18442f2c99f89d8b28fc4267688737bdc45fca3c015f9643f5a4841e07b17ecb576e37473285dac38a2e8c77d72642f5c
7
+ data.tar.gz: 7ebc943b89ff814df1a3bafc952b3e34f06b7f3300c8ad58c2cf4f4bc074e9c2bd8bafafa09ead7b1c78d7e889d5a2925a7c7996dca9e0df6a8a652d2186b817
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1
2
2
 
3
+ ### v0.31.0 (2025-01-19)
4
+
5
+ * Regenerated from discovery document revision 20250113
6
+
7
+ ### v0.30.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20250107
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.29.0 (2024-11-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20241120
@@ -158,6 +158,13 @@ module Google
158
158
  # @return [String]
159
159
  attr_accessor :creator
160
160
 
161
+ # Output only. If set, this field contains the DSP specific seat id set by the
162
+ # media planner account that is considered the owner of this deal. The seat ID
163
+ # is in the calling DSP's namespace.
164
+ # Corresponds to the JSON property `dealOwnerSeatId`
165
+ # @return [String]
166
+ attr_accessor :deal_owner_seat_id
167
+
161
168
  # Output only. A description of the auction package.
162
169
  # Corresponds to the JSON property `description`
163
170
  # @return [String]
@@ -168,9 +175,9 @@ module Google
168
175
  # @return [String]
169
176
  attr_accessor :display_name
170
177
 
171
- # Output only. If set, this field contains the list of DSP specific seat ids set
172
- # by media planners that are eligible to transact on this deal. The seat ID is
173
- # in the calling DSP's namespace.
178
+ # Output only. If set, this field identifies a seat that the media planner
179
+ # selected as the owner of this auction package. This is a seat ID in the DSP's
180
+ # namespace that was provided to the media planner.
174
181
  # Corresponds to the JSON property `eligibleSeatIds`
175
182
  # @return [Array<String>]
176
183
  attr_accessor :eligible_seat_ids
@@ -219,6 +226,7 @@ module Google
219
226
  def update!(**args)
220
227
  @create_time = args[:create_time] if args.key?(:create_time)
221
228
  @creator = args[:creator] if args.key?(:creator)
229
+ @deal_owner_seat_id = args[:deal_owner_seat_id] if args.key?(:deal_owner_seat_id)
222
230
  @description = args[:description] if args.key?(:description)
223
231
  @display_name = args[:display_name] if args.key?(:display_name)
224
232
  @eligible_seat_ids = args[:eligible_seat_ids] if args.key?(:eligible_seat_ids)
@@ -1532,8 +1540,7 @@ module Google
1532
1540
  end
1533
1541
  end
1534
1542
 
1535
- # Buyers are allowed to store certain types of private data in a proposal or
1536
- # deal.
1543
+ # Buyers are allowed to store certain types of private data in a proposal.
1537
1544
  class PrivateData
1538
1545
  include Google::Apis::Core::Hashable
1539
1546
 
@@ -1633,8 +1640,7 @@ module Google
1633
1640
  # @return [Array<Google::Apis::AuthorizedbuyersmarketplaceV1::Contact>]
1634
1641
  attr_accessor :buyer_contacts
1635
1642
 
1636
- # Buyers are allowed to store certain types of private data in a proposal or
1637
- # deal.
1643
+ # Buyers are allowed to store certain types of private data in a proposal.
1638
1644
  # Corresponds to the JSON property `buyerPrivateData`
1639
1645
  # @return [Google::Apis::AuthorizedbuyersmarketplaceV1::PrivateData]
1640
1646
  attr_accessor :buyer_private_data
@@ -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.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241120"
25
+ REVISION = "20250113"
26
26
  end
27
27
  end
28
28
  end
@@ -460,6 +460,7 @@ module Google
460
460
  class Representation < Google::Apis::Core::JsonRepresentation
461
461
  property :create_time, as: 'createTime'
462
462
  property :creator, as: 'creator'
463
+ property :deal_owner_seat_id, as: 'dealOwnerSeatId'
463
464
  property :description, as: 'description'
464
465
  property :display_name, as: 'displayName'
465
466
  collection :eligible_seat_ids, as: 'eligibleSeatIds'
@@ -1278,7 +1278,8 @@ module Google
1278
1278
  # the UpdateProposalRequest.update_mask will be updated; Fields noted as '
1279
1279
  # Immutable' or 'Output only' yet specified in the UpdateProposalRequest.
1280
1280
  # update_mask will be ignored and left unchanged. Updating a private auction
1281
- # proposal is not allowed and will result in an error.
1281
+ # proposal is only allowed for buyer private data, all other fields are
1282
+ # immutable.
1282
1283
  # @param [String] name
1283
1284
  # Immutable. The name of the proposal serving as a unique identifier. Format:
1284
1285
  # buyers/`accountId`/proposals/`proposalId`
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-authorizedbuyersmarketplace_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.31.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.29.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1/v0.31.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Authorized Buyers Marketplace API V1
82
79
  test_files: []