Skip to content

Commit be985c8

Browse files
feat: Automated regeneration of merchantapi accounts_v1beta client (#23858)
Auto-created at 2025-08-03 10:36:38 +0000 using the toys pull request generator.
1 parent a541727 commit be985c8

File tree

3 files changed

+16
-10
lines changed

3 files changed

+16
-10
lines changed

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

3+
### v0.20.0 (2025-08-03)
4+
5+
* Regenerated from discovery document revision 20250729
6+
37
### v0.19.0 (2025-07-27)
48

59
* Regenerated from discovery document revision 20250721

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

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ def update!(**args)
8787
end
8888
end
8989

90-
# Describes the [accepted terms of service](/merchant/api/guides/accounts/create-
91-
# and-configure#accept_the_merchant_center_terms_of_service).
90+
# Describes the [accepted terms of service](https://developers.google.com/
91+
# merchant/api/guides/accounts/create-and-configure#
92+
# accept_the_merchant_center_terms_of_service).
9293
class Accepted
9394
include Google::Apis::Core::Hashable
9495

@@ -1016,8 +1017,9 @@ class CheckoutSettings
10161017
# @return [Google::Apis::MerchantapiAccountsV1beta::UriSettings]
10171018
attr_accessor :effective_uri_settings
10181019

1019-
# Optional. The destinations to which the checkout program applies, valid
1020-
# destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
1020+
# Optional. The destinations (also known as [Marketing methods](https://support.
1021+
# google.com/merchants/answer/15130232)) to which the checkout program applies,
1022+
# valid destination values are `SHOPPING_ADS`, `FREE_LISTINGS`
10211023
# Corresponds to the JSON property `eligibleDestinations`
10221024
# @return [Array<String>]
10231025
attr_accessor :eligible_destinations
@@ -4074,8 +4076,9 @@ def update!(**args)
40744076
class TermsOfServiceAgreementState
40754077
include Google::Apis::Core::Hashable
40764078

4077-
# Describes the [accepted terms of service](/merchant/api/guides/accounts/create-
4078-
# and-configure#accept_the_merchant_center_terms_of_service).
4079+
# Describes the [accepted terms of service](https://developers.google.com/
4080+
# merchant/api/guides/accounts/create-and-configure#
4081+
# accept_the_merchant_center_terms_of_service).
40794082
# Corresponds to the JSON property `accepted`
40804083
# @return [Google::Apis::MerchantapiAccountsV1beta::Accepted]
40814084
attr_accessor :accepted
@@ -4443,8 +4446,7 @@ class WarehouseBasedDeliveryTime
44434446
# @return [String]
44444447
attr_accessor :carrier_service
44454448

4446-
# Required. Warehouse name. This should match [warehouse](/merchant/api/
4447-
# reference/rest/accounts_v1beta/accounts.shippingSettings#warehouse)
4449+
# Required. Warehouse name. This should match warehouse.
44484450
# Corresponds to the JSON property `warehouse`
44494451
# @return [String]
44504452
attr_accessor :warehouse

generated/google-apis-merchantapi_accounts_v1beta/lib/google/apis/merchantapi_accounts_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 MerchantapiAccountsV1beta
1818
# Version of the google-apis-merchantapi_accounts_v1beta gem
19-
GEM_VERSION = "0.19.0"
19+
GEM_VERSION = "0.20.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 = "20250721"
25+
REVISION = "20250729"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)