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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7d42d12e9ff9de712f7baa2f7ca911972b611526b26d30cef2be8fd5139898cb
4
- data.tar.gz: 8f411a5fe49df3d14c0bfcfd8791666737bb02359c6a220da4303e2dfad45c28
3
+ metadata.gz: e8bb45145477a776ceb72b50db2b46adbacefb13b3b67eeabd2af3e8bc0dcea3
4
+ data.tar.gz: 31601e2aaee2576e131c9acdf5cf597609912ee38d4440ce26878605a5548110
5
5
  SHA512:
6
- metadata.gz: 4768e93eb02a2a008812a622f2ed30b150354c85f39d576b9980174dafebdb90756ea2b589b374543bc3d8b5237536bf600f72a9745b898b71567b3eaac6d84e
7
- data.tar.gz: d6dee21de3339148da8e8f387930ee5dbadb7b5444519c0a495a35cbc31f22161416d26910546695825fc3a5d9c106bf073d505742e91582e3ecadf567c5b6ca
6
+ metadata.gz: 80023b3c5d7b14adcf00cc87d5f139af3adaaf1ccfc7d67a9d68e09ebf80afc6283d4b8f762da50d7936b8049ac4f032e980db43d4f6782665953bdf006e00a6
7
+ data.tar.gz: da322e2cec277b5ebef0d92ad342277f9e943770c39af1d278cd7be3355379d9ddd2335cf440c4d78f6019a27bbcc2276e8eea3bc60a42d679a650519a58518b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.21.0 (2021-11-10)
4
+
5
+ * Regenerated from discovery document revision 20211104
6
+
3
7
  ### v0.20.0 (2021-11-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20211028
@@ -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 only ingest Product.Type.PRIMARY
1956
- # Products. This means Product.primary_product_id can only be empty or set to
1957
- # the same value as Product.id. * `variant`: You can only ingest Product.Type.
1958
- # VARIANT Products. This means Product.primary_product_id cannot be empty. If
1959
- # this field is set to an invalid value other than these, an INVALID_ARGUMENT
1960
- # error is returned. If this field is `variant` and
1961
- # merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
1962
- # is returned. See [Using product levels](https://cloud.google.com/retail/
1963
- # recommendations-ai/docs/catalog#product-levels) for more details.
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.20.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 = "20211028"
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.20.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-08 00:00:00.000000000 Z
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.20.0
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: []