Skip to content

Commit 17447d8

Browse files
feat: Automated regeneration of retail v2alpha client (googleapis#23721)
Auto-created at 2025-07-20 10:03:29 +0000 using the toys pull request generator.
1 parent cb705b1 commit 17447d8

File tree

4 files changed

+6
-9
lines changed

4 files changed

+6
-9
lines changed

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

3+
### v0.123.0 (2025-07-20)
4+
5+
* Regenerated from discovery document revision 20250710
6+
37
### v0.122.0 (2025-07-13)
48

59
* Regenerated from discovery document revision 20250703

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4933,11 +4933,6 @@ class GoogleCloudRetailV2alphaMerchantCenterFeedFilter
49334933
# @return [Fixnum]
49344934
attr_accessor :data_source_id
49354935

4936-
# Merchant Center primary feed ID. Deprecated: use data_source_id instead.
4937-
# Corresponds to the JSON property `primaryFeedId`
4938-
# @return [Fixnum]
4939-
attr_accessor :primary_feed_id
4940-
49414936
# Merchant Center primary feed name. The name is used for the display purposes
49424937
# only.
49434938
# Corresponds to the JSON property `primaryFeedName`
@@ -4951,7 +4946,6 @@ def initialize(**args)
49514946
# Update properties of this object
49524947
def update!(**args)
49534948
@data_source_id = args[:data_source_id] if args.key?(:data_source_id)
4954-
@primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id)
49554949
@primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name)
49564950
end
49574951
end

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/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 RetailV2alpha
1818
# Version of the google-apis-retail_v2alpha gem
19-
GEM_VERSION = "0.122.0"
19+
GEM_VERSION = "0.123.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 = "20250703"
25+
REVISION = "20250710"
2626
end
2727
end
2828
end

generated/google-apis-retail_v2alpha/lib/google/apis/retail_v2alpha/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3161,7 +3161,6 @@ class GoogleCloudRetailV2alphaMerchantCenterFeedFilter
31613161
# @private
31623162
class Representation < Google::Apis::Core::JsonRepresentation
31633163
property :data_source_id, :numeric_string => true, as: 'dataSourceId'
3164-
property :primary_feed_id, :numeric_string => true, as: 'primaryFeedId'
31653164
property :primary_feed_name, as: 'primaryFeedName'
31663165
end
31673166
end

0 commit comments

Comments
 (0)