google-apis-retail_v2alpha 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: 81b33fcc38ddd550c3692293c10d9414f0cc3300ae70e825bf0f8da79cfdad95
4
- data.tar.gz: c2d1dc89671d11118cf25e8595a6e70ea7dc3ffd4770ec28c723d2cd2e6bac82
3
+ metadata.gz: bafb3e22626a98ee8ec463c20ac057ba504147866243d9579fa0b16d7b5f2653
4
+ data.tar.gz: 459112597f37a9e3dc2bf26ae5eb8340fc97f294ae9ccd6875828cec19e78566
5
5
  SHA512:
6
- metadata.gz: 5cb84361796d3c4fcca698eea982de98929d9750d18f220d4d7ab8a15c41966c3052636dfc0dae02e3716373aa222a712a85ed3373e2878cb6cc253c95afee7d
7
- data.tar.gz: 001feb988f31d678c1b4732fd7200bf327e3254286bfd1882c27b89d7c447f0de664653c524a302aea8cfd7f5859f56fd20ebd1c341e847914320f1f90786948
6
+ metadata.gz: 9e0f49b410dfc12f9b3529b4cfb5c02c095817f9374e3559541f4c96aa1fd5e4b405d57078c6a9f2c65fd3b43f336ab84d7505abf2263d66122322292a4339cd
7
+ data.tar.gz: b23c08c2cc4797efbe80488850d3b795d92038011cbc38393369de3600e8d34973727b590edf8acb3cc41f1501b213492c67f4b38bef9a0ab98076c548fa742d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
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
@@ -743,8 +743,8 @@ module Google
743
743
 
744
744
  # If set to true, and the Product is not found, the local inventory will still
745
745
  # be processed and retained for at most 1 day and processed once the Product is
746
- # created. If set to false, an INVALID_ARGUMENT error is returned if the Product
747
- # is not found.
746
+ # created. If set to false, a NOT_FOUND error is returned if the Product is not
747
+ # found.
748
748
  # Corresponds to the JSON property `allowMissing`
749
749
  # @return [Boolean]
750
750
  attr_accessor :allow_missing
@@ -1782,7 +1782,8 @@ module Google
1782
1782
  # characters. * The key must match the pattern: `a-zA-Z0-9*`. For example,
1783
1783
  # key0LikeThis or KEY_1_LIKE_THIS. * The attribute values must be of the same
1784
1784
  # type (text or number). * The max number of values per attribute is 10. * For
1785
- # text values, the length limit is 10 UTF-8 characters.
1785
+ # text values, the length limit is 10 UTF-8 characters. * The attribute does not
1786
+ # support search. The `searchable` field should be unset or set to false.
1786
1787
  # Corresponds to the JSON property `attributes`
1787
1788
  # @return [Hash<String,Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCustomAttribute>]
1788
1789
  attr_accessor :attributes
@@ -2589,15 +2590,15 @@ module Google
2589
2590
  include Google::Apis::Core::Hashable
2590
2591
 
2591
2592
  # The type of Products allowed to be ingested into the catalog. Acceptable
2592
- # values are: * `primary` (default): You can only ingest Product.Type.PRIMARY
2593
- # Products. This means Product.primary_product_id can only be empty or set to
2594
- # the same value as Product.id. * `variant`: You can only ingest Product.Type.
2595
- # VARIANT Products. This means Product.primary_product_id cannot be empty. If
2596
- # this field is set to an invalid value other than these, an INVALID_ARGUMENT
2597
- # error is returned. If this field is `variant` and
2598
- # merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
2599
- # is returned. See [Using product levels](https://cloud.google.com/retail/
2600
- # recommendations-ai/docs/catalog#product-levels) for more details.
2593
+ # values are: * `primary` (default): You can ingest Products of all types. When
2594
+ # ingesting a Product, its type will default to Product.Type.PRIMARY if unset. *
2595
+ # `variant`: You can only ingest Product.Type.VARIANT Products. This means
2596
+ # Product.primary_product_id cannot be empty. If this field is set to an invalid
2597
+ # value other than these, an INVALID_ARGUMENT error is returned. If this field
2598
+ # is `variant` and merchant_center_product_id_field is `itemGroupId`, an
2599
+ # INVALID_ARGUMENT error is returned. See [Using product levels](https://cloud.
2600
+ # google.com/retail/recommendations-ai/docs/catalog#product-levels) for more
2601
+ # details.
2601
2602
  # Corresponds to the JSON property `ingestionProductType`
2602
2603
  # @return [String]
2603
2604
  attr_accessor :ingestion_product_type
@@ -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.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_v2alpha
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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []