google-apis-retail_v2beta 0.3.0 → 0.4.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: e67c2b6a1a0732bb00a0a0d82c7e1a8ba64d1abbcb28cf83a534bd9e858b8ab9
4
- data.tar.gz: c3a20aa193dcda1490e9d413fc8e8593814a9727b5887a227d9d7febd2afc69b
3
+ metadata.gz: 910f110a3fe6f9421dc07116cbd4e46aee612bea7c6a0e316430e5628d8bdd69
4
+ data.tar.gz: a5e83288106e4cd4afe0df97e978b5a835c42b7f4f5dabf95dbb4c477f7355ad
5
5
  SHA512:
6
- metadata.gz: 9c5babc3b14da54e00ca5fcc7e9444e7a8106a77d866b66acf8605b74b7efdb93732fa89852c4cbbd7f77c3dfd86a05e25a83d479f5b5ae072a27f7af44584aa
7
- data.tar.gz: 827de15faa9e733fca32fd54de8ed73a1e7437f9a814a1a5433c7ebf568628a460c1889a6d8d79c28abb4b9dc05d37c05dfe2fbc214fec31c48bfa408a2fac0a
6
+ metadata.gz: 46c1349e433d85c218c6a1e057c66e19e7fcf8e795f7e2dc914863061e7599c8add2f44447759b2e3a409bf9c623973d17c30a859af4aafe0d1b2dee4b50b5eb
7
+ data.tar.gz: 16e378b294791a809283a8d41d8f6cf174e576a4be66248dc5ac3480a51ec5d1620d8497c92287cd33f7956a30948cac2cff52451bef36acc427eee1003cac75
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.4.0 (2021-03-06)
4
+
5
+ * Regenerated from discovery document revision 20210226
6
+ * Unspecified changes
7
+
3
8
  ### v0.3.0 (2021-02-20)
4
9
 
5
10
  * Regenerated from discovery document revision 20210212
@@ -1533,9 +1533,8 @@ module Google
1533
1533
  # "vendor456"]`, "lengths_cm": `"numbers":[2.3, 15.4]`, "heights_cm": `"numbers"
1534
1534
  # :[8.1, 6.4]` ``. This field needs to pass all below criteria, otherwise an
1535
1535
  # INVALID_ARGUMENT error is returned: * Max entries count: 150 by default; 100
1536
- # for Type.VARIANT. * Max indexable entries count: 150 by default; 40 for Type.
1537
- # VARIANT. * Max searchable entries count: 30. * The key must be a UTF-8 encoded
1538
- # string with a length limit of 128 characters.
1536
+ # for Type.VARIANT. * The key must be a UTF-8 encoded string with a length limit
1537
+ # of 128 characters.
1539
1538
  # Corresponds to the JSON property `attributes`
1540
1539
  # @return [Hash<String,Google::Apis::RetailV2beta::GoogleCloudRetailV2betaCustomAttribute>]
1541
1540
  attr_accessor :attributes
@@ -1642,7 +1641,7 @@ module Google
1642
1641
  attr_accessor :tags
1643
1642
 
1644
1643
  # Required. Product title. This field must be a UTF-8 encoded string with a
1645
- # length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is
1644
+ # length limit of 1,000 characters. Otherwise, an INVALID_ARGUMENT error is
1646
1645
  # returned. Google Merchant Center property [title](https://support.google.com/
1647
1646
  # merchants/answer/6324415). Schema.org property [Product.name](https://schema.
1648
1647
  # org/name).
@@ -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.3.0"
19
+ GEM_VERSION = "0.4.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210212"
25
+ REVISION = "20210226"
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.3.0
4
+ version: 0.4.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: 2021-02-22 00:00:00.000000000 Z
11
+ date: 2021-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.3.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.4.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.6
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Retail API V2beta