You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: generated/google-apis-merchantapi_inventories_v1beta/lib/google/apis/merchantapi_inventories_v1beta/classes.rb
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -295,22 +295,31 @@ def update!(**args)
295
295
classProductChange
296
296
includeGoogle::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 [
Copy file name to clipboardExpand all lines: generated/google-apis-merchantapi_inventories_v1beta/lib/google/apis/merchantapi_inventories_v1beta/gem_version.rb
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,13 @@ module Google
16
16
moduleApis
17
17
moduleMerchantapiInventoriesV1beta
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
0 commit comments