google-apis-authorizedbuyersmarketplace_v1alpha 0.1.0 → 0.3.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: 1fb4025c17f58abc81ed50bdc116a55272fbbfed3c45ea43b1195222f17ca28a
4
- data.tar.gz: 9be78ad4bde95230cf57e28c737be03c52582db79031b32f150c3a9be0f243ed
3
+ metadata.gz: e685d9f96d5946c8e21d98af05953e70a7b61591a38c04262e8c49a97734e7aa
4
+ data.tar.gz: a4642be739cdf21b69e87b06375844ab9b3b7fbe4bf884de85473523626af19b
5
5
  SHA512:
6
- metadata.gz: 22af82179149429cd1d4c223562e92ce1283179cc061f5f19a09c1d342272e22801a01ec56dc2b1ea0b19a098c255a4253d10f3fdd49a7259801c9babd9e5a1e
7
- data.tar.gz: 4d7ba93dbcc068833dc4da1fee0884f69dc4aac5e4d0d4bd65b2db395d84243ab278fca2b9b7bef45796da84238370837798cf6cf95a9cdd04de4b5a52347fb3
6
+ metadata.gz: f23fe0700af3ba752d351ceb14ca41086440353a7c0eeabb3f9a34f2659a8f00c7cbc307b2d0f768594b7d4ada5ce2bc0cd15ec6b876f37ab93eb28a27c6f767
7
+ data.tar.gz: 9abd5897948845f404a39a1048d21fc35faa7446e0a1990ca7fbf284e8ff25f3cd7ca7f734598d5c669daae01906d8845766fd66da0865a293401abb430fca5e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1alpha
2
2
 
3
+ ### v0.3.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250107
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.2.0 (2024-12-02)
9
+
10
+ * Regenerated from discovery document revision 20241120
11
+ * Regenerated using generator version 0.15.1
12
+
3
13
  ### v0.1.0 (2024-07-25)
4
14
 
5
15
  * Regenerated from discovery document revision 20240718
@@ -171,6 +171,13 @@ module Google
171
171
  # @return [String]
172
172
  attr_accessor :creator
173
173
 
174
+ # Output only. If set, this field contains the DSP specific seat id set by the
175
+ # media planner account that is considered the owner of this deal. The seat ID
176
+ # is in the calling DSP's namespace.
177
+ # Corresponds to the JSON property `dealOwnerSeatId`
178
+ # @return [String]
179
+ attr_accessor :deal_owner_seat_id
180
+
174
181
  # Output only. A description of the auction package.
175
182
  # Corresponds to the JSON property `description`
176
183
  # @return [String]
@@ -181,9 +188,9 @@ module Google
181
188
  # @return [String]
182
189
  attr_accessor :display_name
183
190
 
184
- # Output only. If set, this field contains the list of DSP specific seat ids set
185
- # by media planners that are eligible to transact on this deal. The seat ID is
186
- # in the calling DSP's namespace.
191
+ # Output only. If set, this field identifies a seat that the media planner
192
+ # selected as the owner of this auction package. This is a seat ID in the DSP's
193
+ # namespace that was provided to the media planner.
187
194
  # Corresponds to the JSON property `eligibleSeatIds`
188
195
  # @return [Array<String>]
189
196
  attr_accessor :eligible_seat_ids
@@ -232,6 +239,7 @@ module Google
232
239
  def update!(**args)
233
240
  @create_time = args[:create_time] if args.key?(:create_time)
234
241
  @creator = args[:creator] if args.key?(:creator)
242
+ @deal_owner_seat_id = args[:deal_owner_seat_id] if args.key?(:deal_owner_seat_id)
235
243
  @description = args[:description] if args.key?(:description)
236
244
  @display_name = args[:display_name] if args.key?(:display_name)
237
245
  @eligible_seat_ids = args[:eligible_seat_ids] if args.key?(:eligible_seat_ids)
@@ -2269,24 +2277,28 @@ module Google
2269
2277
  class TimeOfDay
2270
2278
  include Google::Apis::Core::Hashable
2271
2279
 
2272
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2273
- # allow the value "24:00:00" for scenarios like business closing time.
2280
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2281
+ # typically must be less than or equal to 23. An API may choose to allow the
2282
+ # value "24:00:00" for scenarios like business closing time.
2274
2283
  # Corresponds to the JSON property `hours`
2275
2284
  # @return [Fixnum]
2276
2285
  attr_accessor :hours
2277
2286
 
2278
- # Minutes of hour of day. Must be from 0 to 59.
2287
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2288
+ # to 59.
2279
2289
  # Corresponds to the JSON property `minutes`
2280
2290
  # @return [Fixnum]
2281
2291
  attr_accessor :minutes
2282
2292
 
2283
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2293
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2294
+ # less than or equal to 999,999,999.
2284
2295
  # Corresponds to the JSON property `nanos`
2285
2296
  # @return [Fixnum]
2286
2297
  attr_accessor :nanos
2287
2298
 
2288
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2289
- # allow the value 60 if it allows leap-seconds.
2299
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2300
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2301
+ # seconds.
2290
2302
  # Corresponds to the JSON property `seconds`
2291
2303
  # @return [Fixnum]
2292
2304
  attr_accessor :seconds
@@ -2309,12 +2321,12 @@ module Google
2309
2321
  class TimeZone
2310
2322
  include Google::Apis::Core::Hashable
2311
2323
 
2312
- # IANA Time Zone Database time zone, e.g. "America/New_York".
2324
+ # IANA Time Zone Database time zone. For example "America/New_York".
2313
2325
  # Corresponds to the JSON property `id`
2314
2326
  # @return [String]
2315
2327
  attr_accessor :id
2316
2328
 
2317
- # Optional. IANA Time Zone Database version number, e.g. "2019a".
2329
+ # Optional. IANA Time Zone Database version number. For example "2019a".
2318
2330
  # Corresponds to the JSON property `version`
2319
2331
  # @return [String]
2320
2332
  attr_accessor :version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AuthorizedbuyersmarketplaceV1alpha
18
18
  # Version of the google-apis-authorizedbuyersmarketplace_v1alpha gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240718"
25
+ REVISION = "20250107"
26
26
  end
27
27
  end
28
28
  end
@@ -490,6 +490,7 @@ module Google
490
490
  class Representation < Google::Apis::Core::JsonRepresentation
491
491
  property :create_time, as: 'createTime'
492
492
  property :creator, as: 'creator'
493
+ property :deal_owner_seat_id, as: 'dealOwnerSeatId'
493
494
  property :description, as: 'description'
494
495
  property :display_name, as: 'displayName'
495
496
  collection :eligible_seat_ids, as: 'eligibleSeatIds'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-authorizedbuyersmarketplace_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.3.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-07-25 00:00:00.000000000 Z
10
+ date: 2025-01-12 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_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1alpha/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1alpha/v0.3.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1alpha
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.6
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Authorized Buyers Marketplace API V1alpha
82
79
  test_files: []