google-apis-retail_v2beta 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: 8e4c9b6f61716b441d9527107dae77e7e364ccfd6e10832d561126f96a51d552
|
4
|
+
data.tar.gz: 345b2644a668eb1887d7ce956c7831305c121d8d6b15a2a35bdd00649607bebf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7aa96ad3b9a65b3e619ff3b13085ac9b3d87fa45e997b8279ad171c742018e1c8c92f57c00778b75b7b08bdad043590682dc6c423435a5913abd27f6bb429c81
|
7
|
+
data.tar.gz: 2c227135eaf42d1863271e4ed6fd6a12e0fcfd54a7987ea65fc7c3f421ed94370a144517fd4444c27a4120e85f80eb52949d2ec513cdc6fa3ec6da83baefa67f
|
data/CHANGELOG.md
CHANGED
@@ -31,7 +31,7 @@ module Google
|
|
31
31
|
# This is NOT the gem version.
|
32
32
|
VERSION = 'V2beta'
|
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
|
@@ -1650,7 +1650,8 @@ module Google
|
|
1650
1650
|
# @return [String]
|
1651
1651
|
attr_accessor :title
|
1652
1652
|
|
1653
|
-
# Immutable. The type of the product. This field is output-only.
|
1653
|
+
# Immutable. The type of the product. This field is output-only. Default to
|
1654
|
+
# Catalog.product_level_config.ingestion_product_type if unset.
|
1654
1655
|
# Corresponds to the JSON property `type`
|
1655
1656
|
# @return [String]
|
1656
1657
|
attr_accessor :type
|
@@ -1783,8 +1784,8 @@ module Google
|
|
1783
1784
|
# this field is set to an invalid value other than these, an INVALID_ARGUMENT
|
1784
1785
|
# error is returned. If this field is `variant` and
|
1785
1786
|
# merchant_center_product_id_field is `itemGroupId`, an INVALID_ARGUMENT error
|
1786
|
-
# is returned. See [Using
|
1787
|
-
# catalog#
|
1787
|
+
# is returned. See [Using product levels](https://cloud.google.com/retail/
|
1788
|
+
# recommendations-ai/docs/catalog#product-levels) for more details.
|
1788
1789
|
# Corresponds to the JSON property `ingestionProductType`
|
1789
1790
|
# @return [String]
|
1790
1791
|
attr_accessor :ingestion_product_type
|
@@ -1797,8 +1798,8 @@ module Google
|
|
1797
1798
|
# the item group. If this field is set to an invalid value other than these, an
|
1798
1799
|
# INVALID_ARGUMENT error is returned. If this field is `itemGroupId` and
|
1799
1800
|
# ingestion_product_type is `variant`, an INVALID_ARGUMENT error is returned.
|
1800
|
-
# See [Using
|
1801
|
-
# levels) for more details.
|
1801
|
+
# See [Using product levels](https://cloud.google.com/retail/recommendations-ai/
|
1802
|
+
# docs/catalog#product-levels) for more details.
|
1802
1803
|
# Corresponds to the JSON property `merchantCenterProductIdField`
|
1803
1804
|
# @return [String]
|
1804
1805
|
attr_accessor :merchant_center_product_id_field
|
@@ -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.
|
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::RetailV2beta::GoogleCloudRetailV2betaCatalog] google_cloud_retail_v2beta_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_v2beta
|
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_v2beta/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.6.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: []
|