google-apis-merchantapi_inventories_v1beta 0.3.0 → 0.5.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: c00fddb72f45ceb5b0077dca76bd3e0339620f5e6fc493642fbd258530300b7b
4
- data.tar.gz: ba51695e8d9cf0805f0889cd5ef16a9bd84b1358e22cf1e35c63a176a83175f5
3
+ metadata.gz: c8949ba7cf0a1b51cba1b6542c6080538ec0b80aba942105aba7eb2412bfbf4e
4
+ data.tar.gz: 39fef3d2265ca8166706b3a2542151fbd93d645d6d7e34fd99150ffa3ff543aa
5
5
  SHA512:
6
- metadata.gz: 001c7800c214a4ca235cb473f5a7d41c072e05db501c502a225d5ad37e71beb4a91fcdd2c5e5c515a32c2917cf42d8b33b906a5fb54d3e92a2d729f5dfbfbff0
7
- data.tar.gz: 7c65fb27d53e6362bb69ec2a05c7220dc2d0692dac5ae20b494a444490668f959b12bcb5d59a0a9fd0f9247c8cd608da2ed9b9364d95fae64b259be6e20236a9
6
+ metadata.gz: '045193960c61ecf70cc263a680031fec60cf968c2f42393560f3189d7fd1b43a29fa4e88b44646bc0955824cb8cf9535eaae3a15e1d14324d7d6f5dced624d58'
7
+ data.tar.gz: faf5c05da41b60b446f021a18de05439ac2ed68a76f649bedf9126b647d3ac3f490863850ea3a9c60df8ff4b87d723f06ad7a6a15c5769307b09c5094e5dbd1f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-merchantapi_inventories_v1beta
2
2
 
3
+ ### v0.5.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250311
6
+
7
+ ### v0.4.0 (2025-03-09)
8
+
9
+ * Regenerated from discovery document revision 20250301
10
+
3
11
  ### v0.3.0 (2025-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20250219
@@ -295,22 +295,31 @@ module Google
295
295
  class ProductChange
296
296
  include Google::Apis::Core::Hashable
297
297
 
298
- # The new value of the changed resource or attribute.
298
+ # The new value of the changed resource or attribute. If empty, it means that
299
+ # the product was deleted. Will have one of these values : (`approved`, `pending`
300
+ # , `disapproved`, ``)
299
301
  # Corresponds to the JSON property `newValue`
300
302
  # @return [String]
301
303
  attr_accessor :new_value
302
304
 
303
- # The old value of the changed resource or attribute.
305
+ # The old value of the changed resource or attribute. If empty, it means that
306
+ # the product was created. Will have one of these values : (`approved`, `pending`
307
+ # , `disapproved`, ``)
304
308
  # Corresponds to the JSON property `oldValue`
305
309
  # @return [String]
306
310
  attr_accessor :old_value
307
311
 
308
- # Countries that have the change (if applicable)
312
+ # Countries that have the change (if applicable). Represented in the ISO 3166
313
+ # format.
309
314
  # Corresponds to the JSON property `regionCode`
310
315
  # @return [String]
311
316
  attr_accessor :region_code
312
317
 
313
- # Reporting contexts that have the change (if applicable)
318
+ # Reporting contexts that have the change (if applicable). Currently this field
319
+ # supports only (`SHOPPING_ADS`, `LOCAL_INVENTORY_ADS`, `YOUTUBE_SHOPPING`, `
320
+ # YOUTUBE_CHECKOUT`, `YOUTUBE_AFFILIATE`) from the enum value [
321
+ # ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/
322
+ # ReportingContextEnum)
314
323
  # Corresponds to the JSON property `reportingContext`
315
324
  # @return [String]
316
325
  attr_accessor :reporting_context
@@ -350,13 +359,15 @@ module Google
350
359
  # @return [Array<Google::Apis::MerchantapiInventoriesV1beta::ProductChange>]
351
360
  attr_accessor :changes
352
361
 
353
- # The time at which the event was generated.
362
+ # The time at which the event was generated. If you want to order the
363
+ # notification messages you receive you should rely on this field not on the
364
+ # order of receiving the notifications.
354
365
  # Corresponds to the JSON property `eventTime`
355
366
  # @return [String]
356
367
  attr_accessor :event_time
357
368
 
358
- # The product expiration time. This field will not bet set if the notification
359
- # is sent for a product deletion event.
369
+ # Optional. The product expiration time. This field will not bet set if the
370
+ # notification is sent for a product deletion event.
360
371
  # Corresponds to the JSON property `expirationTime`
361
372
  # @return [String]
362
373
  attr_accessor :expiration_time
@@ -367,8 +378,7 @@ module Google
367
378
  # @return [String]
368
379
  attr_accessor :managing_account
369
380
 
370
- # The product name. Format: ``product.name=accounts/`account`/products/`product``
371
- # `
381
+ # The product name. Format: `accounts/`account`/products/`product``
372
382
  # Corresponds to the JSON property `resource`
373
383
  # @return [String]
374
384
  attr_accessor :resource
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiInventoriesV1beta
18
18
  # Version of the google-apis-merchantapi_inventories_v1beta gem
19
- GEM_VERSION = "0.3.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250219"
25
+ REVISION = "20250311"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-merchantapi_inventories_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -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-merchantapi_inventories_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_inventories_v1beta/v0.3.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_inventories_v1beta/v0.5.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_inventories_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: