google-apis-retail_v2beta 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: bffa1782de1971c6d9d824947c86ce8f91a28a6593d9dafd607d97cb6595f25b
4
- data.tar.gz: c8bb1b1967f1943c20277f464a1a417d9007a09296908d64c6d9c1b79b4cb677
3
+ metadata.gz: e83e98a63736700b4d839c01b4d54de9d8902ee7b7324ae408fbf678ad4d0086
4
+ data.tar.gz: 48c5d5af3d64cc880332a5ff4657342dbd579f3d675d2c1e75496f8f6b04a4d0
5
5
  SHA512:
6
- metadata.gz: 0e3c4f0fad5cd484c234fc15a7bd26a542b75c1b891b8a9b22418b9d2d7cd84421ea0b436a9a98a8a1abbf66656c91173f5629f1fc0c0e32e5f265b4a785738c
7
- data.tar.gz: 93ec77e2238c9cd3fa3fbefdc48cd7b814c2dd4bafadc4d1e1d1d655e51f1ad9f94d837437093a1ceb6feaeedbfd5aef1449800000f4dcc9b2e96965db515e10
6
+ metadata.gz: 8d77fc4b02fa3487c9d422be62e7836548854558995d8c7fa2da160735557b3e172bb37bc2ba5c088772ba8cec8d14dcfc1616ced6935e19800dfd270e560b63
7
+ data.tar.gz: 6af358dfa01661b1628e84799384a125bef54b520ac1747eb3b38ac6f1f7725f74e2518bb707cee3c5d54de41f44b57d5b5e58ccfc172d6aa63d3b7786613899
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
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
@@ -2892,15 +2892,15 @@ module Google
2892
2892
  include Google::Apis::Core::Hashable
2893
2893
 
2894
2894
  # The type of Products allowed to be ingested into the catalog. Acceptable
2895
- # values are: * `primary` (default): You can only ingest Product.Type.PRIMARY
2896
- # Products. This means Product.primary_product_id can only be empty or set to
2897
- # the same value as Product.id. * `variant`: You can only ingest Product.Type.
2898
- # VARIANT Products. This means Product.primary_product_id cannot be empty. If
2899
- # this field is set to an invalid value other than these, an INVALID_ARGUMENT
2900
- # error is returned. If this field is `variant` and
2901
- # merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
2902
- # is returned. See [Using product levels](https://cloud.google.com/retail/
2903
- # recommendations-ai/docs/catalog#product-levels) for more details.
2895
+ # values are: * `primary` (default): You can ingest Products of all types. When
2896
+ # ingesting a Product, its type will default to Product.Type.PRIMARY if unset. *
2897
+ # `variant`: You can only ingest Product.Type.VARIANT Products. This means
2898
+ # Product.primary_product_id cannot be empty. If this field is set to an invalid
2899
+ # value other than these, an INVALID_ARGUMENT error is returned. If this field
2900
+ # is `variant` and merchant_center_product_id_field is `itemGroupId`, an
2901
+ # INVALID_ARGUMENT error is returned. See [Using product levels](https://cloud.
2902
+ # google.com/retail/recommendations-ai/docs/catalog#product-levels) for more
2903
+ # details.
2904
2904
  # Corresponds to the JSON property `ingestionProductType`
2905
2905
  # @return [String]
2906
2906
  attr_accessor :ingestion_product_type
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2beta
18
18
  # Version of the google-apis-retail_v2beta 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_v2beta
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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta
63
63
  post_install_message:
64
64
  rdoc_options: []