google-apis-retail_v2beta 0.62.0 → 0.63.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: 85dea848dcbc71b84a1d14f153748041f8ba47ae655ab892203c0b87b54480db
4
- data.tar.gz: 843496e2d4b22e970c3d8171a467e8d0888844efcddf1557bbac39c258a49362
3
+ metadata.gz: '09cea47bef9e9dc688b360a14bcff089f9ba4783c6c8a437ccaa8d4105de8e6b'
4
+ data.tar.gz: 53e77c6e06ab693f53bc3eeea4a15543584c457b4a1474da776307a7f5178c6d
5
5
  SHA512:
6
- metadata.gz: 3f2b35366cd7cfbdc3d1cdd8e633aabd49bf3d96ff312197b4d68ac8e9d7bf13a9b0205d71441354827217b69f6865e1ad6d0e286b64475244890bcd661d114e
7
- data.tar.gz: a37abe3227462a7991f4194134441be1ed17f31b8576fbb043d1be19c3e6635afb0c0accc347b77778455048de29543feab9611ecae4a591263f61f865ff548b
6
+ metadata.gz: 8afb7fe57b0c4624a744e80135de380bd52df22760aefe5bab82a5dc2a0d350ab56e46cc2e8bc9f9d0f7e661dffcb7e5276df9f690f8e64cbfa07216b25febf5
7
+ data.tar.gz: e1eca2a908c013f21f350504dc6fe801ecb070789d9871c717ab58c3e39ebbd53e9d4519b17b33c5509ad7fb25cfdcb880f76cfe0bdb90c121189f8c62b92a8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.63.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230117
6
+
3
7
  ### v0.62.0 (2023-01-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230105
@@ -2204,9 +2204,9 @@ module Google
2204
2204
  # custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
2205
2205
  # name can contain only alpha-numeric characters and underscores. For example,
2206
2206
  # an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
2207
- # `attributes.abc-xyz` cannot be indexed. For attributes whoes key start with `
2208
- # attributes.`, we refer them as custom attributes. Otherwise they are built-in
2209
- # attributes such as `color` and `brands`.
2207
+ # `attributes.abc-xyz` cannot be indexed. If the attribute key starts with `
2208
+ # attributes.`, then the attribute is a custom attribute. Attributes such as `
2209
+ # brands`, `patterns`, and `title` are built-in and called system attributes.
2210
2210
  # Corresponds to the JSON property `key`
2211
2211
  # @return [String]
2212
2212
  attr_accessor :key
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.62.0
4
+ version: 0.63.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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.63.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: []