Skip to content

Commit e3c2e41

Browse files
feat: Automated regeneration of merchantapi promotions_v1beta client (googleapis#23910)
Auto-created at 2025-08-10 10:26:54 +0000 using the toys pull request generator.
1 parent 72b1816 commit e3c2e41

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

generated/google-apis-merchantapi_promotions_v1beta/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-merchantapi_promotions_v1beta
22

3-
### v0.10.0 (2025-08-03)
3+
### v0.10.0 (2025-08-10)
44

5-
* Regenerated from discovery document revision 20250727
5+
* Regenerated from discovery document revision 20250805
66

77
### v0.9.0 (2025-07-06)
88

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module MerchantapiPromotionsV1beta
2222
GENERATOR_VERSION = "0.18.0"
2323

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

generated/google-apis-merchantapi_promotions_v1beta/lib/google/apis/merchantapi_promotions_v1beta/service.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ def insert_promotion(parent, insert_promotion_request_object = nil, fields: nil,
128128
# Required. The account to list processed promotions for. Format: `accounts/`
129129
# account``
130130
# @param [Fixnum] page_size
131-
# Output only. The maximum number of promotions to return. The service may
132-
# return fewer than this value. The maximum value is 250; values above 250 will
133-
# be coerced to 250. If unspecified, the maximum number of promotions will be
131+
# Optional. The maximum number of promotions to return. The service may return
132+
# fewer than this value. The maximum value is 250; values above 250 will be
133+
# coerced to 250. If unspecified, the maximum number of promotions will be
134134
# returned.
135135
# @param [String] page_token
136-
# Output only. A page token, received from a previous `ListPromotions` call.
136+
# Optional. A page token, received from a previous `ListPromotions` call.
137137
# Provide this to retrieve the subsequent page. When paginating, all other
138138
# parameters provided to `ListPromotions` must match the call that provided the
139139
# page token.

0 commit comments

Comments
 (0)