google-apis-retail_v2beta 0.44.0 → 0.45.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: 77df9ebeb2d71c5159d0db231ad33e230d9a05185919106d0163acaf1b028093
4
- data.tar.gz: a820e0f376c1c755a052137ecff565157a1f28f4b2e04169750f341b58357c2c
3
+ metadata.gz: f05a11bd21474caa0b330347bbf902a828e44fd6baa1178894a4725add222bbf
4
+ data.tar.gz: 75d0bb9f99b205498f908d76afb91feedfc6f5fbc9f3410e96400c9cadfba175
5
5
  SHA512:
6
- metadata.gz: 2d6859fa9f6de27b51646ba296d8db43ed1ebba1ade3c8e562e4ad8b4fb8b078d871da8afc062074a63f3ace9a142510251dcc4ff02c9f449e82825f6215d5cd
7
- data.tar.gz: d603bfa3f6193da96ed5bd5e982945d29223d490e044b86c8b88241929af19e22135a86e0ee9b2fdcaa50eb0707c2caae49d9e4f82b6b1377ea1682a51a036c2
6
+ metadata.gz: 224f9910897cb1ff2ba3100dd2970691240338280df5474c19d45288c692328b395b8d3ea11bbf8651bd54bfcf1fd880e280cdf2d8a9222bd0f8194ed3d3bcc0
7
+ data.tar.gz: e0ade45afb115fd2e1d2794a547f116a59a02c91aedaeb23739fca29dfe6ee21089479a3a1031b4046d3647d8ff0fd5ed8f401dc33ba81d9d996b087f5eed261
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.45.0 (2022-06-30)
4
+
5
+ * Regenerated from discovery document revision 20220623
6
+ * Regenerated using generator version 0.8.0
7
+
3
8
  ### v0.44.0 (2022-06-23)
4
9
 
5
10
  * Regenerated from discovery document revision 20220617
@@ -1676,7 +1676,10 @@ module Google
1676
1676
  attr_accessor :indexable_option
1677
1677
 
1678
1678
  # Required. Attribute name. For example: `color`, `brands`, `attributes.
1679
- # custom_attribute`, such as `attributes.xyz`.
1679
+ # custom_attribute`, such as `attributes.xyz`. To be indexable, the attribute
1680
+ # name can contain only alpha-numeric characters and underscores. For example,
1681
+ # an attribute named `attributes.abc_xyz` can be indexed, but an attribute named
1682
+ # `attributes.abc-xyz` cannot be indexed.
1680
1683
  # Corresponds to the JSON property `key`
1681
1684
  # @return [String]
1682
1685
  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.44.0"
19
+ GEM_VERSION = "0.45.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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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_v2beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.45.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: []