google-apis-content_v2_1 0.11.0 → 0.12.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: ffaeb8103a7fd88056c8714a60aded6995f473114d4f93f3f081e4d3cc9f11f0
4
- data.tar.gz: 6b71693cc2beaab8b3e36b457eb01c256ab3aa1940d6dfe7b770c85652a6e34e
3
+ metadata.gz: 14613626a11a49e0f05fbbb75348c5a01e894b5d1c836481a5af2f5bb3c70836
4
+ data.tar.gz: e428703539ad9ec920c528355c28b2b654f04599cf2305c7183dc98c24152cb4
5
5
  SHA512:
6
- metadata.gz: 8fe2be7358f36712eab9820eeb59f79e0bfea3c0f30c0069372f068efec6642272e083acaafcc3cfb29a18e22140e7380c0f6bd4c5ae587315d6881d82c7cdfa
7
- data.tar.gz: d84c295ce5b4a556f0776a5d7b406fb1d2c4b23bbe2457d42a8b49c83631582afa0710d49519dfb53de5f9e659a5fc61ce081c7268227194c21fee6f127f31c7
6
+ metadata.gz: aa706132c90939522551d26397116ce4343b717eaaca836fd7487c4d10740f5686ffc7c5018113e12f3854e71ab088ae0210a1e214bda379a8eab0cf2604c10f
7
+ data.tar.gz: 1221ad9d71aa151664dfc25ffffa86030bb5c4e398c5fd998ee8dbe346463b811002310f53e42112b9be276829dcf33c6350584cbd3b5df70367cba5adbdc1d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-content_v2_1
2
2
 
3
+ ### v0.12.0 (2021-05-26)
4
+
5
+ * Regenerated from discovery document revision 20210519
6
+
3
7
  ### v0.11.0 (2021-05-19)
4
8
 
5
9
  * Unspecified changes
@@ -10827,11 +10827,12 @@ module Google
10827
10827
  # @return [String]
10828
10828
  attr_accessor :product_id
10829
10829
 
10830
- # The list of product attributes to be updated. Attributes specified in the
10831
- # update mask without a value specified in the body will be deleted from the
10832
- # product. Only top-level product attributes can be updated. If not defined,
10833
- # product attributes with set values will be updated and other attributes will
10834
- # stay unchanged. Only defined if the method is `update`.
10830
+ # The comma-separated list of product attributes to be updated. Example: `"title,
10831
+ # salePrice"`. Attributes specified in the update mask without a value specified
10832
+ # in the body will be deleted from the product. Only top-level product
10833
+ # attributes can be updated. If not defined, product attributes with set values
10834
+ # will be updated and other attributes will stay unchanged. Only defined if the
10835
+ # method is `update`.
10835
10836
  # Corresponds to the JSON property `updateMask`
10836
10837
  # @return [String]
10837
10838
  attr_accessor :update_mask
@@ -14772,7 +14773,8 @@ module Google
14772
14773
  # @return [String]
14773
14774
  attr_accessor :unit
14774
14775
 
14775
- # Required. The weight represented as a number.
14776
+ # Required. The weight represented as a number. The weight can have a maximum
14777
+ # precision of four decimal places.
14776
14778
  # Corresponds to the JSON property `value`
14777
14779
  # @return [String]
14778
14780
  attr_accessor :value
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContentV2_1
18
18
  # Version of the google-apis-content_v2_1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.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 = "20210514"
25
+ REVISION = "20210519"
26
26
  end
27
27
  end
28
28
  end
@@ -4035,11 +4035,11 @@ module Google
4035
4035
  # The REST ID of the product for which to update.
4036
4036
  # @param [Google::Apis::ContentV2_1::Product] product_object
4037
4037
  # @param [String] update_mask
4038
- # The list of product attributes to be updated. Attributes specified in the
4039
- # update mask without a value specified in the body will be deleted from the
4040
- # product. Only top-level product attributes can be updated. If not defined,
4041
- # product attributes with set values will be updated and other attributes will
4042
- # stay unchanged.
4038
+ # The comma-separated list of product attributes to be updated. Example: `"title,
4039
+ # salePrice"`. Attributes specified in the update mask without a value specified
4040
+ # in the body will be deleted from the product. Only top-level product
4041
+ # attributes can be updated. If not defined, product attributes with set values
4042
+ # will be updated and other attributes will stay unchanged.
4043
4043
  # @param [String] fields
4044
4044
  # Selector specifying which fields to include in a partial response.
4045
4045
  # @param [String] quota_user
@@ -4523,7 +4523,8 @@ module Google
4523
4523
  # Required. The id of the region to update.
4524
4524
  # @param [Google::Apis::ContentV2_1::Region] region_object
4525
4525
  # @param [String] update_mask
4526
- # Optional. The field mask indicating the fields to update.
4526
+ # Optional. The comma-separated field mask indicating the fields to update.
4527
+ # Example: `"displayName,postalCodeArea.regionCode"`.
4527
4528
  # @param [String] fields
4528
4529
  # Selector specifying which fields to include in a partial response.
4529
4530
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-content_v2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 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-content_v2_1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.11.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-content_v2_1/v0.12.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-content_v2_1
57
57
  post_install_message:
58
58
  rdoc_options: []