Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-merchantapi_datasources_v1beta

### v0.12.0 (2025-11-09)

* Regenerated from discovery document revision 20251102

### v0.11.0 (2025-07-13)

* Regenerated from discovery document revision 20250710
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ class DataSource
# @return [Google::Apis::MerchantapiDatasourcesV1beta::RegionalInventoryDataSource]
attr_accessor :regional_inventory_data_source

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module MerchantapiDatasourcesV1beta
# Version of the google-apis-merchantapi_datasources_v1beta gem
GEM_VERSION = "0.11.0"
GEM_VERSION = "0.12.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250710"
REVISION = "20251102"
end
end
end