google-apis-retail_v2alpha 0.65.0 → 0.66.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e4b681242fc13bf58528bb4825261fb7967428a09f1cd719f6c3b307795ef2f4
4
- data.tar.gz: d9a2b553b0e66d7aeb0cb14ecb4e616475c00362d12f7c996583ce8e758b7513
3
+ metadata.gz: e6ba3de8c60782fb7fbc0d9d229d18e08968f23fad8d7a472d68d5c5563ce019
4
+ data.tar.gz: 235f3ecaa68e49e19a576d34792b79d708d0d9515851e66add034f1117c10d72
5
5
  SHA512:
6
- metadata.gz: c18c6a2d30fa3656f91a8f9d0a03c3fdea8aae9b20ee04cfa2d13a12df6e90154d0211fe13f86a6218fb824811169d022dd5978e130b79f602a7df2b2519022d
7
- data.tar.gz: b19083692bf67444d4e992f83f8f906409c937a2da3336ea034243159c7022395c69897833bbec9aedcaa39df5abcf39f299b3e4cfa9dbba07817c376078986e
6
+ metadata.gz: 1f73835bf93311301519e4c9cf4b31e9d727d12078edeb0b5175eca93b6d9ad42eab73d8da9a47b29a3043fccd94ca810a8e2869726f111e6f784cc0cec68721
7
+ data.tar.gz: d5f6a1e6ac51180b86cf6c0b2f355765559769896dfde1fa9bffed8ae4d4dd8e44077eb858c8e79f754805d5255c58c59bf0c228b97b16d3761933020c560af1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.66.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230117
6
+
3
7
  ### v0.65.0 (2023-01-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230105
@@ -1196,9 +1196,9 @@ module Google
1196
1196
  # custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
1197
1197
  # name can contain only alpha-numeric characters and underscores. For example,
1198
1198
  # an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
1199
- # `attributes.abc-xyz` cannot be indexed. For attributes whoes key start with `
1200
- # attributes.`, we refer them as custom attributes. Otherwise they are built-in
1201
- # attributes such as `color` and `brands`.
1199
+ # `attributes.abc-xyz` cannot be indexed. If the attribute key starts with `
1200
+ # attributes.`, then the attribute is a custom attribute. Attributes such as `
1201
+ # brands`, `patterns`, and `title` are built-in and called system attributes.
1202
1202
  # Corresponds to the JSON property `key`
1203
1203
  # @return [String]
1204
1204
  attr_accessor :key
@@ -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.65.0"
19
+ GEM_VERSION = "0.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230105"
25
+ REVISION = "20230117"
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.65.0
4
+ version: 0.66.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-01-15 00:00:00.000000000 Z
11
+ date: 2023-01-22 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.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.66.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: []