google-apis-retail_v2 0.6.0 → 0.7.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/lib/google/apis/retail_v2/classes.rb +21 -13
- data/lib/google/apis/retail_v2/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: d1a142c668f1b1618f5901388ecb652954e79ec8bc9b7e38810594064ffcf37e
|
4
|
+
data.tar.gz: 2931456a684f1452f82fea7154de902220fc4ee0320ce5b086fa711a3203796b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa3bf8414adb681befa49ec726de782d018b7e5967a16fcd922e93f5c971ad5a59564c968b30048d6c7ee0c1fd6a71c7bf3914d593dcc984d57ec2a30cc960a1
|
7
|
+
data.tar.gz: 2bc95463e00825517f8b56fcb0a895b04057c9395b899df0e0060e298d664d7762655b3a104997d5df851949b196304cc8197a4feaba5dc29dbd7191343758e0
|
data/CHANGELOG.md
CHANGED
@@ -197,7 +197,8 @@ module Google
|
|
197
197
|
# @return [String]
|
198
198
|
attr_accessor :catalog_item
|
199
199
|
|
200
|
-
#
|
200
|
+
# Cloud Storage file path of the import source. Can be set for batch operation
|
201
|
+
# error.
|
201
202
|
# Corresponds to the JSON property `gcsPath`
|
202
203
|
# @return [String]
|
203
204
|
attr_accessor :gcs_path
|
@@ -307,8 +308,8 @@ module Google
|
|
307
308
|
# @return [String]
|
308
309
|
attr_accessor :gcs_staging_dir
|
309
310
|
|
310
|
-
# The project
|
311
|
-
# length limit of 128 characters. If not specified, inherits the project
|
311
|
+
# The project ID (can be project # or ID) that the BigQuery source is in with a
|
312
|
+
# length limit of 128 characters. If not specified, inherits the project ID from
|
312
313
|
# the parent request.
|
313
314
|
# Corresponds to the JSON property `projectId`
|
314
315
|
# @return [String]
|
@@ -409,7 +410,7 @@ module Google
|
|
409
410
|
# product imports: * `product` (default): One JSON Product per line. Each
|
410
411
|
# product must have a valid Product.id. * `product_merchant_center`: See [
|
411
412
|
# Importing catalog data from Merchant Center](https://cloud.google.com/retail/
|
412
|
-
# recommendations-ai/docs/upload-catalog#
|
413
|
+
# recommendations-ai/docs/upload-catalog#mc). Supported values for user events
|
413
414
|
# imports: * `user_event` (default): One JSON UserEvent per line. * `
|
414
415
|
# user_event_ga360`: Using https://support.google.com/analytics/answer/3437719?
|
415
416
|
# hl=en.
|
@@ -422,8 +423,8 @@ module Google
|
|
422
423
|
# bucket/directory/object.json`) or a pattern matching one or more files, such
|
423
424
|
# as `gs://bucket/directory/*.json`. A request can contain at most 100 files,
|
424
425
|
# and each file can be up to 2 GB. See [Importing product information](https://
|
425
|
-
# cloud.google.com/recommendations-ai/docs/upload-catalog) for the
|
426
|
-
# format and setup instructions.
|
426
|
+
# cloud.google.com/retail/recommendations-ai/docs/upload-catalog) for the
|
427
|
+
# expected file format and setup instructions.
|
427
428
|
# Corresponds to the JSON property `inputUris`
|
428
429
|
# @return [Array<String>]
|
429
430
|
attr_accessor :input_uris
|
@@ -703,12 +704,17 @@ module Google
|
|
703
704
|
# @return [String]
|
704
705
|
attr_accessor :filter
|
705
706
|
|
706
|
-
# The labels
|
707
|
-
#
|
708
|
-
#
|
709
|
-
#
|
710
|
-
#
|
711
|
-
#
|
707
|
+
# The labels applied to a resource must meet the following requirements: * Each
|
708
|
+
# resource can have multiple labels, up to a maximum of 64. * Each label must be
|
709
|
+
# a key-value pair. * Keys have a minimum length of 1 character and a maximum
|
710
|
+
# length of 63 characters, and cannot be empty. Values can be empty, and have a
|
711
|
+
# maximum length of 63 characters. * Keys and values can contain only lowercase
|
712
|
+
# letters, numeric characters, underscores, and dashes. All characters must use
|
713
|
+
# UTF-8 encoding, and international characters are allowed. * The key portion of
|
714
|
+
# a label must be unique. However, you can use the same key with multiple
|
715
|
+
# resources. * Keys must start with a lowercase letter or international
|
716
|
+
# character. See [Google Cloud Document](https://cloud.google.com/resource-
|
717
|
+
# manager/docs/creating-managing-labels#requirements) for more details.
|
712
718
|
# Corresponds to the JSON property `labels`
|
713
719
|
# @return [Hash<String,String>]
|
714
720
|
attr_accessor :labels
|
@@ -1491,7 +1497,9 @@ module Google
|
|
1491
1497
|
# a visitor on a single device. This unique identifier should not change if the
|
1492
1498
|
# visitor log in/out of the website. The field must be a UTF-8 encoded string
|
1493
1499
|
# with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is
|
1494
|
-
# returned.
|
1500
|
+
# returned. The field should not contain PII or user-data. We recommend to use
|
1501
|
+
# Google Analystics [Client ID](https://developers.google.com/analytics/
|
1502
|
+
# devguides/collection/analyticsjs/field-reference#clientId) for this field.
|
1495
1503
|
# Corresponds to the JSON property `visitorId`
|
1496
1504
|
# @return [String]
|
1497
1505
|
attr_accessor :visitor_id
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210430"
|
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.
|
4
|
+
version: 0.7.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-
|
11
|
+
date: 2021-05-18 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_v2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Retail API V2
|