google-apis-retail_v2beta 0.74.0 → 0.75.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: 4b7d45911c6109a4d3e2ae54bcb62b9a721e7944ffe985290a96b58819ab8eee
4
- data.tar.gz: 91ef762f8000e0ab5156828d91160c34b82a1d3287c3be7e5fc6bf4286f2b512
3
+ metadata.gz: 5862afc80ff228c3b524c97126ab0dd1c95256a9874f73fbae3925b61677777e
4
+ data.tar.gz: 42055eeda1700eed5350ccdd9457cabdb5edc31d6e8448e974f618ef63bfbb76
5
5
  SHA512:
6
- metadata.gz: e75e345b3ee96fddb5c1300cc639d2460ab9f7b57dfa1aefc03973e426376b2c8c929e930405632f99c29423707998ebbead5a5252e337d1832597a0cabb4a79
7
- data.tar.gz: 64bafe7090cc97276c80f8320af75aab8d25b7a62a26bdbef04212b6a971256420a9bd5269c99ae5ecc3129a26c256d4cc2b58bd696db21f4ecc85b45f50c7ac
6
+ metadata.gz: 953d3ca0508e7c86ab41ee43d7713e02d45bb2a59132fcbcbd0b2f8def72e963468443fdda5c48723489542051d4e9bdbd3b69b6d984c42167c63848e0a7751b
7
+ data.tar.gz: d29b3d1ee30f6b84708f76c3f68e306d0cdeaf2f3bd4b95edf24513979ea50b034a4a86a2934a9b651ab132e477222dec13261af20e9a54180a287f0fbce1c71
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.75.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230516
6
+
3
7
  ### v0.74.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230504
@@ -2641,8 +2641,9 @@ module Google
2641
2641
 
2642
2642
  # When AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2643
2643
  # if INDEXABLE_ENABLED attribute values are indexed so that it can be filtered,
2644
- # faceted, or boosted in SearchService.Search. Must be specified, otherwise
2645
- # throws INVALID_FORMAT error.
2644
+ # faceted, or boosted in SearchService.Search. Must be specified when
2645
+ # AttributesConfig.attribute_config_level is CATALOG_LEVEL_ATTRIBUTE_CONFIG,
2646
+ # otherwise throws INVALID_FORMAT error.
2646
2647
  # Corresponds to the JSON property `indexableOption`
2647
2648
  # @return [String]
2648
2649
  attr_accessor :indexable_option
@@ -2677,7 +2678,8 @@ module Google
2677
2678
  # SearchService.Search. If SEARCHABLE_ENABLED but attribute type is numerical,
2678
2679
  # attribute values will not be searchable by text queries in SearchService.
2679
2680
  # Search, as there are no text values associated to numerical attributes. Must
2680
- # be specified, otherwise throws INVALID_FORMAT error.
2681
+ # be specified, when AttributesConfig.attribute_config_level is
2682
+ # CATALOG_LEVEL_ATTRIBUTE_CONFIG, otherwise throws INVALID_FORMAT error.
2681
2683
  # Corresponds to the JSON property `searchableOption`
2682
2684
  # @return [String]
2683
2685
  attr_accessor :searchable_option
@@ -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.74.0"
19
+ GEM_VERSION = "0.75.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 = "20230504"
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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.74.0
4
+ version: 0.75.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-14 00:00:00.000000000 Z
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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.75.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: []