google-apis-retail_v2beta 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8e4c9b6f61716b441d9527107dae77e7e364ccfd6e10832d561126f96a51d552
4
- data.tar.gz: 345b2644a668eb1887d7ce956c7831305c121d8d6b15a2a35bdd00649607bebf
3
+ metadata.gz: b25606087c93da2402ce1650ca98861655af10f8efccabb98dee4f4e42678a20
4
+ data.tar.gz: f5e1d18f6842a959bb8e315f32be9951360c622eb7af517e5af86aff57f5f42b
5
5
  SHA512:
6
- metadata.gz: 7aa96ad3b9a65b3e619ff3b13085ac9b3d87fa45e997b8279ad171c742018e1c8c92f57c00778b75b7b08bdad043590682dc6c423435a5913abd27f6bb429c81
7
- data.tar.gz: 2c227135eaf42d1863271e4ed6fd6a12e0fcfd54a7987ea65fc7c3f421ed94370a144517fd4444c27a4120e85f80eb52949d2ec513cdc6fa3ec6da83baefa67f
6
+ metadata.gz: 4f12f6f0f2e0675be50daf789a58ad0e5c5e2650e307db4d821dea0b3c257f8fab1e2e49ea23f47e8d6cf8229b16e1753bba73e7a6b24c75da1a9475f2df3cfa
7
+ data.tar.gz: 5be500eae1863af8730753a2fa78f82491c2085266c2c941940914bca22a3c903db19df4731cb942d6070309621c41ade5d815c8e25c0c21046dac2abe005bce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2beta
2
2
 
3
+ ### v0.7.0 (2021-05-11)
4
+
5
+ * Regenerated from discovery document revision 20210430
6
+
3
7
  ### v0.6.0 (2021-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20210326
@@ -197,7 +197,8 @@ module Google
197
197
  # @return [String]
198
198
  attr_accessor :catalog_item
199
199
 
200
- # GCS file path of the import source. Can be set for batch operation error.
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
@@ -839,8 +840,8 @@ module Google
839
840
  # @return [String]
840
841
  attr_accessor :gcs_staging_dir
841
842
 
842
- # The project id (can be project # or id) that the BigQuery source is in with a
843
- # length limit of 128 characters. If not specified, inherits the project id from
843
+ # The project ID (can be project # or ID) that the BigQuery source is in with a
844
+ # length limit of 128 characters. If not specified, inherits the project ID from
844
845
  # the parent request.
845
846
  # Corresponds to the JSON property `projectId`
846
847
  # @return [String]
@@ -1043,7 +1044,7 @@ module Google
1043
1044
  # product imports: * `product` (default): One JSON Product per line. Each
1044
1045
  # product must have a valid Product.id. * `product_merchant_center`: See [
1045
1046
  # Importing catalog data from Merchant Center](https://cloud.google.com/retail/
1046
- # recommendations-ai/docs/upload-catalog#mcc). Supported values for user events
1047
+ # recommendations-ai/docs/upload-catalog#mc). Supported values for user events
1047
1048
  # imports: * `user_event` (default): One JSON UserEvent per line. * `
1048
1049
  # user_event_ga360`: Using https://support.google.com/analytics/answer/3437719?
1049
1050
  # hl=en.
@@ -1056,8 +1057,8 @@ module Google
1056
1057
  # bucket/directory/object.json`) or a pattern matching one or more files, such
1057
1058
  # as `gs://bucket/directory/*.json`. A request can contain at most 100 files,
1058
1059
  # and each file can be up to 2 GB. See [Importing product information](https://
1059
- # cloud.google.com/recommendations-ai/docs/upload-catalog) for the expected file
1060
- # format and setup instructions.
1060
+ # cloud.google.com/retail/recommendations-ai/docs/upload-catalog) for the
1061
+ # expected file format and setup instructions.
1061
1062
  # Corresponds to the JSON property `inputUris`
1062
1063
  # @return [Array<String>]
1063
1064
  attr_accessor :input_uris
@@ -1337,12 +1338,17 @@ module Google
1337
1338
  # @return [String]
1338
1339
  attr_accessor :filter
1339
1340
 
1340
- # The labels for the predict request. * Label keys can contain lowercase letters,
1341
- # digits and hyphens, must start with a letter, and must end with a letter or
1342
- # digit. * Non-zero label values can contain lowercase letters, digits and
1343
- # hyphens, must start with a letter, and must end with a letter or digit. * No
1344
- # more than 64 labels can be associated with a given request. See https://goo.gl/
1345
- # xmQnxf for more information on and examples of labels.
1341
+ # The labels applied to a resource must meet the following requirements: * Each
1342
+ # resource can have multiple labels, up to a maximum of 64. * Each label must be
1343
+ # a key-value pair. * Keys have a minimum length of 1 character and a maximum
1344
+ # length of 63 characters, and cannot be empty. Values can be empty, and have a
1345
+ # maximum length of 63 characters. * Keys and values can contain only lowercase
1346
+ # letters, numeric characters, underscores, and dashes. All characters must use
1347
+ # UTF-8 encoding, and international characters are allowed. * The key portion of
1348
+ # a label must be unique. However, you can use the same key with multiple
1349
+ # resources. * Keys must start with a lowercase letter or international
1350
+ # character. See [Google Cloud Document](https://cloud.google.com/resource-
1351
+ # manager/docs/creating-managing-labels#requirements) for more details.
1346
1352
  # Corresponds to the JSON property `labels`
1347
1353
  # @return [Hash<String,String>]
1348
1354
  attr_accessor :labels
@@ -2125,7 +2131,9 @@ module Google
2125
2131
  # a visitor on a single device. This unique identifier should not change if the
2126
2132
  # visitor log in/out of the website. The field must be a UTF-8 encoded string
2127
2133
  # with a length limit of 128 characters. Otherwise, an INVALID_ARGUMENT error is
2128
- # returned.
2134
+ # returned. The field should not contain PII or user-data. We recommend to use
2135
+ # Google Analystics [Client ID](https://developers.google.com/analytics/
2136
+ # devguides/collection/analyticsjs/field-reference#clientId) for this field.
2129
2137
  # Corresponds to the JSON property `visitorId`
2130
2138
  # @return [String]
2131
2139
  attr_accessor :visitor_id
@@ -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.6.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 = "20210326"
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_v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.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-04-05 00:00:00.000000000 Z
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_v2beta/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.6.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.7.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2beta
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.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Retail API V2beta