google-apis-retail_v2beta 0.61.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: b3fb77eff1104a388f1f370195d8d0b9b1e0b94f482a95292233a1d21a2543d7
4
- data.tar.gz: dd6ebc8162bae9172f726a85b3b891e94cbbedfb6d15f3f9708c1344a481b593
3
+ metadata.gz: '09cea47bef9e9dc688b360a14bcff089f9ba4783c6c8a437ccaa8d4105de8e6b'
4
+ data.tar.gz: 53e77c6e06ab693f53bc3eeea4a15543584c457b4a1474da776307a7f5178c6d
5
5
  SHA512:
6
- metadata.gz: bfb6e3cbd7dec4a2894c024fdbe5e8dfe2c22ceafcf0118c68701476c09d0bfe9f1902ce53a42abcf7ff7512e68189c2f7a8a4a0039870bb644b511b6481cb13
7
- data.tar.gz: 77c040e7244f02569722e415f83bfae5d7348862774800519e64cae4344fdd80e2385759bc55c36155eb81b364f01978b98cec3bcb96bd1a2edef2b699dcec01
6
+ metadata.gz: 8afb7fe57b0c4624a744e80135de380bd52df22760aefe5bab82a5dc2a0d350ab56e46cc2e8bc9f9d0f7e661dffcb7e5276df9f690f8e64cbfa07216b25febf5
7
+ data.tar.gz: e1eca2a908c013f21f350504dc6fe801ecb070789d9871c717ab58c3e39ebbd53e9d4519b17b33c5509ad7fb25cfdcb880f76cfe0bdb90c121189f8c62b92a8d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.62.0 (2023-01-15)
8
+
9
+ * Regenerated from discovery document revision 20230105
10
+ * Regenerated using generator version 0.11.1
11
+
3
12
  ### v0.61.0 (2023-01-04)
4
13
 
5
14
  * Regenerated from discovery document revision 20230102
@@ -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
@@ -2279,7 +2279,7 @@ module Google
2279
2279
  # The color display names, which may be different from standard color family
2280
2280
  # names, such as the color aliases used in the website frontend. Normally it is
2281
2281
  # expected to have only 1 color. May consider using single "Mixed" instead of
2282
- # multiple values. A maximum of 25 colors are allowed. Each value must be a UTF-
2282
+ # multiple values. A maximum of 75 colors are allowed. Each value must be a UTF-
2283
2283
  # 8 encoded string with a length limit of 128 characters. Otherwise, an
2284
2284
  # INVALID_ARGUMENT error is returned. Google Merchant Center property [color](
2285
2285
  # https://support.google.com/merchants/answer/6324487). Schema.org property [
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230102"
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.61.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-04 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.61.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Retail API V2beta