Skip to content

Commit 8febe15

Browse files
feat: Automated regeneration of merchantapi datasources_v1beta client (googleapis#23688)
Auto-created at 2025-07-13 10:17:47 +0000 using the toys pull request generator.
1 parent b1a57ff commit 8febe15

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
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.11.0 (2025-07-13)
4+
5+
* Regenerated from discovery document revision 20250710
6+
37
### v0.10.0 (2025-06-29)
48

59
* Regenerated from discovery document revision 20250621

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ class DataSource
5050
# @return [String]
5151
attr_accessor :input
5252

53-
# The local inventory data source.
53+
# The local inventory data source type is only available for file inputs and can'
54+
# t be used to create API local inventory data sources.
5455
# Corresponds to the JSON property `localInventoryDataSource`
5556
# @return [Google::Apis::MerchantapiDatasourcesV1beta::LocalInventoryDataSource]
5657
attr_accessor :local_inventory_data_source
@@ -81,7 +82,8 @@ class DataSource
8182
# @return [Google::Apis::MerchantapiDatasourcesV1beta::PromotionDataSource]
8283
attr_accessor :promotion_data_source
8384

84-
# The regional inventory data source.
85+
# The [regional inventory](https://support.google.com/merchants/answer/7439058)
86+
# data source.
8587
# Corresponds to the JSON property `regionalInventoryDataSource`
8688
# @return [Google::Apis::MerchantapiDatasourcesV1beta::RegionalInventoryDataSource]
8789
attr_accessor :regional_inventory_data_source
@@ -489,7 +491,8 @@ def update!(**args)
489491
end
490492
end
491493

492-
# The local inventory data source.
494+
# The local inventory data source type is only available for file inputs and can'
495+
# t be used to create API local inventory data sources.
493496
class LocalInventoryDataSource
494497
include Google::Apis::Core::Hashable
495498

@@ -764,7 +767,7 @@ def update!(**args)
764767
end
765768
end
766769

767-
# The regional inventory data source.
770+
#
768771
class RegionalInventoryDataSource
769772
include Google::Apis::Core::Hashable
770773

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.10.0"
19+
GEM_VERSION = "0.11.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 = "20250621"
25+
REVISION = "20250710"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)