google-apis-retail_v2alpha 0.30.0 → 0.31.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: e063d9dbc9d57e5e5167021c4f4699971eb55a1483a25bc31bd55de7074b5ddc
4
- data.tar.gz: 842cbfd5e27502afd8c0e56772aeffb7274fa30f3d47f36dc82e44bde7b6d0af
3
+ metadata.gz: 18a029383647d932f09ba42fb43f613584719f77281d2abf7e338ac10da47f34
4
+ data.tar.gz: 6099066a25bf39ac050101ad18481004162a9260d36d05920a060740f1247721
5
5
  SHA512:
6
- metadata.gz: f9336b3c25a5f36ea3c41dc3fee2cb87cf932a7512269552aa018b70c208836cfbc6f5e96f3779937ba6eddebfe085217de9069cf42ed0ffdae72ed949a61b1e
7
- data.tar.gz: 77cce5deb4146d7e14327153703190eb03b0f55709791263e0d97522352a79886a75ef6d989249c11e09af5adea5dd1a330f1357d176a0ff8e57b6a12f30b5b2
6
+ metadata.gz: 0343de8c7d9410bc18663dc49e6cbecfe5e38862ff97a2d0cafa3e008e6157e7e931c69e51fc4f6106086000c5763642d07c0b16f1c6288b479d82d1bd311b73
7
+ data.tar.gz: 2e3b43d5df3a4f68afcea87c3b403fc3c1eb9f4d78d3dc4bb070c6c62ee6047bfb875c47f41a28aeb0fcb64ac87ba20484da4e2e7a09ee5e91674b375df8f06d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.31.0 (2022-03-04)
4
+
5
+ * Regenerated from discovery document revision 20220224
6
+
3
7
  ### v0.30.0 (2022-02-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20220217
@@ -1026,8 +1026,11 @@ module Google
1026
1026
  # True` if at least one Product is using this attribute in Product.attributes.
1027
1027
  # Otherwise, this field is `False`. CatalogAttribute can be pre-loaded by using
1028
1028
  # AddCatalogAttribute, ImportCatalogAttributes, or UpdateAttributesConfig APIs.
1029
- # This field is `False` for pre-loaded CatalogAttributes. After catalog changes,
1030
- # it takes about 10 minutes for this field to update.
1029
+ # This field is `False` for pre-loaded CatalogAttributes. Only CatalogAttributes
1030
+ # that are not in use by products can be deleted. CatalogAttributes that are in
1031
+ # use by products cannot be deleted; however, their configuration properties
1032
+ # will reset to default values upon removal request. After catalog changes, it
1033
+ # takes about 10 minutes for this field to update.
1031
1034
  # Corresponds to the JSON property `inUse`
1032
1035
  # @return [Boolean]
1033
1036
  attr_accessor :in_use
@@ -1381,7 +1384,8 @@ module Google
1381
1384
 
1382
1385
  # Required. Immutable. The solution types that the serving config is used for.
1383
1386
  # Currently we support setting only one type of solution at creation time. Only `
1384
- # SOLUTION_TYPE_SEARCH` value is supported at the moment.
1387
+ # SOLUTION_TYPE_SEARCH` value is supported at the moment. If no solution type is
1388
+ # provided at creation time, will default to SOLUTION_TYPE_SEARCH.
1385
1389
  # Corresponds to the JSON property `solutionTypes`
1386
1390
  # @return [Array<String>]
1387
1391
  attr_accessor :solution_types
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.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_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.31.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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.31.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: []