google-apis-retail_v2alpha 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: aa3d3b8d45f63bb806e9d32cd9dae58975d32c97a0a63b4b2a6303d361597b10
4
- data.tar.gz: cf48da777de8a826c87d9de8e1039f82c228b1632cbb6c175533b2efb7bb1e29
3
+ metadata.gz: 92cf3745fc4b4ff33a5818a4c254b685a38a7ec15ac4452cb956f886b2b8e108
4
+ data.tar.gz: ac17146bbc29f2d22e5b533bf7023d65fc073795cb9ed25332493b025741a2d2
5
5
  SHA512:
6
- metadata.gz: bffaaa0c4fc37610b0ef9ea7f5d2fd368f781bc271612c0d13d782c090ab301135084033ab6f8ab204840516e76d5b416b324aa5683047f056f08a972d8a6cab
7
- data.tar.gz: 3594d41000bdb72a5dc7445ca9f8018fb401006369257e066c83581738e6a62fd3af4b1e4d3df0943fec664fc552b4d895426ad5cfb3fcea295b18424c63c871
6
+ metadata.gz: 05dc18b261940fe33bae48339f7767f6d2d07ebb3614ed618748f17d793c6933b36622dbf52264dae84a64dbbc6e8713415a9e403b9320d10a7dd03a3333f792
7
+ data.tar.gz: 1d83aeec73ac81ffd94a7a2f037a0079ef96b9574fa9eb8a9cebc9467cf141bee5ab63a2392959b2c2739a59628525005fbbf4458a2b5d66eccb7c4ee99dcaab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-retail_v2alpha
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 = 'V2alpha'
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
@@ -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 catalog levels](/retail/recommendations-ai/docs/
1470
- # catalog#catalog-levels) for more details.
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 catalog levels](/retail/recommendations-ai/docs/catalog#catalog-
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.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::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 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_v2alpha
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_v2alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.5.0
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: []