google-apis-retail_v2beta 0.23.0 → 0.24.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: 87730fa76b36bf2889a58f803f05b7c78a0edede1455859efea332c724311fbd
4
- data.tar.gz: bf16a172bcdbdf5fafe42c93455c3f4c12e89b3e47d605526898b34da6b73461
3
+ metadata.gz: 77532d3ad3229df049138ad832de3caac4f9b5eb93034a63208bc001cc232222
4
+ data.tar.gz: bce93727c34fa942675e30bd1c9fc2c4a8500be45b899b169a4696a1f8f4d372
5
5
  SHA512:
6
- metadata.gz: 24d8913a036480b3e605dbb38cf3f88fb88473fc2eb3a741320400262f64f2515cb4cb68064e2ed76c962429be68890bf7f783872ba9e6935a0c983676b2a336
7
- data.tar.gz: 1ac41bbf1134c99d7bd7d9b0e83922b54d5974d832f8dd713d534762404083a739fbe63640e87d60c186c7bd1e97597f38db06393e45c63614c0e0fe5961cf98
6
+ metadata.gz: a40af22cc91e8f4b6f9ee0d54d7ec52736b220928fda1a29b0690f44b6fb1c4e7ddc2e02f29de4592eb4a5e0da08a0ae153d64b4b733d22c94bcad18e08d686f
7
+ data.tar.gz: 0f826317761ad042e335e5103f8da9a35b9e49294435112a7ea4b07c2c2d9600ba2c39832a486f3af20aafa3d0c1c6d06bb6480e21b84a0264e2f0d078f45086
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.24.0 (2021-12-16)
4
+
5
+ * Regenerated from discovery document revision 20211210
6
+
3
7
  ### v0.23.0 (2021-12-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20211203
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/retail_v2beta"
51
51
  client = Google::Apis::RetailV2beta::CloudRetailService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -1746,6 +1746,8 @@ module Google
1746
1746
  # recommendations-ai/docs/upload-catalog#mc). Supported values for user events
1747
1747
  # imports: * `user_event` (default): One JSON UserEvent per line. * `
1748
1748
  # user_event_ga360`: Using https://support.google.com/analytics/answer/3437719.
1749
+ # Supported values for control imports: * 'control' (default): One JSON Control
1750
+ # per line.
1749
1751
  # Corresponds to the JSON property `dataSchema`
1750
1752
  # @return [String]
1751
1753
  attr_accessor :data_schema
@@ -2399,8 +2401,8 @@ module Google
2399
2401
  attr_accessor :original_price
2400
2402
 
2401
2403
  # Price of the product. Google Merchant Center property [price](https://support.
2402
- # google.com/merchants/answer/6324371). Schema.org property [Offer.
2403
- # priceSpecification](https://schema.org/priceSpecification).
2404
+ # google.com/merchants/answer/6324371). Schema.org property [Offer.price](https:/
2405
+ # /schema.org/price).
2404
2406
  # Corresponds to the JSON property `price`
2405
2407
  # @return [Float]
2406
2408
  attr_accessor :price
@@ -3425,9 +3427,9 @@ module Google
3425
3427
  # Required. A unique identifier for tracking visitors. For example, this could
3426
3428
  # be implemented with an HTTP cookie, which should be able to uniquely identify
3427
3429
  # a visitor on a single device. This unique identifier should not change if the
3428
- # visitor logs in or out of the website. The field must be a UTF-8 encoded
3429
- # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
3430
- # error is returned.
3430
+ # visitor logs in or out of the website. This should be the same identifier as
3431
+ # UserEvent.visitor_id. The field must be a UTF-8 encoded string with a length
3432
+ # limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
3431
3433
  # Corresponds to the JSON property `visitorId`
3432
3434
  # @return [String]
3433
3435
  attr_accessor :visitor_id
@@ -4017,10 +4019,9 @@ module Google
4017
4019
  # @return [Google::Apis::RetailV2beta::GoogleCloudRetailV2betaProduct]
4018
4020
  attr_accessor :inventory
4019
4021
 
4020
- # Indicates which inventory fields in the provided Product to update. If not set
4021
- # or set with empty paths, all inventory fields will be updated. If an
4022
- # unsupported or unknown field is provided, an INVALID_ARGUMENT error is
4023
- # returned and the entire update will be ignored.
4022
+ # Indicates which inventory fields in the provided Product to update. At least
4023
+ # one field must be provided. If an unsupported or unknown field is provided, an
4024
+ # INVALID_ARGUMENT error is returned and the entire update will be ignored.
4024
4025
  # Corresponds to the JSON property `setMask`
4025
4026
  # @return [String]
4026
4027
  attr_accessor :set_mask
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211203"
25
+ REVISION = "20211210"
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.23.0
4
+ version: 0.24.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-01-10 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.24.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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Retail API V2beta