google-apis-retail_v2alpha 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/retail_v2alpha/classes.rb +11 -10
- data/lib/google/apis/retail_v2alpha/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c597c7c3e4e8d54b6452442b40588729d9483d8543b1ed8da020684648ac3b96
|
4
|
+
data.tar.gz: 71ebf0a020be508646193baa196cd38d7c0e2b872e54d597d31646c72fc39a96
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35822cb95f7f558f0592e0a460648a2be658a4ff665247ebf7d5ae5e6edba422b931ebd1f87cf15d14b9e6efeb235690d4dff534049d451fb01b8cf012168c4a
|
7
|
+
data.tar.gz: 86bce977dc3a4b458fefd9e8ae6c06ac59464f9a581caf7f923896ee948cf25ff703897460bdc173350d15c534b87ff9a3ae8d8c7aa9636921359afe986f1f21
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/retail_v2alpha"
|
|
51
51
|
client = Google::Apis::RetailV2alpha::CloudRetailService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
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.
|
@@ -1305,6 +1305,8 @@ module Google
|
|
1305
1305
|
# recommendations-ai/docs/upload-catalog#mc). Supported values for user events
|
1306
1306
|
# imports: * `user_event` (default): One JSON UserEvent per line. * `
|
1307
1307
|
# user_event_ga360`: Using https://support.google.com/analytics/answer/3437719.
|
1308
|
+
# Supported values for control imports: * 'control' (default): One JSON Control
|
1309
|
+
# per line.
|
1308
1310
|
# Corresponds to the JSON property `dataSchema`
|
1309
1311
|
# @return [String]
|
1310
1312
|
attr_accessor :data_schema
|
@@ -1779,7 +1781,7 @@ module Google
|
|
1779
1781
|
# key must match the pattern: `a-zA-Z0-9*`. For example, key0LikeThis or
|
1780
1782
|
# KEY_1_LIKE_THIS. * The attribute values must be of the same type (text or
|
1781
1783
|
# number). * The max number of values per attribute is 10. * For text values,
|
1782
|
-
# the length limit is
|
1784
|
+
# the length limit is 256 UTF-8 characters. * The attribute does not support
|
1783
1785
|
# search. The `searchable` field should be unset or set to false. * The max
|
1784
1786
|
# summed total bytes of custom attribute keys and values per product is 5MiB.
|
1785
1787
|
# Corresponds to the JSON property `attributes`
|
@@ -2088,8 +2090,8 @@ module Google
|
|
2088
2090
|
attr_accessor :original_price
|
2089
2091
|
|
2090
2092
|
# Price of the product. Google Merchant Center property [price](https://support.
|
2091
|
-
# google.com/merchants/answer/6324371). Schema.org property [Offer.
|
2092
|
-
#
|
2093
|
+
# google.com/merchants/answer/6324371). Schema.org property [Offer.price](https:/
|
2094
|
+
# /schema.org/price).
|
2093
2095
|
# Corresponds to the JSON property `price`
|
2094
2096
|
# @return [Float]
|
2095
2097
|
attr_accessor :price
|
@@ -3189,9 +3191,9 @@ module Google
|
|
3189
3191
|
# Required. A unique identifier for tracking visitors. For example, this could
|
3190
3192
|
# be implemented with an HTTP cookie, which should be able to uniquely identify
|
3191
3193
|
# a visitor on a single device. This unique identifier should not change if the
|
3192
|
-
# visitor logs in or out of the website.
|
3193
|
-
#
|
3194
|
-
# error is returned.
|
3194
|
+
# visitor logs in or out of the website. This should be the same identifier as
|
3195
|
+
# UserEvent.visitor_id. The field must be a UTF-8 encoded string with a length
|
3196
|
+
# limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is returned.
|
3195
3197
|
# Corresponds to the JSON property `visitorId`
|
3196
3198
|
# @return [String]
|
3197
3199
|
attr_accessor :visitor_id
|
@@ -3782,10 +3784,9 @@ module Google
|
|
3782
3784
|
# @return [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaProduct]
|
3783
3785
|
attr_accessor :inventory
|
3784
3786
|
|
3785
|
-
# Indicates which inventory fields in the provided Product to update.
|
3786
|
-
#
|
3787
|
-
#
|
3788
|
-
# returned and the entire update will be ignored.
|
3787
|
+
# Indicates which inventory fields in the provided Product to update. At least
|
3788
|
+
# one field must be provided. If an unsupported or unknown field is provided, an
|
3789
|
+
# INVALID_ARGUMENT error is returned and the entire update will be ignored.
|
3789
3790
|
# Corresponds to the JSON property `setMask`
|
3790
3791
|
# @return [String]
|
3791
3792
|
attr_accessor :set_mask
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RetailV2alpha
|
18
18
|
# Version of the google-apis-retail_v2alpha gem
|
19
|
-
GEM_VERSION = "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 = "
|
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_v2alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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:
|
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_v2alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha
|
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.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Retail API V2alpha
|