google-apis-retail_v2alpha 0.45.0 → 0.46.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: f422425497e654cb3ecc0fdcba5eab497498948d6be0b26770c95c9d337dfd35
4
- data.tar.gz: d9f6a20337dc857c3dbb75ce98db986ec3c8191f070052d825d3674fc800e4f9
3
+ metadata.gz: 64a427f5a6e48062fd4037b102518525f364246731a9f47c0de21a6a36fbd172
4
+ data.tar.gz: '0364182dd92a137a753202ab45dbe87de8273420b53626418003e44da13e2945'
5
5
  SHA512:
6
- metadata.gz: 1143e904c0468f38564e8f34bfe7f41ef985012d059be6dbef6441dbc91e5d4e03d8d4b7dec6ec58a3890a0c2fafc8bd005553cbbb21a2070b2e0c9ad61f3fb5
7
- data.tar.gz: fdb438745b12d9918c08a9262c1288ffc47e037f43b0a6cdcb35332fdf9e3b6e73c72ea4ae1bfc4b33677aa05beca7ab7503e05097e19edf1f2bb0666397b5cd
6
+ metadata.gz: 16a0999e673d0a757d481125d755c81f783ed5fcce0f582139c6022f4eaa45c715c1a3b8ac13b83f3b6b53a88cc5f55024c0fb6c7dd42c6d2aef3b59bf15c295
7
+ data.tar.gz: 38b4c0cd7965479a02eaa50cb01ce1153d8a085ffefd0471483a4f73b57a4082d5c7ff9d5ee60d0d893f38d935a2fe0c297eec022dbf61638e8f9994313ad889
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-retail_v2alpha
2
2
 
3
+ ### v0.46.0 (2022-07-01)
4
+
5
+ * Regenerated from discovery document revision 20220623
6
+ * Regenerated using generator version 0.8.0
7
+
3
8
  ### v0.45.0 (2022-06-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20220617
@@ -1108,7 +1108,10 @@ module Google
1108
1108
  attr_accessor :indexable_option
1109
1109
 
1110
1110
  # Required. Attribute name. For example: `color`, `brands`, `attributes.
1111
- # custom_attribute`, such as `attributes.xyz`.
1111
+ # custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
1112
+ # name can contain only alpha-numeric characters and underscores. For example,
1113
+ # an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
1114
+ # `attributes.abc-xyz` cannot be indexed.
1112
1115
  # Corresponds to the JSON property `key`
1113
1116
  # @return [String]
1114
1117
  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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220617"
25
+ REVISION = "20220623"
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.45.0
4
+ version: 0.46.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: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.46.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: []