google-apis-retail_v2alpha 0.5.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92cf3745fc4b4ff33a5818a4c254b685a38a7ec15ac4452cb956f886b2b8e108
|
|
4
|
+
data.tar.gz: ac17146bbc29f2d22e5b533bf7023d65fc073795cb9ed25332493b025741a2d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 05dc18b261940fe33bae48339f7767f6d2d07ebb3614ed618748f17d793c6933b36622dbf52264dae84a64dbbc6e8713415a9e403b9320d10a7dd03a3333f792
|
|
7
|
+
data.tar.gz: 1d83aeec73ac81ffd94a7a2f037a0079ef96b9574fa9eb8a9cebc9467cf141bee5ab63a2392959b2c2739a59628525005fbbf4458a2b5d66eccb7c4ee99dcaab
|
data/CHANGELOG.md
CHANGED
|
@@ -31,7 +31,7 @@ module Google
|
|
|
31
31
|
# This is NOT the gem version.
|
|
32
32
|
VERSION = 'V2alpha'
|
|
33
33
|
|
|
34
|
-
#
|
|
34
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
|
35
35
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
36
36
|
end
|
|
37
37
|
end
|
|
@@ -1333,7 +1333,8 @@ module Google
|
|
|
1333
1333
|
# @return [String]
|
|
1334
1334
|
attr_accessor :title
|
|
1335
1335
|
|
|
1336
|
-
# Immutable. The type of the product. This field is output-only.
|
|
1336
|
+
# Immutable. The type of the product. This field is output-only. Default to
|
|
1337
|
+
# Catalog.product_level_config.ingestion_product_type if unset.
|
|
1337
1338
|
# Corresponds to the JSON property `type`
|
|
1338
1339
|
# @return [String]
|
|
1339
1340
|
attr_accessor :type
|
|
@@ -1466,8 +1467,8 @@ module Google
|
|
|
1466
1467
|
# this field is set to an invalid value other than these, an INVALID_ARGUMENT
|
|
1467
1468
|
# error is returned. If this field is `variant` and
|
|
1468
1469
|
# merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
|
|
1469
|
-
# is returned. See [Using
|
|
1470
|
-
# catalog#
|
|
1470
|
+
# is returned. See [Using product levels](https://cloud.google.com/retail/
|
|
1471
|
+
# recommendations-ai/docs/catalog#product-levels) for more details.
|
|
1471
1472
|
# Corresponds to the JSON property `ingestionProductType`
|
|
1472
1473
|
# @return [String]
|
|
1473
1474
|
attr_accessor :ingestion_product_type
|
|
@@ -1480,8 +1481,8 @@ module Google
|
|
|
1480
1481
|
# the item group. If this field is set to an invalid value other than these, an
|
|
1481
1482
|
# INVALID_ARGUMENT error is returned. If this field is `itemGroupId` and
|
|
1482
1483
|
# ingestion_product_type is `variant`, an INVALID_ARGUMENT error is returned.
|
|
1483
|
-
# See [Using
|
|
1484
|
-
# levels) for more details.
|
|
1484
|
+
# See [Using product levels](https://cloud.google.com/retail/recommendations-ai/
|
|
1485
|
+
# docs/catalog#product-levels) for more details.
|
|
1485
1486
|
# Corresponds to the JSON property `merchantCenterProductIdField`
|
|
1486
1487
|
# @return [String]
|
|
1487
1488
|
attr_accessor :merchant_center_product_id_field
|
|
@@ -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.6.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 = "20210326"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -100,10 +100,8 @@ module Google
|
|
|
100
100
|
# Required. Immutable. The fully qualified resource name of the catalog.
|
|
101
101
|
# @param [Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaCatalog] google_cloud_retail_v2alpha_catalog_object
|
|
102
102
|
# @param [String] update_mask
|
|
103
|
-
# Indicates which fields in the provided Catalog to update. If
|
|
104
|
-
#
|
|
105
|
-
# currently supported field to update. If an unsupported or unknown field is
|
|
106
|
-
# provided, an INVALID_ARGUMENT error is returned.
|
|
103
|
+
# Indicates which fields in the provided Catalog to update. If an unsupported or
|
|
104
|
+
# unknown field is provided, an INVALID_ARGUMENT error is returned.
|
|
107
105
|
# @param [String] fields
|
|
108
106
|
# Selector specifying which fields to include in a partial response.
|
|
109
107
|
# @param [String] quota_user
|
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.6.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-04-05 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_v2alpha/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.6.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-retail_v2alpha
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|