google-apis-retail_v2 0.25.0 → 0.26.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9d51d0e069ba6da7a700bdabcbeeba5b18b93b9d7c2208cd04c1a6fa89e80b38
4
- data.tar.gz: cf32d987d493238db2369d917b0986dc27982af48c88f1b6710c291b13517dcb
3
+ metadata.gz: 318900177ed96ac687e26131c704910f998c25b977983cd1c586e98a646ec47c
4
+ data.tar.gz: f0d7cca5a575fb9d73b164f066f4e53a0a81b55e1e2c0725bdac27608a01e0bb
5
5
  SHA512:
6
- metadata.gz: ec4cb6d7d96c5f4a046f30b14e637552af84a95c73730e70fba8e9fbdbd25a9fdb4748ef36ceeff4e038cecce32510e4cb6a6c51bb27b1197a20bb0b26334522
7
- data.tar.gz: 423899b4aa85c93c42390f8c06d7c74dcb0838b566f1e0f6728e1b330ede4caf7e2c5f0c3402b1462ddee30457c720183aa076ebf4fdd49b18aa5656fd2a9903
6
+ metadata.gz: 8ed1e6b8e259b9b070322e3e7e30a2e94cdd461edbaceac343d4f60f84f71873adf804e294ab3ba9d7f278137c7c03ff90eb8352690a54a5988f2b4375734a83
7
+ data.tar.gz: 84e06e9151aef169cc5354ecee48ac90d335e53abae9f4f7961148949cdf6535da237eb1afb4ccc80ab5312ee866307c20986eefec96ec358ee01224b8fb0f93
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.26.0 (2022-01-27)
4
+
5
+ * Regenerated from discovery document revision 20220121
6
+
3
7
  ### v0.25.0 (2022-01-13)
4
8
 
5
9
  * Regenerated from discovery document revision 20220106
@@ -778,7 +778,8 @@ module Google
778
778
  # imports: * `user_event` (default): One JSON UserEvent per line. * `
779
779
  # user_event_ga360`: Using https://support.google.com/analytics/answer/3437719.
780
780
  # Supported values for control imports: * 'control' (default): One JSON Control
781
- # per line.
781
+ # per line. Supported values for catalog attribute imports: * 'catalog_attribute'
782
+ # (default): One CSV CatalogAttribute per line.
782
783
  # Corresponds to the JSON property `dataSchema`
783
784
  # @return [String]
784
785
  attr_accessor :data_schema
@@ -1581,7 +1582,9 @@ module Google
1581
1582
  # @return [Array<String>]
1582
1583
  attr_accessor :categories
1583
1584
 
1584
- # The id of the collection members when type is Type.COLLECTION. Should not set
1585
+ # The id of the collection members when type is Type.COLLECTION. Non-existent
1586
+ # product ids are allowed. The type of the members must be either Type.PRIMARY
1587
+ # or Type.VARIANT otherwise and INVALID_ARGUMENT error is thrown. Should not set
1585
1588
  # it for other types. A maximum of 1000 values are allowed. Otherwise, an
1586
1589
  # INVALID_ARGUMENT error is return.
1587
1590
  # Corresponds to the JSON property `collectionMemberIds`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RetailV2
18
18
  # Version of the google-apis-retail_v2 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220106"
25
+ REVISION = "20220121"
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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.26.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-01-17 00:00:00.000000000 Z
11
+ date: 2022-01-31 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.26.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2
63
63
  post_install_message:
64
64
  rdoc_options: []