google-apis-retail_v2 0.24.0 → 0.25.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/retail_v2/classes.rb +12 -41
- data/lib/google/apis/retail_v2/gem_version.rb +3 -3
- data/lib/google/apis/retail_v2/representations.rb +0 -24
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d51d0e069ba6da7a700bdabcbeeba5b18b93b9d7c2208cd04c1a6fa89e80b38
|
|
4
|
+
data.tar.gz: cf32d987d493238db2369d917b0986dc27982af48c88f1b6710c291b13517dcb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec4cb6d7d96c5f4a046f30b14e637552af84a95c73730e70fba8e9fbdbd25a9fdb4748ef36ceeff4e038cecce32510e4cb6a6c51bb27b1197a20bb0b26334522
|
|
7
|
+
data.tar.gz: 423899b4aa85c93c42390f8c06d7c74dcb0838b566f1e0f6728e1b330ede4caf7e2c5f0c3402b1462ddee30457c720183aa076ebf4fdd49b18aa5656fd2a9903
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-retail_v2
|
|
2
2
|
|
|
3
|
+
### v0.25.0 (2022-01-13)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220106
|
|
6
|
+
* Regenerated using generator version 0.4.1
|
|
7
|
+
|
|
3
8
|
### v0.24.0 (2021-12-16)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20211210
|
|
@@ -1594,12 +1594,12 @@ module Google
|
|
|
1594
1594
|
attr_accessor :color_info
|
|
1595
1595
|
|
|
1596
1596
|
# The condition of the product. Strongly encouraged to use the standard values: "
|
|
1597
|
-
# new", "refurbished", "used". A maximum of
|
|
1598
|
-
#
|
|
1599
|
-
#
|
|
1600
|
-
#
|
|
1601
|
-
#
|
|
1602
|
-
#
|
|
1597
|
+
# new", "refurbished", "used". A maximum of 1 value is allowed per Product. Each
|
|
1598
|
+
# value must be a UTF-8 encoded string with a length limit of 128 characters.
|
|
1599
|
+
# Otherwise, an INVALID_ARGUMENT error is returned. Corresponding properties:
|
|
1600
|
+
# Google Merchant Center property [condition](https://support.google.com/
|
|
1601
|
+
# merchants/answer/6324469). Schema.org property [Offer.itemCondition](https://
|
|
1602
|
+
# schema.org/itemCondition).
|
|
1603
1603
|
# Corresponds to the JSON property `conditions`
|
|
1604
1604
|
# @return [Array<String>]
|
|
1605
1605
|
attr_accessor :conditions
|
|
@@ -3217,12 +3217,12 @@ module Google
|
|
|
3217
3217
|
|
|
3218
3218
|
# The main product details related to the event. This field is required for the
|
|
3219
3219
|
# following event types: * `add-to-cart` * `detail-page-view` * `purchase-
|
|
3220
|
-
# complete` In a `search` event, this field represents the products
|
|
3221
|
-
# the end user on the current page (the end user may have not
|
|
3222
|
-
# the whole page yet). When a new page is returned to the end
|
|
3223
|
-
# pagination/filtering/ordering even for the same query, a new `
|
|
3224
|
-
# with different product_details is desired. The end user may have
|
|
3225
|
-
# browsing the whole page yet.
|
|
3220
|
+
# complete` * `search` In a `search` event, this field represents the products
|
|
3221
|
+
# returned to the end user on the current page (the end user may have not
|
|
3222
|
+
# finished browsing the whole page yet). When a new page is returned to the end
|
|
3223
|
+
# user, after pagination/filtering/ordering even for the same query, a new `
|
|
3224
|
+
# search` event with different product_details is desired. The end user may have
|
|
3225
|
+
# not finished browsing the whole page yet.
|
|
3226
3226
|
# Corresponds to the JSON property `productDetails`
|
|
3227
3227
|
# @return [Array<Google::Apis::RetailV2::GoogleCloudRetailV2ProductDetail>]
|
|
3228
3228
|
attr_accessor :product_details
|
|
@@ -3915,35 +3915,6 @@ module Google
|
|
|
3915
3915
|
end
|
|
3916
3916
|
end
|
|
3917
3917
|
|
|
3918
|
-
# Metadata related to the progress of the SetLocalInventories operation.
|
|
3919
|
-
# Currently empty because there is no meaningful metadata populated from the
|
|
3920
|
-
# SetLocalInventories method.
|
|
3921
|
-
class GoogleCloudRetailV2alphaSetLocalInventoriesMetadata
|
|
3922
|
-
include Google::Apis::Core::Hashable
|
|
3923
|
-
|
|
3924
|
-
def initialize(**args)
|
|
3925
|
-
update!(**args)
|
|
3926
|
-
end
|
|
3927
|
-
|
|
3928
|
-
# Update properties of this object
|
|
3929
|
-
def update!(**args)
|
|
3930
|
-
end
|
|
3931
|
-
end
|
|
3932
|
-
|
|
3933
|
-
# Response of the SetLocalInventories API. Currently empty because there is no
|
|
3934
|
-
# meaningful response populated from the SetLocalInventories method.
|
|
3935
|
-
class GoogleCloudRetailV2alphaSetLocalInventoriesResponse
|
|
3936
|
-
include Google::Apis::Core::Hashable
|
|
3937
|
-
|
|
3938
|
-
def initialize(**args)
|
|
3939
|
-
update!(**args)
|
|
3940
|
-
end
|
|
3941
|
-
|
|
3942
|
-
# Update properties of this object
|
|
3943
|
-
def update!(**args)
|
|
3944
|
-
end
|
|
3945
|
-
end
|
|
3946
|
-
|
|
3947
3918
|
# A summary of import result. The UserEventImportSummary summarizes the import
|
|
3948
3919
|
# status for user events.
|
|
3949
3920
|
class GoogleCloudRetailV2alphaUserEventImportSummary
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module RetailV2
|
|
18
18
|
# Version of the google-apis-retail_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.25.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220106"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -628,18 +628,6 @@ module Google
|
|
|
628
628
|
include Google::Apis::Core::JsonObjectSupport
|
|
629
629
|
end
|
|
630
630
|
|
|
631
|
-
class GoogleCloudRetailV2alphaSetLocalInventoriesMetadata
|
|
632
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
633
|
-
|
|
634
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
635
|
-
end
|
|
636
|
-
|
|
637
|
-
class GoogleCloudRetailV2alphaSetLocalInventoriesResponse
|
|
638
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
639
|
-
|
|
640
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
641
|
-
end
|
|
642
|
-
|
|
643
631
|
class GoogleCloudRetailV2alphaUserEventImportSummary
|
|
644
632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
645
633
|
|
|
@@ -1768,18 +1756,6 @@ module Google
|
|
|
1768
1756
|
end
|
|
1769
1757
|
end
|
|
1770
1758
|
|
|
1771
|
-
class GoogleCloudRetailV2alphaSetLocalInventoriesMetadata
|
|
1772
|
-
# @private
|
|
1773
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1774
|
-
end
|
|
1775
|
-
end
|
|
1776
|
-
|
|
1777
|
-
class GoogleCloudRetailV2alphaSetLocalInventoriesResponse
|
|
1778
|
-
# @private
|
|
1779
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1780
|
-
end
|
|
1781
|
-
end
|
|
1782
|
-
|
|
1783
1759
|
class GoogleCloudRetailV2alphaUserEventImportSummary
|
|
1784
1760
|
# @private
|
|
1785
1761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-retail_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-01-
|
|
11
|
+
date: 2022-01-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.25.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Retail API V2
|