google-apis-retail_v2alpha 0.122.0 → 0.123.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: 104632ff87aab7427ec92d5db7c3ce3ac8837c5c4164c074267c5721ef22c959
|
4
|
+
data.tar.gz: 81c53fd43638fda6ce24d8b15f36b2b78c9a051bb4c2d3b2315b2bd505292ce6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5862b10aa76293d7ed869fd456deeeb1e328131507cfa10b3ec490bdd6816690eaf0f7b95eb57df2439845124cb97e467f68b9c3e3b6e1ad4b9a0ff095cc29b8
|
7
|
+
data.tar.gz: a55a04753b689c451443b424a0feb5554dcfcdbd55c038d0c9c449f9211938bc5a9c2c7e39c27d71c579c699f5dd34d232d9d6f1e780b0c622bcbffd1491f4e8
|
data/CHANGELOG.md
CHANGED
@@ -4933,11 +4933,6 @@ module Google
|
|
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 @@ module Google
|
|
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
|
@@ -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.
|
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 = "
|
25
|
+
REVISION = "20250710"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3161,7 +3161,6 @@ module Google
|
|
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
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-retail_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.123.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_v2alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.123.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|