Skip to content

Commit 191614c

Browse files
feat: Automated regeneration of merchantapi datasources_v1beta client (#24908)
Auto-created at 2025-11-09 09:56:14 +0000 using the toys pull request generator.
1 parent 6ec346e commit 191614c

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

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

3+
### v0.12.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251102
6+
37
### v0.11.0 (2025-07-13)
48

59
* Regenerated from discovery document revision 20250710

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,10 @@ class DataSource
8888
# @return [Google::Apis::MerchantapiDatasourcesV1beta::RegionalInventoryDataSource]
8989
attr_accessor :regional_inventory_data_source
9090

91-
# The supplemental data source for local and online products. After creation,
92-
# you should make sure to link the supplemental product data source into one or
93-
# more primary product data sources.
91+
# The [supplemental data source](https://developers.google.com/merchant/api/
92+
# guides/data-sources/api-sources#link-supplemental-data-source) for local and
93+
# online products. After creation,you should make sure to link the supplemental
94+
# product data source into one or more primary product data sources.
9495
# Corresponds to the JSON property `supplementalProductDataSource`
9596
# @return [Google::Apis::MerchantapiDatasourcesV1beta::SupplementalProductDataSource]
9697
attr_accessor :supplemental_product_data_source
@@ -796,9 +797,10 @@ def update!(**args)
796797
end
797798
end
798799

799-
# The supplemental data source for local and online products. After creation,
800-
# you should make sure to link the supplemental product data source into one or
801-
# more primary product data sources.
800+
# The [supplemental data source](https://developers.google.com/merchant/api/
801+
# guides/data-sources/api-sources#link-supplemental-data-source) for local and
802+
# online products. After creation,you should make sure to link the supplemental
803+
# product data source into one or more primary product data sources.
802804
class SupplementalProductDataSource
803805
include Google::Apis::Core::Hashable
804806

generated/google-apis-merchantapi_datasources_v1beta/lib/google/apis/merchantapi_datasources_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 MerchantapiDatasourcesV1beta
1818
# Version of the google-apis-merchantapi_datasources_v1beta gem
19-
GEM_VERSION = "0.11.0"
19+
GEM_VERSION = "0.12.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 = "20250710"
25+
REVISION = "20251102"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)