google-apis-retail_v2beta 0.115.0 → 0.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9c3497733d5b889b61a41bcbf73fdb78857c8afdbc4e43d272dcee53f25fe46
|
4
|
+
data.tar.gz: 81866d5c6af0ad35bada896df5d563a82d68f79624d0dd41941281da8c645ac3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 16caad462498961bf095730a50bd9d3ecd9180b04d63fc4a1fdddb9d31a21e875716b8e26d935989485a5f12e263bc1fc70047c3bca74a45c88ad255e79e8a89
|
7
|
+
data.tar.gz: c2480dae4b47f5f6b3d1817232ad450557c645e661adc5c041d60e1e89184ad142ee5872503941f10f32a9b900d1f9b80ff6769c452e0e4354d548031021fa6e
|
data/CHANGELOG.md
CHANGED
@@ -5243,11 +5243,6 @@ module Google
|
|
5243
5243
|
# @return [Fixnum]
|
5244
5244
|
attr_accessor :data_source_id
|
5245
5245
|
|
5246
|
-
# Merchant Center primary feed ID. Deprecated: use data_source_id instead.
|
5247
|
-
# Corresponds to the JSON property `primaryFeedId`
|
5248
|
-
# @return [Fixnum]
|
5249
|
-
attr_accessor :primary_feed_id
|
5250
|
-
|
5251
5246
|
# Merchant Center primary feed name. The name is used for the display purposes
|
5252
5247
|
# only.
|
5253
5248
|
# Corresponds to the JSON property `primaryFeedName`
|
@@ -5261,7 +5256,6 @@ module Google
|
|
5261
5256
|
# Update properties of this object
|
5262
5257
|
def update!(**args)
|
5263
5258
|
@data_source_id = args[:data_source_id] if args.key?(:data_source_id)
|
5264
|
-
@primary_feed_id = args[:primary_feed_id] if args.key?(:primary_feed_id)
|
5265
5259
|
@primary_feed_name = args[:primary_feed_name] if args.key?(:primary_feed_name)
|
5266
5260
|
end
|
5267
5261
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2beta
|
18
18
|
# Version of the google-apis-retail_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.116.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 = "
|
25
|
+
REVISION = "20250710"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3150,7 +3150,6 @@ module Google
|
|
3150
3150
|
# @private
|
3151
3151
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3152
3152
|
property :data_source_id, :numeric_string => true, as: 'dataSourceId'
|
3153
|
-
property :primary_feed_id, :numeric_string => true, as: 'primaryFeedId'
|
3154
3153
|
property :primary_feed_name, as: 'primaryFeedName'
|
3155
3154
|
end
|
3156
3155
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.116.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.116.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|