Skip to content

Commit 3ec7e0c

Browse files
feat: Automated regeneration of content v2.1 client (#25484)
Auto-created at 2026-01-25 10:43:24 +0000 using the toys pull request generator.
1 parent 134cd4c commit 3ec7e0c

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

generated/google-apis-content_v2_1/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-content_v2_1
22

3+
### v0.50.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260118
6+
37
### v0.49.0 (2026-01-11)
48

59
* Regenerated from discovery document revision 20260106

generated/google-apis-content_v2_1/lib/google/apis/content_v2_1/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 ContentV2_1
1818
# Version of the google-apis-content_v2_1 gem
19-
GEM_VERSION = "0.49.0"
19+
GEM_VERSION = "0.50.0"
2020

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

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

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2763,11 +2763,13 @@ def renderproductissues_merchantsupport(merchant_id, product_id, render_product_
27632763
# Start an action. The action can be requested by merchants in third-party
27642764
# application. Before merchants can request the action, the third-party
27652765
# application needs to show them action specific content and display a user
2766-
# input form. The action can be successfully started only once all `required`
2767-
# inputs are provided. If any `required` input is missing, or invalid value was
2768-
# provided, the service will return 400 error. Validation errors will contain
2769-
# Ids for all problematic field together with translated, human readable error
2770-
# messages that can be shown to the user.
2766+
# input form. You can request access using [Trigger action allowlist form](https:
2767+
# //docs.google.com/forms/d/e/1FAIpQLSfeV_sBW9MBQv9BMTV6JZ1g11PGHLdHsrefca-
2768+
# 9h0LmpU7CUg/viewform?usp=sharing). The action can be successfully started only
2769+
# once all `required` inputs are provided. If any `required` input is missing,
2770+
# or invalid value was provided, the service will return 400 error. Validation
2771+
# errors will contain Ids for all problematic field together with translated,
2772+
# human readable error messages that can be shown to the user.
27712773
# @param [Fixnum] merchant_id
27722774
# Required. The ID of the merchant's account.
27732775
# @param [Google::Apis::ContentV2_1::TriggerActionPayload] trigger_action_payload_object

0 commit comments

Comments
 (0)