Skip to content

Commit 957a1ea

Browse files
feat: Automated regeneration of merchantapi reviews_v1beta client (googleapis#22117)
Auto-created at 2025-03-16 10:28:16 +0000 using the toys pull request generator.
1 parent b2128ab commit 957a1ea

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

generated/google-apis-merchantapi_reviews_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-merchantapi_reviews_v1beta
22

3+
### v0.5.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250311
6+
37
### v0.4.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250301

generated/google-apis-merchantapi_reviews_v1beta/lib/google/apis/merchantapi_reviews_v1beta/classes.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class MerchantReview
133133
# @return [Google::Apis::MerchantapiReviewsV1beta::MerchantReviewAttributes]
134134
attr_accessor :attributes
135135

136-
# Required. A list of custom (merchant-provided) attributes. It can also be used
136+
# Optional. A list of custom (merchant-provided) attributes. It can also be used
137137
# for submitting any attribute of the data specification in its generic form (
138138
# for example, `` "name": "size type", "value": "regular" ``). This is useful
139139
# for submitting attributes not explicitly exposed by the API, such as
@@ -254,7 +254,7 @@ class MerchantReviewAttributes
254254
# @return [String]
255255
attr_accessor :review_country
256256

257-
# Required. The language of the review defined by BCP-47 language code.
257+
# Optional. The language of the review defined by BCP-47 language code.
258258
# Corresponds to the JSON property `reviewLanguage`
259259
# @return [String]
260260
attr_accessor :review_language
@@ -879,7 +879,9 @@ class ProductStatusChangeMessage
879879
# @return [Array<Google::Apis::MerchantapiReviewsV1beta::ProductChange>]
880880
attr_accessor :changes
881881

882-
# The time at which the event was generated.
882+
# The time at which the event was generated. If you want to order the
883+
# notification messages you receive you should rely on this field not on the
884+
# order of receiving the notifications.
883885
# Corresponds to the JSON property `eventTime`
884886
# @return [String]
885887
attr_accessor :event_time

generated/google-apis-merchantapi_reviews_v1beta/lib/google/apis/merchantapi_reviews_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MerchantapiReviewsV1beta
1818
# Version of the google-apis-merchantapi_reviews_v1beta gem
19-
GEM_VERSION = "0.4.0"
19+
GEM_VERSION = "0.5.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250301"
25+
REVISION = "20250311"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)