File tree Expand file tree Collapse file tree 4 files changed +6
-9
lines changed
generated/google-apis-retail_v2alpha
lib/google/apis/retail_v2alpha Expand file tree Collapse file tree 4 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Release history for google-apis-retail_v2alpha
2
2
3
+ ### v0.123.0 (2025-07-20)
4
+
5
+ * Regenerated from discovery document revision 20250710
6
+
3
7
### v0.122.0 (2025-07-13)
4
8
5
9
* Regenerated from discovery document revision 20250703
Original file line number Diff line number Diff line change @@ -4933,11 +4933,6 @@ class GoogleCloudRetailV2alphaMerchantCenterFeedFilter
4933
4933
# @return [Fixnum]
4934
4934
attr_accessor :data_source_id
4935
4935
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
-
4941
4936
# Merchant Center primary feed name. The name is used for the display purposes
4942
4937
# only.
4943
4938
# Corresponds to the JSON property `primaryFeedName`
@@ -4951,7 +4946,6 @@ def initialize(**args)
4951
4946
# Update properties of this object
4952
4947
def update! ( **args )
4953
4948
@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 )
4955
4949
@primary_feed_name = args [ :primary_feed_name ] if args . key? ( :primary_feed_name )
4956
4950
end
4957
4951
end
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
16
16
module Apis
17
17
module RetailV2alpha
18
18
# Version of the google-apis-retail_v2alpha gem
19
- GEM_VERSION = "0.122 .0"
19
+ GEM_VERSION = "0.123 .0"
20
20
21
21
# Version of the code generator used to generate this client
22
22
GENERATOR_VERSION = "0.18.0"
23
23
24
24
# Revision of the discovery document this client was generated from
25
- REVISION = "20250703 "
25
+ REVISION = "20250710 "
26
26
end
27
27
end
28
28
end
Original file line number Diff line number Diff line change @@ -3161,7 +3161,6 @@ class GoogleCloudRetailV2alphaMerchantCenterFeedFilter
3161
3161
# @private
3162
3162
class Representation < Google ::Apis ::Core ::JsonRepresentation
3163
3163
property :data_source_id , :numeric_string => true , as : 'dataSourceId'
3164
- property :primary_feed_id , :numeric_string => true , as : 'primaryFeedId'
3165
3164
property :primary_feed_name , as : 'primaryFeedName'
3166
3165
end
3167
3166
end
You can’t perform that action at this time.
0 commit comments