google-apis-retail_v2 0.20.0 → 0.21.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2/classes.rb +9 -9
- data/lib/google/apis/retail_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8bb45145477a776ceb72b50db2b46adbacefb13b3b67eeabd2af3e8bc0dcea3
|
4
|
+
data.tar.gz: 31601e2aaee2576e131c9acdf5cf597609912ee38d4440ce26878605a5548110
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 80023b3c5d7b14adcf00cc87d5f139af3adaaf1ccfc7d67a9d68e09ebf80afc6283d4b8f762da50d7936b8049ac4f032e980db43d4f6782665953bdf006e00a6
|
7
|
+
data.tar.gz: da322e2cec277b5ebef0d92ad342277f9e943770c39af1d278cd7be3355379d9ddd2335cf440c4d78f6019a27bbcc2276e8eea3bc60a42d679a650519a58518b
|
data/CHANGELOG.md
CHANGED
@@ -1952,15 +1952,15 @@ module Google
|
|
1952
1952
|
include Google::Apis::Core::Hashable
|
1953
1953
|
|
1954
1954
|
# The type of Products allowed to be ingested into the catalog. Acceptable
|
1955
|
-
# values are: * `primary` (default): You can
|
1956
|
-
#
|
1957
|
-
#
|
1958
|
-
#
|
1959
|
-
#
|
1960
|
-
#
|
1961
|
-
#
|
1962
|
-
#
|
1963
|
-
#
|
1955
|
+
# values are: * `primary` (default): You can ingest Products of all types. When
|
1956
|
+
# ingesting a Product, its type will default to Product.Type.PRIMARY if unset. *
|
1957
|
+
# `variant`: You can only ingest Product.Type.VARIANT Products. This means
|
1958
|
+
# Product.primary_product_id cannot be empty. If this field is set to an invalid
|
1959
|
+
# value other than these, an INVALID_ARGUMENT error is returned. If this field
|
1960
|
+
# is `variant` and merchant_center_product_id_field is `itemGroupId`, an
|
1961
|
+
# INVALID_ARGUMENT error is returned. See [Using product levels](https://cloud.
|
1962
|
+
# google.com/retail/recommendations-ai/docs/catalog#product-levels) for more
|
1963
|
+
# details.
|
1964
1964
|
# Corresponds to the JSON property `ingestionProductType`
|
1965
1965
|
# @return [String]
|
1966
1966
|
attr_accessor :ingestion_product_type
|
@@ -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.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211104"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.21.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: 2021-11-
|
11
|
+
date: 2021-11-15 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.21.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: []
|