google-apis-retail_v2beta 0.29.0 → 0.30.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: 4728dc0b1ed77a4e3bf7d513cfb92adf723b47ef5ad8d703ee2bce8e55ae7e48
4
- data.tar.gz: 5854f2bd791423414f15a7e488b15368532fdea6e47336dfcd8440d895a1f4bb
3
+ metadata.gz: a2df3785ace31021412e5fac53adf93b519d513ab42459c3fcd199e18a1f5458
4
+ data.tar.gz: 7637e54664187741870607f18a0c82205b46d2986c9f956b298e8b55706d98cb
5
5
  SHA512:
6
- metadata.gz: 041ebfef9f76cdaa823dea82e36064e78f22b1ba22e1105b2aa27c74d0e4b35bab1a9d1bca75b1ae73550bb66a7006e1653bd5519019608a58bb92cbf7cce380
7
- data.tar.gz: a6e2a57b1d318f25cdd33ca116dc969acd5dfa0592a272906c4d7d3dcd56b7b9c7a393aed35fb1428101944f70efcb6351b52ccb5720d811cde30509df74e82c
6
+ metadata.gz: c7e4827aa2c18caaf5ba07116074a4d23635ad1e3310a77fb2cdb1dcf7acd6cd97dbbc99736c1e823fad03baa5111ce2bf8b8f0d10628ae3b78be8a6c36de52c
7
+ data.tar.gz: 2628047242dba3a8de6076231ab53d2af9abc4398fb5d4936c87f087d0267677d05474ebc5185ebb519d232b14e824b5b443f2f9f014587b75c861ad8856ae9d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.30.0 (2022-03-04)
4
+
5
+ * Regenerated from discovery document revision 20220224
6
+
3
7
  ### v0.29.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220217
@@ -1438,8 +1438,11 @@ module Google
1438
1438
  # True` if at least one Product is using this attribute in Product.attributes.
1439
1439
  # Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
1440
1440
  # AddCatalogAttribute, ImportCatalogAttributes, or UpdateAttributesConfig APIs.
1441
- # This field is `False` for pre-loaded CatalogAttributes. After catalog changes,
1442
- # it takes about 10 minutes for this field to update.
1441
+ # This field is `False` for pre-loaded CatalogAttributes. Only CatalogAttributes
1442
+ # that are not in use by products can be deleted. CatalogAttributes that are in
1443
+ # use by products cannot be deleted; however, their configuration properties
1444
+ # will reset to default values upon removal request. After catalog changes, it
1445
+ # takes about 10 minutes for this field to update.
1443
1446
  # Corresponds to the JSON property `inUse`
1444
1447
  # @return [Boolean]
1445
1448
  attr_accessor :in_use
@@ -1793,7 +1796,8 @@ module Google
1793
1796
 
1794
1797
  # Required. Immutable. The solution types that the serving config is used for.
1795
1798
  # Currently we support setting only one type of solution at creation time. Only `
1796
- # SOLUTION_TYPE_SEARCH` value is supported at the moment.
1799
+ # SOLUTION_TYPE_SEARCH` value is supported at the moment. If no solution type is
1800
+ # provided at creation time, will default to SOLUTION_TYPE_SEARCH.
1797
1801
  # Corresponds to the JSON property `solutionTypes`
1798
1802
  # @return [Array<String>]
1799
1803
  attr_accessor :solution_types
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220217"
25
+ REVISION = "20220224"
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.29.0
4
+ version: 0.30.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-02-28 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.30.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: []