google-apis-retail_v2 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: 1599b481f2aaed78125c27588176be269312c6abb0582d3aa4fd4ca4294755a3
4
- data.tar.gz: f7d1bc53553c40ddceaf6b461fb49696be85d0c7338e71a6dd6b95c7c212fb61
3
+ metadata.gz: 12f5a0bb297d32e228610cda346b06d6270767592ea3c5da21c0880949f0c1cd
4
+ data.tar.gz: 6c4a9047f45d728423eb02cd9287a0aa463c34dd545f7c2ded4548f7aa18f73b
5
5
  SHA512:
6
- metadata.gz: c9052890d848455cb40fccb29b8ed92bed90e332a41047da18e66bb849b24ab2debf64afd698bef7198e484a88ba3c4117748a3d4e8d98a683f46d9556da51c1
7
- data.tar.gz: 24bb1e70f8045210d58d401881544f782c2f9ea327d0ee0ef9bfd4b98879be588af567ec29ccb40a28b653cb36312f8d1a6214af8114b7b833b04fc9dcebf824
6
+ metadata.gz: bf1f077b2927924c810b108909d9e4dd55a181634f08ddd25be2c0cc9d21baab1eb1a30abc049a3abad58ca8d0e97361016b388ac782e0933760bdfae77a935f
7
+ data.tar.gz: 4d67d88455fc4733f4163b12750c886bc901e43db238ebf06d28f3c97f46e6f048647afad0194f47c49efb1d6d02d2fedc882ba06667a7438de80ff4a82305b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
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_v2"
51
51
  client = Google::Apis::RetailV2::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.
@@ -777,6 +777,8 @@ module Google
777
777
  # recommendations-ai/docs/upload-catalog#mc). Supported values for user events
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
+ # Supported values for control imports: * 'control' (default): One JSON Control
781
+ # per line.
780
782
  # Corresponds to the JSON property `dataSchema`
781
783
  # @return [String]
782
784
  attr_accessor :data_schema
@@ -1430,8 +1432,8 @@ module Google
1430
1432
  attr_accessor :original_price
1431
1433
 
1432
1434
  # Price of the product. Google Merchant Center property [price](https://support.
1433
- # google.com/merchants/answer/6324371). Schema.org property [Offer.
1434
- # priceSpecification](https://schema.org/priceSpecification).
1435
+ # google.com/merchants/answer/6324371). Schema.org property [Offer.price](https:/
1436
+ # /schema.org/price).
1435
1437
  # Corresponds to the JSON property `price`
1436
1438
  # @return [Float]
1437
1439
  attr_accessor :price
@@ -2456,9 +2458,9 @@ module Google
2456
2458
  # Required. A unique identifier for tracking visitors. For example, this could
2457
2459
  # be implemented with an HTTP cookie, which should be able to uniquely identify
2458
2460
  # a visitor on a single device. This unique identifier should not change if the
2459
- # visitor logs in or out of the website. The field must be a UTF-8 encoded
2460
- # string with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT
2461
- # error is returned.
2461
+ # visitor logs in or out of the website. This should be the same identifier as
2462
+ # UserEvent.visitor_id. The field must be a UTF-8 encoded string with a length
2463
+ # limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
2462
2464
  # Corresponds to the JSON property `visitorId`
2463
2465
  # @return [String]
2464
2466
  attr_accessor :visitor_id
@@ -3048,10 +3050,9 @@ module Google
3048
3050
  # @return [Google::Apis::RetailV2::GoogleCloudRetailV2Product]
3049
3051
  attr_accessor :inventory
3050
3052
 
3051
- # Indicates which inventory fields in the provided Product to update. If not set
3052
- # or set with empty paths, all inventory fields will be updated. If an
3053
- # unsupported or unknown field is provided, an INVALID_ARGUMENT error is
3054
- # returned and the entire update will be ignored.
3053
+ # Indicates which inventory fields in the provided Product to update. At least
3054
+ # one field must be provided. If an unsupported or unknown field is provided, an
3055
+ # INVALID_ARGUMENT error is returned and the entire update will be ignored.
3055
3056
  # Corresponds to the JSON property `setMask`
3056
3057
  # @return [String]
3057
3058
  attr_accessor :set_mask
@@ -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.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_v2
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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.24.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: []
@@ -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 V2