google-apis-merchantapi_inventories_v1beta 0.3.0 → 0.4.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: df27abcf0e99a3744ab52131db3734b8951cce4f5a60d21ab9bfdb51de830d58
4
+ data.tar.gz: aa3f2749748552b61f383ada99122fc6ead97f548378005f4cb11258c2f8c901
5
5
  SHA512:
6
- metadata.gz: 001c7800c214a4ca235cb473f5a7d41c072e05db501c502a225d5ad37e71beb4a91fcdd2c5e5c515a32c2917cf42d8b33b906a5fb54d3e92a2d729f5dfbfbff0
7
- data.tar.gz: 7c65fb27d53e6362bb69ec2a05c7220dc2d0692dac5ae20b494a444490668f959b12bcb5d59a0a9fd0f9247c8cd608da2ed9b9364d95fae64b259be6e20236a9
6
+ metadata.gz: defdb55798c1935943e0f658816df411dacc11a2e17a3c4b3fb8822128d806691b18663262cf59d656ec87d210beab197a91652a1d47702120ad91a69080b54e
7
+ data.tar.gz: cf1f49b9cca06ff593c54aebe50966a7c9a4ab502fa94d8af3d204749e7f195f1a6d7df0281a2bda180cbbb3a756c738f1d3ba6c529d2721d64a7045b7fdead6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_inventories_v1beta
2
2
 
3
+ ### v0.4.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250301
6
+
3
7
  ### v0.3.0 (2025-02-26)
4
8
 
5
9
  * 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
@@ -355,8 +364,8 @@ module Google
355
364
  # @return [String]
356
365
  attr_accessor :event_time
357
366
 
358
- # The product expiration time. This field will not bet set if the notification
359
- # is sent for a product deletion event.
367
+ # Optional. The product expiration time. This field will not bet set if the
368
+ # notification is sent for a product deletion event.
360
369
  # Corresponds to the JSON property `expirationTime`
361
370
  # @return [String]
362
371
  attr_accessor :expiration_time
@@ -367,8 +376,7 @@ module Google
367
376
  # @return [String]
368
377
  attr_accessor :managing_account
369
378
 
370
- # The product name. Format: ``product.name=accounts/`account`/products/`product``
371
- # `
379
+ # The product name. Format: `accounts/`account`/products/`product``
372
380
  # Corresponds to the JSON property `resource`
373
381
  # @return [String]
374
382
  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.4.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 = "20250301"
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.4.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-09 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.4.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: