google-apis-retail_v2 0.5.0 → 0.6.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd39bd073ca15f31b09279326db6e6114504fbbbd43ed20aa886325103de1186
|
4
|
+
data.tar.gz: 2bc298d7a32fca31ce11b3ae5cd4e382452941a56683443efb6c3729bae04344
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b4167c699cb9aadaf630bc99651b2e73b3857b8b701dd5aac1462f360159652af4d6bda194dd5b1dafd05c369ecb877383da2071c4facfafb693b97edf53f0cb
|
7
|
+
data.tar.gz: 76f637f58f2a9eee560b190951dc4629fd208e8d17c4082d1e6217c54f9e1181dffad49052caf5b2cee50fb7b3a0526c5a9fea44d338d1e7ca817dc5d0006661
|
data/CHANGELOG.md
CHANGED
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# This is NOT the gem version.
|
32
32
|
VERSION = 'V2'
|
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
|
@@ -1016,7 +1016,8 @@ module Google
|
|
1016
1016
|
# @return [String]
|
1017
1017
|
attr_accessor :title
|
1018
1018
|
|
1019
|
-
# Immutable. The type of the product. This field is output-only.
|
1019
|
+
# Immutable. The type of the product. This field is output-only. Default to
|
1020
|
+
# Catalog.product_level_config.ingestion_product_type if unset.
|
1020
1021
|
# Corresponds to the JSON property `type`
|
1021
1022
|
# @return [String]
|
1022
1023
|
attr_accessor :type
|
@@ -1149,8 +1150,8 @@ module Google
|
|
1149
1150
|
# this field is set to an invalid value other than these, an INVALID_ARGUMENT
|
1150
1151
|
# error is returned. If this field is `variant` and
|
1151
1152
|
# merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
|
1152
|
-
# is returned. See [Using
|
1153
|
-
# catalog#
|
1153
|
+
# is returned. See [Using product levels](https://cloud.google.com/retail/
|
1154
|
+
# recommendations-ai/docs/catalog#product-levels) for more details.
|
1154
1155
|
# Corresponds to the JSON property `ingestionProductType`
|
1155
1156
|
# @return [String]
|
1156
1157
|
attr_accessor :ingestion_product_type
|
@@ -1163,8 +1164,8 @@ module Google
|
|
1163
1164
|
# the item group. If this field is set to an invalid value other than these, an
|
1164
1165
|
# INVALID_ARGUMENT error is returned. If this field is `itemGroupId` and
|
1165
1166
|
# ingestion_product_type is `variant`, an INVALID_ARGUMENT error is returned.
|
1166
|
-
# See [Using
|
1167
|
-
# levels) for more details.
|
1167
|
+
# See [Using product levels](https://cloud.google.com/retail/recommendations-ai/
|
1168
|
+
# docs/catalog#product-levels) for more details.
|
1168
1169
|
# Corresponds to the JSON property `merchantCenterProductIdField`
|
1169
1170
|
# @return [String]
|
1170
1171
|
attr_accessor :merchant_center_product_id_field
|
@@ -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.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::RetailV2::GoogleCloudRetailV2Catalog] google_cloud_retail_v2_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_v2
|
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_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.6.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: []
|