google-apis-retail_v2 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: 5a89b5bc0ba1d68127d97295ba6d37ae80835ab025958f3a05b60deff6a29a06
4
- data.tar.gz: 3ec7be59d78fc18e990bf6ee3bef53c83f1287b6d2bf483f834253b1622d2384
3
+ metadata.gz: cd39bd073ca15f31b09279326db6e6114504fbbbd43ed20aa886325103de1186
4
+ data.tar.gz: 2bc298d7a32fca31ce11b3ae5cd4e382452941a56683443efb6c3729bae04344
5
5
  SHA512:
6
- metadata.gz: 66ba09c89245d6ffd09e3107535873a511c1087ce8db91434e1b07c252bd052052907fd4d2e5d822a4b2ad16f5e899ac02a51fcc27c25ef46e4222d8a64e8024
7
- data.tar.gz: 74aecd54f17848222459d82d948d7361a3581b4f05a3e5c9b0736f7bfff1f5c8aa1f76ec72e4f7a9c1ae8e93ded2fd1c90b820b8b7812813737ffddba9315dd2
6
+ metadata.gz: b4167c699cb9aadaf630bc99651b2e73b3857b8b701dd5aac1462f360159652af4d6bda194dd5b1dafd05c369ecb877383da2071c4facfafb693b97edf53f0cb
7
+ data.tar.gz: 76f637f58f2a9eee560b190951dc4629fd208e8d17c4082d1e6217c54f9e1181dffad49052caf5b2cee50fb7b3a0526c5a9fea44d338d1e7ca817dc5d0006661
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2
2
2
 
3
+ ### v0.6.0 (2021-04-02)
4
+
5
+ * Regenerated from discovery document revision 20210326
6
+
3
7
  ### v0.5.0 (2021-03-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20210312
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V2'
33
33
 
34
- # View and manage your data across Google Cloud Platform services
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 catalog levels](/retail/recommendations-ai/docs/
1153
- # catalog#catalog-levels) for more details.
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 catalog levels](/retail/recommendations-ai/docs/catalog#catalog-
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.5.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 = "20210312"
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 not set, will
104
- # only update the Catalog.product_level_config field, which is also the only
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.5.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-03-22 00:00:00.000000000 Z
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.5.0
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: []