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_promotions_v1beta/lib/google/apis/merchantapi_promotions_v1beta/classes.rb
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -555,22 +555,31 @@ def update!(**args)
555
555
classProductChange
556
556
includeGoogle::Apis::Core::Hashable
557
557
558
-
# The new value of the changed resource or attribute.
558
+
# The new value of the changed resource or attribute. If empty, it means that
559
+
# the product was deleted. Will have one of these values : (`approved`, `pending`
560
+
# , `disapproved`, ``)
559
561
# Corresponds to the JSON property `newValue`
560
562
# @return [String]
561
563
attr_accessor:new_value
562
564
563
-
# The old value of the changed resource or attribute.
565
+
# The old value of the changed resource or attribute. If empty, it means that
566
+
# the product was created. Will have one of these values : (`approved`, `pending`
567
+
# , `disapproved`, ``)
564
568
# Corresponds to the JSON property `oldValue`
565
569
# @return [String]
566
570
attr_accessor:old_value
567
571
568
-
# Countries that have the change (if applicable)
572
+
# Countries that have the change (if applicable). Represented in the ISO 3166
573
+
# format.
569
574
# Corresponds to the JSON property `regionCode`
570
575
# @return [String]
571
576
attr_accessor:region_code
572
577
573
-
# Reporting contexts that have the change (if applicable)
578
+
# Reporting contexts that have the change (if applicable). Currently this field
579
+
# supports only (`SHOPPING_ADS`, `LOCAL_INVENTORY_ADS`, `YOUTUBE_SHOPPING`, `
580
+
# YOUTUBE_CHECKOUT`, `YOUTUBE_AFFILIATE`) from the enum value [
Copy file name to clipboardExpand all lines: generated/google-apis-merchantapi_promotions_v1beta/lib/google/apis/merchantapi_promotions_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
moduleMerchantapiPromotionsV1beta
18
18
# Version of the google-apis-merchantapi_promotions_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