google-apis-retail_v2alpha 0.75.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/retail_v2alpha/classes.rb +5 -3
- data/lib/google/apis/retail_v2alpha/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4ad41fad2b91fbe129601907e401e9653e869ad851f0e88376eea3ce3b8ebf5a
|
|
4
|
+
data.tar.gz: 1c251e313da0fd86e0e042dba8e6c854da9a67b9559aafa0ea4a8cb1dc3636b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 105a4035ca9044cd4ab28019c5b5ffe8c9de8165fb185f3d799aeb1af275c16aadbea4eda0d243b26d151495a65f9f979984eac618ae1a9fb620d5580cfeaaea
|
|
7
|
+
data.tar.gz: 24b326e15d63b145d3494af09f79490db782a223e1706e55d7065c77858e2701bde9d603ea89e8e38846374e1a1782b995f4ef973ad124ade4cd3bb5c93d172c
|
data/CHANGELOG.md
CHANGED
|
@@ -1447,8 +1447,9 @@ module Google
|
|
|
1447
1447
|
|
|
1448
1448
|
# When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
|
|
1449
1449
|
# if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
|
|
1450
|
-
# faceted, or boosted in SearchService.Search. Must be specified
|
|
1451
|
-
#
|
|
1450
|
+
# faceted, or boosted in SearchService.Search. Must be specified when
|
|
1451
|
+
# AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
|
|
1452
|
+
# otherwise throws INVALID_FORMAT error.
|
|
1452
1453
|
# Corresponds to the JSON property `indexableOption`
|
|
1453
1454
|
# @return [String]
|
|
1454
1455
|
attr_accessor :indexable_option
|
|
@@ -1483,7 +1484,8 @@ module Google
|
|
|
1483
1484
|
# SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
|
|
1484
1485
|
# attribute values will not be searchable by text queries in SearchService.
|
|
1485
1486
|
# Search, as there are no text values associated to numerical attributes. Must
|
|
1486
|
-
# be specified,
|
|
1487
|
+
# be specified, when AttributesConfig.attribute_config_level is
|
|
1488
|
+
# CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error.
|
|
1487
1489
|
# Corresponds to the JSON property `searchableOption`
|
|
1488
1490
|
# @return [String]
|
|
1489
1491
|
attr_accessor :searchable_option
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.76.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230516"
|
|
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.
|
|
4
|
+
version: 0.76.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: 2023-05-
|
|
11
|
+
date: 2023-05-21 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.76.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: []
|