Skip to content

Commit 377a4b9

Browse files
feat: Automated regeneration of merchantapi datasources_v1beta client (#25966)
Auto-created at 2026-03-15 11:03:55 +0000 using the toys pull request generator.
1 parent dc1ed7b commit 377a4b9

3 files changed

Lines changed: 17 additions & 15 deletions

File tree

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.13.0 (2026-03-15)
4+
5+
* Regenerated from discovery document revision 20260303
6+
37
### v0.12.0 (2025-11-09)
48

59
* Regenerated from discovery document revision 20251102

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

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -505,8 +505,7 @@ class LocalInventoryDataSource
505505

506506
# Required. Immutable. The feed label of the offers to which the local inventory
507507
# is provided. Must be less than or equal to 20 uppercase letters (A-Z), numbers
508-
# (0-9), and dashes (-). See also [migration to feed labels](https://developers.
509-
# google.com/shopping-content/guides/products/feed-labels).
508+
# (0-9), and dashes (-).
510509
# Corresponds to the JSON property `feedLabel`
511510
# @return [String]
512511
attr_accessor :feed_label
@@ -580,8 +579,9 @@ class PrimaryProductDataSource
580579

581580
# Optional. Immutable. The feed label that is specified on the data source level.
582581
# Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and
583-
# dashes (-). See also [migration to feed labels](https://developers.google.com/
584-
# shopping-content/guides/products/feed-labels). `feedLabel` and `
582+
# dashes (-). For more information about feed label, see [Create a primary data
583+
# source for products](https://developers.google.com/merchant/api/guides/data-
584+
# sources/api-sources#create-primary-data-source). `feedLabel` and `
585585
# contentLanguage` must be either both set or unset for data sources with
586586
# product content type. They must be set for data sources with a file input. If
587587
# set, the data source will only accept products matching this combination. If
@@ -780,8 +780,7 @@ class RegionalInventoryDataSource
780780

781781
# Required. Immutable. The feed label of the offers to which the regional
782782
# inventory is provided. Must be less than or equal to 20 uppercase letters (A-Z)
783-
# , numbers (0-9), and dashes (-). See also [migration to feed labels](https://
784-
# developers.google.com/shopping-content/guides/products/feed-labels).
783+
# , numbers (0-9), and dashes (-).
785784
# Corresponds to the JSON property `feedLabel`
786785
# @return [String]
787786
attr_accessor :feed_label
@@ -815,13 +814,12 @@ class SupplementalProductDataSource
815814

816815
# Optional. Immutable. The feed label that is specified on the data source level.
817816
# Must be less than or equal to 20 uppercase letters (A-Z), numbers (0-9), and
818-
# dashes (-). See also [migration to feed labels](https://developers.google.com/
819-
# shopping-content/guides/products/feed-labels). `feedLabel` and `
820-
# contentLanguage` must be either both set or unset for data sources with
821-
# product content type. They must be set for data sources with a file input. The
822-
# fields must be unset for data sources without file input. If set, the data
823-
# source will only accept products matching this combination. If unset, the data
824-
# source will accept produts without that restriction.
817+
# dashes (-). `feedLabel` and `contentLanguage` must be either both set or unset
818+
# for data sources with product content type. They must be set for data sources
819+
# with a file input. The fields must be unset for data sources without file
820+
# input. If set, the data source will only accept products matching this
821+
# combination. If unset, the data source will accept produts without that
822+
# restriction.
825823
# Corresponds to the JSON property `feedLabel`
826824
# @return [String]
827825
attr_accessor :feed_label

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.12.0"
19+
GEM_VERSION = "0.13.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 = "20251102"
25+
REVISION = "20260303"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)