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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa0ec994d60103ff670ad0902717badc53b3c30f85d6a6da755cab9956770f6d
|
4
|
+
data.tar.gz: 4c2069aa84fae711d4e01b340a11558bcb5f43caa6391e2c22469bcbaaca14e6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89fe309c72db3516fc029cd88bfefa4dc74eba17a7f249a951300ff09cfad9ba48991bd0a828c9a17e6639c60983e3b78db4b36d99642bd025c93da0080b4b1c
|
7
|
+
data.tar.gz: 960fbad862a126547383d54a026510479ccd5b99055f19a94bcefc7aa74c6e9d3143be4c4370c841d0a88926b136e2a200df100f7bf540e479146fbadc8b187b
|
data/CHANGELOG.md
CHANGED
@@ -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
|
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:
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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:
|