google-apis-merchantapi_accounts_v1beta 0.5.0 → 0.6.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: e7b5d1f0824deb1069f510d8b251be9505149303320b61e387886eeb333378d9
4
- data.tar.gz: 95062555310c64afd53e54cae85bd90690ce119d00be5744ced83550d193d75f
3
+ metadata.gz: aa0ec994d60103ff670ad0902717badc53b3c30f85d6a6da755cab9956770f6d
4
+ data.tar.gz: 4c2069aa84fae711d4e01b340a11558bcb5f43caa6391e2c22469bcbaaca14e6
5
5
  SHA512:
6
- metadata.gz: 1150f65dffb58f0d02b62df635daf5c99e0098470544eddc6054aa65b322f48f43fa0be7f8d4340dfaa79a85d4d02d7dcbe481c30e0f5a6d7982aa8a1c3b3a66
7
- data.tar.gz: 9b0851e7a8db3873bf835d4f9a521b29669a44c7b1715309c99cff9a056c79d48e78be1402540e8dbece56085507360aaa16f3ced92dee1439c66ca6c351e558
6
+ metadata.gz: 89fe309c72db3516fc029cd88bfefa4dc74eba17a7f249a951300ff09cfad9ba48991bd0a828c9a17e6639c60983e3b78db4b36d99642bd025c93da0080b4b1c
7
+ data.tar.gz: 960fbad862a126547383d54a026510479ccd5b99055f19a94bcefc7aa74c6e9d3143be4c4370c841d0a88926b136e2a200df100f7bf540e479146fbadc8b187b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-merchantapi_accounts_v1beta
2
2
 
3
+ ### v0.6.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250301
6
+
3
7
  ### v0.5.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250220
@@ -1916,22 +1916,31 @@ module Google
1916
1916
  class ProductChange
1917
1917
  include Google::Apis::Core::Hashable
1918
1918
 
1919
- # The new value of the changed resource or attribute.
1919
+ # The new value of the changed resource or attribute. If empty, it means that
1920
+ # the product was deleted. Will have one of these values : (`approved`, `pending`
1921
+ # , `disapproved`, ``)
1920
1922
  # Corresponds to the JSON property `newValue`
1921
1923
  # @return [String]
1922
1924
  attr_accessor :new_value
1923
1925
 
1924
- # The old value of the changed resource or attribute.
1926
+ # The old value of the changed resource or attribute. If empty, it means that
1927
+ # the product was created. Will have one of these values : (`approved`, `pending`
1928
+ # , `disapproved`, ``)
1925
1929
  # Corresponds to the JSON property `oldValue`
1926
1930
  # @return [String]
1927
1931
  attr_accessor :old_value
1928
1932
 
1929
- # Countries that have the change (if applicable)
1933
+ # Countries that have the change (if applicable). Represented in the ISO 3166
1934
+ # format.
1930
1935
  # Corresponds to the JSON property `regionCode`
1931
1936
  # @return [String]
1932
1937
  attr_accessor :region_code
1933
1938
 
1934
- # Reporting contexts that have the change (if applicable)
1939
+ # Reporting contexts that have the change (if applicable). Currently this field
1940
+ # supports only (`SHOPPING_ADS`, `LOCAL_INVENTORY_ADS`, `YOUTUBE_SHOPPING`, `
1941
+ # YOUTUBE_CHECKOUT`, `YOUTUBE_AFFILIATE`) from the enum value [
1942
+ # ReportingContextEnum](/merchant/api/reference/rest/Shared.Types/
1943
+ # ReportingContextEnum)
1935
1944
  # Corresponds to the JSON property `reportingContext`
1936
1945
  # @return [String]
1937
1946
  attr_accessor :reporting_context
@@ -1976,8 +1985,8 @@ module Google
1976
1985
  # @return [String]
1977
1986
  attr_accessor :event_time
1978
1987
 
1979
- # The product expiration time. This field will not bet set if the notification
1980
- # is sent for a product deletion event.
1988
+ # Optional. The product expiration time. This field will not bet set if the
1989
+ # notification is sent for a product deletion event.
1981
1990
  # Corresponds to the JSON property `expirationTime`
1982
1991
  # @return [String]
1983
1992
  attr_accessor :expiration_time
@@ -1988,8 +1997,7 @@ module Google
1988
1997
  # @return [String]
1989
1998
  attr_accessor :managing_account
1990
1999
 
1991
- # The product name. Format: ``product.name=accounts/`account`/products/`product``
1992
- # `
2000
+ # The product name. Format: `accounts/`account`/products/`product``
1993
2001
  # Corresponds to the JSON property `resource`
1994
2002
  # @return [String]
1995
2003
  attr_accessor :resource
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MerchantapiAccountsV1beta
18
18
  # Version of the google-apis-merchantapi_accounts_v1beta gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.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 = "20250220"
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_accounts_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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_accounts_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.5.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-merchantapi_accounts_v1beta/v0.6.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-merchantapi_accounts_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: